Closed scriptzteam closed 6 years ago
root@dev:~/.bitcoin# bitcoin-cli getinfo { "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16", "version": 150100, "protocolversion": 70015, "walletversion": 139900, "balance": 133333333333333333333337, "blocks": 500643, "timeoffset": -100, "connections": 530, "proxy": "", "difficulty": 1873105475221.611, "testnet": false, "keypoololdest": 1513424469, "keypoolsize": 2000, "paytxfee": 0.00000000, "relayfee": 0.00001000, "errors": "" }
You can ignore the warning. The command is just used to test if bitcoin-cli works. I'll update the README.
bitcoin-cli