Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install bitcoin wallet on ubuntu server?

Tags:

ubuntu

bitcoin

I would like to create a simple application that will use bitcoin. How do I install bitcoin wallet on ubuntu server?

I tried the command

sudo apt-get install bitcoind

But I get the following message:

~$ 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
like image 258
Martin Avatar asked Jan 25 '26 00:01

Martin


1 Answers

To install Bitcoind type the following commands in Terminal:

sudo add-apt-repository ppa:bitcoin/bitcoin 
sudo apt-get update
sudo apt-get install bitcoin-qt

Hope it helps!

like image 131
nahtnam Avatar answered Jan 26 '26 17:01

nahtnam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!