Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: BlackJacky on October 22, 2015, 08:01:55 PM



Title: 21 inc. tutorial
Post by: BlackJacky on October 22, 2015, 08:01:55 PM
Hi folks,

I need help :)

Im trying to do the 21 inc tutorial and Im not a developer but I would like to do it anyway. Im in the Oracle Virtualbox and 21 inc is saying following:

In our tutorials, we make extensive use of the Bitcoin Core full node, so we need to install it. Type the following command to download the Bitcoin Core software for Linux:

TYPE:

wget https://bitcoin.org/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-linux64.tar.gz

But then it is saying...Not Found

What should I do?

Thank you very much in advance :)


Title: Re: 21 inc. tutorial
Post by: BlackJacky on October 22, 2015, 08:19:27 PM
Ahh I think I need 0.11.1 to type in...right?


Title: Re: 21 inc. tutorial
Post by: shorena on October 22, 2015, 08:38:30 PM
Ahh I think I need 0.11.1 to type in...right?

wget is just the terminal command to download something, the folder is here -> https://bitcoin.org/bin/bitcoin-core-0.11.0/

as you can see the filename is slightly different.

If you want 0.11.1 you can find it here -> https://bitcoin.org/bin/bitcoin-core-0.11.1/


Title: Re: 21 inc. tutorial
Post by: c-cex-finch on October 22, 2015, 11:56:36 PM
Hi folks,

I need help :)

Im trying to do the 21 inc tutorial and Im not a developer but I would like to do it anyway. Im in the Oracle Virtualbox and 21 inc is saying following:

In our tutorials, we make extensive use of the Bitcoin Core full node, so we need to install it. Type the following command to download the Bitcoin Core software for Linux:

TYPE:

wget https://bitcoin.org/bin/bitcoin-core-0.11.0/bitcoin-0.11.0-linux64.tar.gz

But then it is saying...Not Found

What should I do?

Thank you very much in advance :)

That is because that file does not exist in that directory. Wget is just a command line method to download something. The following file exists (without "-linux64") and will work :

Code:
wget https://bitcoin.org/bin/bitcoin-core-0.11.0/bitcoin-0.11.0.tar.gz  


Title: Re: 21 inc. tutorial
Post by: Bitmix.in on October 26, 2015, 11:54:31 AM
That tutorial might be outdated.

You can find the archive at: https://bitcoin.org/bin/

I think you should be using 0.11.1 version in order to get the best performance and features, and also security updates if any.

64 Bits CPU (OS: Linux):
Code:
wget https://bitcoin.org/bin/bitcoin-core-0.11.1/bitcoin-0.11.1-linux64.tar.gz

32 Bits CPU (OS: Linux):
Code:
https://bitcoin.org/bin/bitcoin-core-0.11.1/bitcoin-0.11.1-linux32.tar.gz