@zndtoshi if you’re on linux, use it with “watch” for the live experience
watch -t bitcoin-cli -netinfo 4
and for more info, run
bitcoin-cli -netinfo help
@benthecarman@DoggeBTC list of all the config options
./src/bitcoind -help or ./src/bitcoind -?
list of all the RPCs
./src/bitcoin-cli help
detailed help for an RPC
./src/bitcoin-cli help (rpc call name)
./src/bitcoin-cli help getaddressinfo
Bashified the coarse difficulty adjustment estimation.
I'm still not sure if this is a reasonable correct way of estimating an upcoming difficulty adjustment.