You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"result":null,"error":{"code":-32601,"message":"getinfo\n\nThis call was removed in version 0.16.0. Use the appropriate fields from:\n- getblockchaininfo: blocks, difficulty, chain\n- getnetworkinfo: version, protocolversion, timeoffset, connections, proxy, relayfee, warnings\n- getwalletinfo: balance, keypoololdest, keypoolsize, paytxfee, unlocked_until, walletversion\n\nbitcoin-cli has the option -getinfo to collect and format these in the old format."},"id":"0"}
The text was updated successfully, but these errors were encountered:
my bitcoin wallet it is installed in the same server of the exchange.
bitcoind it is running
I have full info of the blocks coins and ballance by terminal using bitcoin-cli
I don't know why I can't connect to the wallet.
bitcoin.conf file
tail -f log/peatio:amqp:deposit_coin.output
tail -f log/hot_wallets.rb.output
curl -X POST http://testuser:testpass@127.0.0.1:18332/ -d '{"jsonrpc":"2.0","id":"0","method":"getinfo"}' -H 'Content-Type: application/json'
{"result":null,"error":{"code":-32601,"message":"getinfo\n\nThis call was removed in version 0.16.0. Use the appropriate fields from:\n- getblockchaininfo: blocks, difficulty, chain\n- getnetworkinfo: version, protocolversion, timeoffset, connections, proxy, relayfee, warnings\n- getwalletinfo: balance, keypoololdest, keypoolsize, paytxfee, unlocked_until, walletversion\n\nbitcoin-cli has the option -getinfo to collect and format these in the old format."},"id":"0"}
The text was updated successfully, but these errors were encountered: