Bitcoin Unlimited Website | Download
- git submodule init
- git submodule update
- cd pythonbitcoinlib/ && ./setup.py build
-
Install and start bitcoind in regtest mode
$ bitcoind -regtest -daemon
-
Generate blocks with balance
$ bitcoin-cli generate 101
-
Show blockchain headers
$ ./chainExplorer.py regtest 20
-
Repeat step 1 to 3 with other modes with mining to generate blocks
$ ./chainExplorer.py nol 20