我想创建一个使用比特币的简单应用程序。如何在ubuntu服务器上安装比特币钱包?
我尝试了命令
sudo apt-get install bitcoind
但我收到以下消息:
~$ bitcoind
bitcoin is very out of date and has been removed.
Please see upstream sources at https://github.com/bitcoin/bitcoin/
or the PPA at https://launchpad.net/~bitcoin/+archive/bitcoin
答案 0 :(得分:3)
要安装Bitcoind,请在终端中键入以下命令:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoin-qt
希望它有所帮助!
答案 1 :(得分:0)
您可以从https://bitcoincore.org/en/download/获取静态链接的二进制文件,也可以使用软件包管理器之一: