Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 355 Bytes

File metadata and controls

16 lines (15 loc) · 355 Bytes

bitcoin-repl

gr0kchain $ git clone https://github.com/BitcoinDeveloperNetwork/bitcoin-repl/
gr0kchain $ cd bitcoin-repl
gr0kchain $ npm install
gr0kchain $ node ./cli.js
gr0kchain $ bitcoin-repl
bitcoin> connect localhost 18444
Connecting to  localhost 18444
bitcoin> version
/Satoshi:0.12.1/
bitcoin> quit
Have a great day!
gr0kchain $