Skip to content

OdilonDamasceno/generate-bitcoin-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gerate-bitcoin-address

Custom Bitcoin address generator

How start aplication

Run the commands below

npm install

To generate a bitcoin address for the main network

npm start

To generate a bitcoin address for the test network

npm test

Or

Main network

node index.js -m

Test network

node index.js -t