Bitcoin Forum
May 12, 2024, 03:33:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Install old bitcoincore version on Ubuntu  (Read 135 times)
MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 03:31:33 PM
Last edit: October 24, 2021, 03:57:40 PM by MixMAx123
Merited by LoyceV (2)
 #1

After I reinstall my Ubuntu I had to reinstall the bitcoincore in my old version.

On this page you can download older versions:
https://bitcoincore.org/bin/bitcoin-core-0.18.1/
But I do not know how to install these on Ubuntu.

- Which of these downloads on the page is the right one for Ubuntu 18.4.3lts 64bit ?
- How exactly do you install that then after which it was downloaded ?

I would like to install Bitcoin core from an offline source, which I'm sure on my hard drive sure!


Additional information about my motivation and justifications.

I want to install this older version because I can be sure that everything works like about.
My blockchain database must not be destroyed, it is not an option for me to install the latest version of the bitcoincores.
Please do not discuss with me why I do not install the latest version of the bitcoincore, I will not answer!

At the time, the version 0.18.1 was simply installed as the latest version from the Internet.
However, this is no longer possible with this version.


Furthermore, I would also like to know how to save bitconcore as an installation package on its own hard disk. (Only for Linux )
And how to install the core from this source.
It is so that I keep the direct installing from a source, from the internet, for dangerous.
Because:
- not sure is whether this source still exists tomorrow
- not sure if this source was not changed tomorrow
- the version is replaced with newer versions without which I can influence


That's why I ask for help here!
Thanks very much!
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715484801
Hero Member
*
Offline Offline

Posts: 1715484801

View Profile Personal Message (Offline)

Ignore
1715484801
Reply with quote  #2

1715484801
Report to moderator
1715484801
Hero Member
*
Offline Offline

Posts: 1715484801

View Profile Personal Message (Offline)

Ignore
1715484801
Reply with quote  #2

1715484801
Report to moderator
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6271


Crypto Swap Exchange


View Profile WWW
October 24, 2021, 04:32:54 PM
Last edit: October 24, 2021, 11:31:09 PM by DaveF
Merited by MixMAx123 (4), ABCbits (1)
 #2

- Which of these downloads on the page is the right one for Ubuntu 18.4.3lts 64bit ?
bitcoin-0.18.1-x86_64-linux-gnu.tar.gz  <--Is the native 64 bit version
bitcoin-0.18.1-i686-pc-linux-gnu.tar.gz  <-- Is the 32 bit version, may or may not run on a 64 bit system. Read posts #s 13-15 below.

- How exactly do you install that then after which it was downloaded ?

You unzip & untar it and run the bitcoind in the bin folder.

I would like to install Bitcoin core from an offline source, which I'm sure on my hard drive sure!

You did not link the installation files you liked to the executable compiled code. If you want to compile it yourself go to:
https://github.com/bitcoin/bitcoin/releases/tag/v0.18.1
and download the source and follow the instructions that are in the /doc/build-unix.md file

-Dave



█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16638


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 24, 2021, 04:39:57 PM
Merited by MixMAx123 (4), ABCbits (1)
 #3

bitcoin-0.18.1-i686-pc-linux-gnu.tar.gz
That one is 32bit, OP is better off with the 64bit version.

- Which of these downloads on the page is the right one for Ubuntu 18.4.3lts 64bit ?
I'd start with bitcoin-0.18.1-x86_64-linux-gnu.tar.gz.

Quote
- How exactly do you install that then after which it was downloaded ?
Extract the .tar.gz, then see README.md:
Code:
### Unix

Unpack the files into a directory and run:

- `bin/bitcoin-qt` (GUI) or
- `bin/bitcoind` (headless)

Quote
I want to install this older version because I can be sure that everything works like about.
Usually, newer releases include a few bug fixes. You'll still have those bugs.

Quote
My blockchain database must not be destroyed, it is not an option for me to install the latest version of the bitcoincores.
Usually, your local blockchain copy won't be destroyed when upgrading. If you worry about having to download 400 GB again, making a local backup doesn't hurt.

Quote
Please do not discuss with me why I do not install the latest version of the bitcoincore, I will not answer!
Lol.

Quote
- not sure is whether this source still exists tomorrow
By the time Bitcoin Core doesn't exist on the internet anymore, we have bigger problems.
But if it makes you feel more secure, just keep a local backup of the .tar.gz Smiley

MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 04:45:46 PM
 #4


Quote
Usually, your local blockchain copy won't be destroyed when upgrading.

Normally not in some cases already!
I do not have to take this risk!
MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 05:20:29 PM
 #5

You unzip & untar it and run the bitcoind in the bin folder.

That's exactly my problem.
I unpacked this archive on the desktop.
I can navigate to the file "Bitcoind" in the "bin" folder.
I can not start the file "bitcoind" with double-click on Linux. Is not like Windwos.
So how exactly do I start the "Bitcoind" file on Linux?
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16638


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 24, 2021, 05:28:31 PM
 #6

I can not start the file "bitcoind" with double-click on Linux.
So how exactly do I start the "Bitcoind" file on Linux?
Use a terminal, cd to the directory, and start it with ./bitcoind (or ./bitcoind & to run it in the background).

But since you're talking about a desktop, you may want to run ./bitcoin-qt instead.

MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 05:42:33 PM
 #7

I open the terminal in the folder "bin".
I'm in: ".../bitcoin-0.18.1/bin$"
Now I give a: "sudo ./bitcoin-qt"
The error appears: command not found
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16638


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 24, 2021, 05:51:06 PM
 #8

Now I give a: "sudo ./bitcoin-qt"
The error appears: command not found
You shouldn't run bitcoin-qt as root, so omit the "sudo".
Why can't your system find the sudo-command?

MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 05:57:39 PM
Last edit: October 24, 2021, 06:16:27 PM by MixMAx123
 #9

Even without sudo it does not work, same mistake.


Ok, I'll try it differently.
The "bitcoin-qt" file in the bin folder.
What is this for a file? Under Windows you can recognize at the file extension what it is for a file, but under Linux?

If someone could tell me what a file is "bitcoin-qt", maybe I could find out about the search as I can start.
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
October 24, 2021, 06:30:36 PM
 #10

Even without sudo it does not work, same mistake.
That's weird, does the error you mentioned only show as "command not found", or is there any other output? Maybe you can share the full output within your terminal. Also, on the bin folder try to run "ls"

The "bitcoin-qt" file in the bin folder.
What is this for a file? Under Windows you can recognize at the file extension what it is for a file, but under Linux?
"bitcoin-qt" is the executable binary. Take Electrum as an example, it's kind of like the standalone executable version of Electrum.


MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 06:49:01 PM
 #11

I made a picture of the mistake:
https://de.share-your-photo.com/img/35da97a70c.png
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
October 24, 2021, 07:01:41 PM
 #12

Just to make sure it has the correct permissions. Try to run "chmod +x bitcoin-qt" and then run "./bitcoin-qt" again.
MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 07:46:58 PM
Last edit: October 24, 2021, 08:05:50 PM by MixMAx123
 #13

Have found the error.

bitcoin-0.18.1-i686-pc-linux-gnu.tar.gz
Only for info, this was the wrong version.
This is apparently only on 32bit.

The right version is:
Code:
bitcoin-0.18.1-x86_64-linux-gnu.tar.gz

Now it works as expected.
Thank you for your help and patience with me as Linux layman  :-)
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6271


Crypto Swap Exchange


View Profile WWW
October 24, 2021, 10:02:54 PM
Merited by MixMAx123 (1)
 #14

Have found the error.

bitcoin-0.18.1-i686-pc-linux-gnu.tar.gz
Only for info, this was the wrong version.
This is apparently only on 32bit.

The right version is:
Code:
bitcoin-0.18.1-x86_64-linux-gnu.tar.gz

Now it works as expected.
Thank you for your help and patience with me as Linux layman  :-)

That's on me it's the file I recommended. *But* I just did a test and that 32 bit version runs fine on my 64 bit system.
So, yes the one you ran is better suited for 64 bit, but the 32 bit version should run fine on a 64 bit system.
Or at least it runs fine on my system.....

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
MixMAx123 (OP)
Full Member
***
Offline Offline

Activity: 161
Merit: 168


View Profile
October 24, 2021, 10:19:26 PM
Last edit: October 24, 2021, 10:40:34 PM by MixMAx123
 #15

Is not that bad. For me, the 32 bit version does not run, no idea why.
It's stupid that Linux does not make a proper error message.
Therefore, the cause could not be found for so long.
They still helped well, I'm very grateful for that :-)

@DaveF
Maybe you want to edit your post above, with a note that the 64bit version is better? Only for other users who read this later.
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16638


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 25, 2021, 07:41:54 AM
 #16

The "bitcoin-qt" file in the bin folder.
What is this for a file? Under Windows you can recognize at the file extension what it is for a file, but under Linux?
You're looking for the file command:
Quote
file(1) - Linux man page
Name

file - determine file type
Usage:
Code:
file bitcoin-qt

Thank you for your help and patience with me as Linux layman  :-)
One of the most powerful things on Linux is the command line. Even if there's a graphical alternative, I often find myself just typing things because it's faster.
To start learning some of the basics, you could for instance use Bash cheat sheet: Top 25 commands and creating custom commands.

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!