Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 431 Bytes

bitcoind-regtest-net

Create n nodes on the Bitcoin Core regtest network.

Starting

    node index.js
  • Change nodes const in index.js to your desired node number.

Todo

  • Create wallets.
  • Load wallets.
  • Generate new addresses.
  • [] Generate coins to addresses.
  • [] Single node operations controller.
  • [] Make transactions between nodes.
  • [] Generate Lightning network regtest nodes.