How to install and run Bitcoin Unlimited ubuntu 14

sickpig

Active Member
Aug 28, 2015
926
2,541
@AdrianX no error message at all? if any just post it here.

just to be sure what's your operative system? "command prompt" sounds a lot like you're using windows system, but maybe I'm wrong.

All in all I think we shoud add a step by step guide for setting up a node.
 

AdrianX

Well-Known Member
Aug 28, 2015
2,097
5,797
bitco.in
@sickpig its Ubuntu 14.04LTS

here is what my command prompt looks like (I see its called Terminal)




no error other than user error I guess.
 

sickpig

Active Member
Aug 28, 2015
926
2,541
@AdrianX

you don't have to use sudo, there's no neeed for root/admin privileges to run bitcoin-qt.

but more importantly you have to prepend ./ to the binary, I.e.

Code:
./bitcoin-qt
otherwise it will look for bitcoin-qt in places specufies in your $PATH environment variable.

funnily enough if you go up one level in the fs hierarchy youu could have use

Code:
bin/bitcoin-qt
without problems
 
Last edited:
  • Like
Reactions: AdrianX

Rev_it_up

New Member
Dec 24, 2015
1
1
Per the installation instructions from http://www.bitcoinunlimited.info/software,
  • Download the file and then open a terminal window. Type:
    tar xvf ~/Downloads/bitcoinUnlimited-0.11.2-linux64.tar.gz
    cd bitcoinUnlimited-0.11.2/bin/
    nohup ./bitcoin-qt &
I'm still learning Linux and since I already had Bitcoin Core installed, here's what I did:
  • Download bitcoinUnlimited-0.11.2-linux64.tar.gz from http://www.bitcoinunlimited.info/software

  • You now have "bitcoinUnlimited-0.11.2-linux64.tar.gz" in your Downloads folder. Right-click it and then left-click "Extract Here"

  • Open terminal

  • cd Downloads/bitcoinUnlimited-0.11.2

  • sudo cp -R bin /usr

  • sudo cp -R include /usr

  • sudo cp -R lib /usr
The last 3 commands copy the files from each folder within "bitcoinUnlimited-0.11.2" to your Bitcoin Core user folder where they need to go to update from Core to Unlimited.
 
Last edited:
  • Like
Reactions: AdrianX

AdrianX

Well-Known Member
Aug 28, 2015
2,097
5,797
bitco.in
@AdrianX

you don't have to use sudo, there's no neeed for root/admin privileges to run bitcoin-qt.

but more importantly you have to prepend ./ to the binary, I.e.

Code:
./bitcoin-qt
otherwise it will look for bitcoin-qt in places specufies in your $PATH environment variable.

funnily enough if you go up one level in the fs hierarchy youu could have use

Code:
bin/bitcoin-qt
without problems
Merry Christmas and Thanks started running moments after you posted.

Seems I came under DDOS on the eve of the 24th but all running well now.
 

sickpig

Active Member
Aug 28, 2015
926
2,541
@AdrianX merry Christmas to you, I'm glad it's working now.
 

AdrianX

Well-Known Member
Aug 28, 2015
2,097
5,797
bitco.in
@Zangelbert Bingledack not sure my DDWRT router at the office gives me connection info but my home router is a lot more simple.

My connection at home was overrun rather uncharacteristic behavior. On rebooting my ISP did not assign me an IP, being Christmas eve I left it. 24 hours later my ISP assigned me a new IP.

No idea what actually happened but being one of the first BU nodes I thought the timing was suspicious.