Enjoy the Bitcoin Halving event from the comfort of your terminal.
- Go 1.13
- Bitcoin full-node
- If you don't have one, signup on Blockdaemon to get a free shared Bitcoin full-node.
$ git clone [email protected]:5b23b35a336556dfc2c9a389f419c7fa.git hardening
$ cd hardening
$ RPC_HOST="..." RPC_USER="..." RPC_PASSWORD="..." go run main.go
$ git clone [email protected]:5b23b35a336556dfc2c9a389f419c7fa.git hardening
$ cd hardening
$ RPC_HOST="btccore-main.bdnodes.net?auth=<...>" RPC_USER="blockdaemon" RPC_PASSWORD="..." RPC_ENABLE_TLS="true" go run main.go