Bitcoin Forum
May 29, 2024, 04:40:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 21 inc. tutorial  (Read 1027 times)
BlackJacky (OP)
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
October 22, 2015, 08: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
BlackJacky (OP)
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
October 22, 2015, 08:19:27 PM
 #2

Ahh I think I need 0.11.1 to type in...right?
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
October 22, 2015, 08: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/

Im not really here, its just your imagination.
c-cex-finch
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
October 22, 2015, 11: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  
Bitmix.in
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile WWW
October 26, 2015, 11: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
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!