Author

Topic: 21 inc. tutorial (Read 1054 times)

newbie
Activity: 35
Merit: 0
October 26, 2015, 06:54:31 AM
#5
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
newbie
Activity: 14
Merit: 0
October 22, 2015, 06:56:36 PM
#4
Hi folks,

I need help Smiley

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 Smiley

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  
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
October 22, 2015, 03:38:30 PM
#3
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/
full member
Activity: 237
Merit: 100
October 22, 2015, 03:19:27 PM
#2
Ahh I think I need 0.11.1 to type in...right?
full member
Activity: 237
Merit: 100
October 22, 2015, 03:01:55 PM
#1
Hi folks,

I need help Smiley

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 Smiley
Jump to: