Skip to content

stckwok/BUtools

 
 

Repository files navigation

Bitcoin Unlimited Website | Download

Bitcoin Unlimited Tools

Setup

  • git submodule init
  • git submodule update
  • cd pythonbitcoinlib/ && ./setup.py build

Example

  1. Install and start bitcoind in regtest mode

    $ bitcoind -regtest -daemon
    
  2. Generate blocks with balance

    $ bitcoin-cli generate 101
    
  3. Show blockchain headers

    $ ./chainExplorer.py regtest 20
    
  4. Repeat step 1 to 3 with other modes with mining to generate blocks

    $ ./chainExplorer.py nol 20
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 60.5%
  • Python 39.3%
  • Shell 0.2%