从网站连接到比特币服务器

时间:2014-02-23 17:36:48

标签: php api rpc bitcoin

我正在尝试设置一个水龙头,但在连接到钱包的网站端遇到了麻烦。我在我的本地计算机上运行守护程序,并在我的托管服务器上运行该站点。我在本地计算机上配置了bitcoin.conf文件,其中包含以下内容:

listen=1
server=1
daemon=1
rpcssl=1
rpcsslciphers=DEFAULT:@STRENGTH
rpcsslcertificatechainfile=server.cert
rpcsslprivatekeyfile=server.pem
rpcuser=[username]
rpcpassword=[password]
rpcport=[port]

rpcallowip=127.0.0.1
rpcallowip=*hosting server IP*

我已将路由器上的端口转发到托管比特币服务器的计算机,并使用bitcoin-qt.exe -server在本地计算机上启动比特币。

当我尝试在网站上兑现时,我收到错误:发生错误 - 无法连接到RPCUSER:RPCPASSWORD /< @IP:PORT /

还缺少什么?

1 个答案:

答案 0 :(得分:0)

您应该使用json rpc client进行连接,另请参阅api reference