RunTheNumbers
RunTheNumbers copied to clipboard
audit the total bitcoin supply at future block height using your full node
Ubuntu LTS20.04 uses Python 3.8 as the default version which means the default script fails when invoking "python". This is easily rectified by altering the the "python" invocations (lines 30...
Love the script here. Would like to make the pathname user definable just in case python isn't in the PATH (but using `python3` install which still works)
When running the script i get an unexpected operator after username, password and blockheight, 645560/645561: 1 blocks remaining runthenumbers.sh: 22: [: **user****: unexpected operator runthenumbers.sh: 22: [: ******password********: unexpected operator...
This script always requires configuration for the RPC credentials and node location, but then once done could be more easily re-used by making the target blocknumber a parm on the...