Bitcoin Forum
April 26, 2024, 05:14:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin on Ubuntu 14.04  (Read 9457 times)
pawel252 (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 21, 2014, 06:29:17 PM
 #1

Hi

Does anyone know how to install official BTC client on Ubuntu 14.04?

Thx
1714151653
Hero Member
*
Offline Offline

Posts: 1714151653

View Profile Personal Message (Offline)

Ignore
1714151653
Reply with quote  #2

1714151653
Report to moderator
1714151653
Hero Member
*
Offline Offline

Posts: 1714151653

View Profile Personal Message (Offline)

Ignore
1714151653
Reply with quote  #2

1714151653
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714151653
Hero Member
*
Offline Offline

Posts: 1714151653

View Profile Personal Message (Offline)

Ignore
1714151653
Reply with quote  #2

1714151653
Report to moderator
1714151653
Hero Member
*
Offline Offline

Posts: 1714151653

View Profile Personal Message (Offline)

Ignore
1714151653
Reply with quote  #2

1714151653
Report to moderator
1714151653
Hero Member
*
Offline Offline

Posts: 1714151653

View Profile Personal Message (Offline)

Ignore
1714151653
Reply with quote  #2

1714151653
Report to moderator
BookLover
Hero Member
*****
Offline Offline

Activity: 533
Merit: 500


^Bitcoin Library of Congress.


View Profile
April 23, 2014, 02:27:44 AM
 #2

Add the Bitcoin Ubuntu PPA repository in your Ubuntu
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
Update package lists
Code:
sudo apt-get update
Install bitcoin-qt
Code:
sudo apt-get install bitcoin-qt

Just copy and past the code into terminal and you should have the latest version of bitcoin-qt.

If you prefer not to use a PPA you can download the latest linux client from here:http://bitcoin.org/en/download.  Just decompress the .tgz file and you've got the latest version of bitcoin-qt.

Dogtanian
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
April 23, 2014, 10:10:23 AM
 #3

Does anyone know if its possible to put a bitcoin client on an ubuntu usb?
BookLover
Hero Member
*****
Offline Offline

Activity: 533
Merit: 500


^Bitcoin Library of Congress.


View Profile
April 23, 2014, 01:45:15 PM
 #4

It is possible but not really practical to put Bitcoin Core on a flash drive.

Dogtanian
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
April 23, 2014, 02:14:33 PM
 #5

It is possible but not really practical to put Bitcoin Core on a flash drive.

Why is it not really practical? Could i put a wallet like Electrum on there?
viriat0
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 501


View Profile
April 23, 2014, 03:14:04 PM
 #6

Try:

Quote
mkdir ~/bitcoin-qt
cd ~/bitcoin-qt
wget https://bitcoin.org/bin/0.9.1/bitcoin-0.9.1-linux.tar.gz
tar -xvzf bitcoin-0.9.1-linux.tar.gz
mv bitcoin-0.9.1-linux/bin/64/* ~/bitcoin-qt
chmod +x bitcoin-*

good luck

BookLover
Hero Member
*****
Offline Offline

Activity: 533
Merit: 500


^Bitcoin Library of Congress.


View Profile
April 23, 2014, 07:56:31 PM
 #7

It is possible but not really practical to put Bitcoin Core on a flash drive.

Why is it not really practical? Could i put a wallet like Electrum on there?

I may have misunderstood your first question.  Did you mean put Bitcoin Core on a flash drive and leave the blockchain on your computer or put both on the flash drive?  I answered the latter question.

If you meant the first option you can just extract the .tgz file to a flash drive like viriat0 said.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!