Bitcoin Forum
May 14, 2024, 08:07:08 AM *
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
1715674028
Hero Member
*
Offline Offline

Posts: 1715674028

View Profile Personal Message (Offline)

Ignore
1715674028
Reply with quote  #2

1715674028
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715674028
Hero Member
*
Offline Offline

Posts: 1715674028

View Profile Personal Message (Offline)

Ignore
1715674028
Reply with quote  #2

1715674028
Report to moderator
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!