Bitcoin Forum
May 09, 2024, 09:28:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin client is not an executable file through linux tar file download  (Read 2231 times)
ajk (OP)
Donator
Sr. Member
*
Offline Offline

Activity: 447
Merit: 250


View Profile
April 30, 2014, 05:40:49 PM
 #1

Hello

I have run into some issue with my Bitcoin Core Client v.0.9.1

when I download the tar.gz file through Bitcoin.org the file looks like a word file and not an executable, when I try to open this file it reads the following error message,

"Could not display .... Bitcoin QT

there is no application installed for shared library files, Do you want to search for different application to open.."

Just wondering if anyone could offer some advice on how to fix this issue and why it is happening? a few weeks ago when I first downloaded the client nothing seemed to be wrong and when I tried to open my wallet today this happened,

appreciate any insight,

regards
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715246936
Hero Member
*
Offline Offline

Posts: 1715246936

View Profile Personal Message (Offline)

Ignore
1715246936
Reply with quote  #2

1715246936
Report to moderator
1715246936
Hero Member
*
Offline Offline

Posts: 1715246936

View Profile Personal Message (Offline)

Ignore
1715246936
Reply with quote  #2

1715246936
Report to moderator
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
April 30, 2014, 06:06:54 PM
 #2

I assume you are some sort of Linux, so this would most likely work:

How can I Upgrade my Bitcoin QT?

I use Linux Ubunto and I don't know what to do.



Being a noob myself I asked the same question and got no answer here. Just to have it clear I was using bitcoin 0.9.0 from Ubuntu PPA and
had my libssl1.0.0 updated however in the debug window it still showed old/insecure version of OpenSSL.

So here is what I did:

-First thing first back up ur wallet.
-Shut down your client.
-Now make a backup of your current bitcoin-qt executable/shared library which should be in /usr/bin
Code:
cd /usr/bin
sudo mv bitcoin-qt bitcoin-qt.bckup
-Download and verify bitcoin-0.9.1-linux.tar.gz
-Navigate to your Home directory
Code:
cd ~
-and then to Downloads
Code:
cd Downloads
-unzip what you've downloaded
Code:
tar xvzf bitcoin-0.9.1-linux.tar.gz
-Navigate to just unzipped directory
Code:
cd bitcoin-0.9.1-linux
-and then depending on whether your system is 32 or 64 do
Code:
cd bin/32

/* alternatively if your system is 64 do */

cd bin/64
-copy bitcoin-qt from this directory to /usr/bin
Code:
sudo cp bitcoin-qt /usr/bin

-start your client the usual way.

Hope it helps...
 Smiley Smiley Smiley



Depending on which Linux you are using there might be an easier way.... This is not as ubuntu specific as it sounds, as most commands work on all distros of Linux.

If you are using Ubuntu you can install the client now via the ppa as postet here:


https://launchpad.net/~bitcoin/+archive/bitcoin

In your terminal type in
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
and then
Code:
sudo apt-get update
EDIT: install
Code:
sudo apt-get install bitcoin-qt



All credit to dex1, I just copypasta this Wink

Im not really here, its just your imagination.
Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
April 30, 2014, 11:22:11 PM
 #3

Hello

I have run into some issue with my Bitcoin Core Client v.0.9.1

when I download the tar.gz file through Bitcoin.org the file looks like a word file and not an executable, when I try to open this file it reads the following error message,

"Could not display .... Bitcoin QT

there is no application installed for shared library files, Do you want to search for different application to open.."

Just wondering if anyone could offer some advice on how to fix this issue and why it is happening? a few weeks ago when I first downloaded the client nothing seemed to be wrong and when I tried to open my wallet today this happened,

appreciate any insight,

regards

I'm assuming you're on linux since you downloaded the .tar.gz archive; if you're on windows, you need the either the 32bit or 64bit installer or the .zip archive containing the windows executable files.

What is the name of the file you are trying to open? The executable files should be statically linked and not need shared libraries, IIRC. If the filename is "bitcoin-qt" and it's not marked as executable, try "chmod +x bitcoin-qt" in a terminal. If you're trying to run the .tar.gz file directly, the error is caused because that file is an archive, not an executable; to open it, run "tar xvzf <filename>" to extract it and look for the executable in the resulting folder. Unless you've renamed it, <filename> will be "bitcoin-0.9.1-linux.tar.gz".

BTC: 1M8oUcBnkRDEhWWgV8ZXLTB6p1mgnejVbX
How Forum Activity Works
Bitcointalk Forum Rules
|
|
|
Firstbits (lucky vanitygen): 1WoLfRUGDx1
How Forum Trust Works
Bitcoin Source Code
ajk (OP)
Donator
Sr. Member
*
Offline Offline

Activity: 447
Merit: 250


View Profile
May 01, 2014, 12:21:31 AM
 #4

I figured out my problem, in case anyone is having similar problems in the future ill add in how I fixed this

I am using linux Mint and for me I had to right click desktop and then select Create Launcher

After this all I had to do was select the Bitcoin QT file located in the tar.gz I downloaded

after it created a desktop icon which launched the Bitcoin Core client

here is a source I used in order to complete this task

http://xmodulo.com/2013/11/create-desktop-shortcut-launcher-linux.html

* if you dont trust the link just copy and paste it into your URL

take care!
Melnik
Legendary
*
Offline Offline

Activity: 1042
Merit: 1029

MN HOSTING


View Profile WWW
February 14, 2016, 10:15:27 PM
 #5

I figured out my problem, in case anyone is having similar problems in the future ill add in how I fixed this

I am using linux Mint and for me I had to right click desktop and then select Create Launcher

After this all I had to do was select the Bitcoin QT file located in the tar.gz I downloaded

after it created a desktop icon which launched the Bitcoin Core client

here is a source I used in order to complete this task

http://xmodulo.com/2013/11/create-desktop-shortcut-launcher-linux.html

* if you dont trust the link just copy and paste it into your URL

take care!
thank you, man! you really helped me!

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!