jhoenicke / mempool

Bitcoin Mempool Statistics
GNU Affero General Public License v3.0
331 stars 91 forks source link

bitcoin-cli getinfo -> deprecation-warning" #25

Closed scriptzteam closed 6 years ago

scriptzteam commented 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": ""
}
jhoenicke commented 6 years ago

You can ignore the warning. The command is just used to test if bitcoin-cli works. I'll update the README.