我的 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>