私は Bitcoind サーバーを で実行していUbuntu 14.04
ます。ブロック数が更新され、正常に動作しています。私の問題は、Bitcoin RPC
このcurl
コマンドを使用してアクセスすると
curl --user user_bitcoin:pass_bitcoin --data-binary
'{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo",
"params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/
何も返しません。debug.log を確認すると、次のように表示されます。
ThreadRPCServer incorrect password attempt from 127.0.0.1
私のbitcoin.conf設定はこのようなものです
server=1
daemon=1
rpcuser=<username>
rpcpassword=<password>