如何在没有任何API的情况下通过PHP获得比特币钱包或地址平衡?

时间:2014-04-03 01:40:31

标签: json rpc bitcoin

如何使用PHP获得比特币余额?

热衷于获得一步一步的教程。

我的服务器是共享Linux。

Json rpc客户端可能是解决方案但是我需要在我的服务器上安装守护程序。如果是,我怎么能通过SSH做到这一点?

1 个答案:

答案 0 :(得分:0)

您可以轻松完成此操作。要了解如何在ubuntu上安装bitcoind,请查看此处的教程:https://github.com/kyledrake/coinpunk/blob/master/docs/INSTALL.md#install-and-configure-bitcoind

请务必先sudo apt-get update && sudo apt-get upgrade

还建议运行这些命令:

sudo apt-get install git autoconf libtool ntp build-essential

sudo apt-get install unattended-upgrades
sudo dpkg-reconfigure -plow unattended-upgrades

然后,您可以使用http://jsonrpcphp.org/(对于php)连接守护程序并执行守护程序命令。