Bitcoin Forum
May 10, 2024, 11:25:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Problem with upgrading bitcoin 0.9.0 to 0.9.1 on Ubuntu  (Read 1204 times)
ranton (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 18, 2014, 03:58:18 AM
 #1


I am trying to uninstall bitcoin 0.9.0 client from Ubuntu and install Bitcoin 0.9.1.

I uninstalled 0.9.0, deleted .bitcoin from home folder and deleted downloads from downloads folder.
I downloaded 0.9.1 and after I went through the installation process, the client that got installed was still 0.9.0.  I cannot get rid of this client.

I really appreciate help with this issue since I know very little about computers, so this is a huge challenge to me, but I am determined to do it.

I also tried to update using :

sudo apt-get update
sudo apt-get upgrade

but it did not work. I could be missing something else in those commands.

Maybe it is better to replace the binary, but I do not know how to do it.

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

Posts: 1715340320

View Profile Personal Message (Offline)

Ignore
1715340320
Reply with quote  #2

1715340320
Report to moderator
1715340320
Hero Member
*
Offline Offline

Posts: 1715340320

View Profile Personal Message (Offline)

Ignore
1715340320
Reply with quote  #2

1715340320
Report to moderator
chandan123
Full Member
***
Offline Offline

Activity: 212
Merit: 100

Hi


View Profile WWW
April 18, 2014, 04:11:57 AM
 #2

may be reboot once and try again

FreeLite.co.in
All FOR SALE Wink
BitTalk.com   FreeBTC    FreeCasino.in   Name.co.in  LiteCo.in  IndiaCo.in
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
April 18, 2014, 04:58:19 AM
 #3

Looks like you have to do it by hand, like this guy here:

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



Im not really here, its just your imagination.
ranton (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 18, 2014, 12:18:28 PM
 #4


Thanks. I will try that.
cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
April 18, 2014, 06:33:59 PM
 #5

When you get confused where the programs are installed just type which <program> and it'll tell you.  So which bitcoin-qt will tell you where that executable is located.

Guide to armory offline install on USB key:  https://bitcointalk.org/index.php?topic=241730.0
Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
April 18, 2014, 11:16:08 PM
 #6


Thanks. I will try that.

That will change the Bitcoin-Qt binary to the new version, which is what you want. The only thing that changes in the updates is that binary. Nothing in your downloads folder will affect it at all. Deleting the .bitcoin folder will cause the blockchain to be redownloaded and a new wallet file to be generated, but has no effect on an update of the client.

BTC: 1M8oUcBnkRDEhWWgV8ZXLTB6p1mgnejVbX
How Forum Activity Works
Bitcointalk Forum Rules
|
|
|
Firstbits (lucky vanitygen): 1WoLfRUGDx1
How Forum Trust Works
Bitcoin Source Code
Luddite Savant
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 19, 2014, 12:44:59 PM
 #7

I'll give this a try too as I've been having a similar issue:
have reloaded the ppa, updated, upgraded and installed bitcoin (ubuntu -pangolin) but it still shows me as using v0.9.0.0-g92d25e4-beta (64-bit) and I still get the heartbleed please upgrade message.
Looks like I need to use the linux 9.1 tarball rather than the ubuntu ppa.

EDIT
Fantastic, that's it worked, no warning message anymore. Thanks
ranton (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 26, 2014, 04:23:47 PM
 #8


Unfortunately I was not able to follow the instructions. I do not know enough about ubuntu, at this point, to do it correctly.

I just uninstalled Ubuntu 12.04 and reinstalled fresh 14.04 version, and installed bitcoin client from scratch.

However, your advice was very helpful because it let me learn some more about Ubuntu.

Thanks so much.javascript:void(0);
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
April 28, 2014, 10:04:06 PM
 #9

Next time just do, sudo updatedb, locate bitcoin-qt

If you have a newer version and it's running an older version, the older version is probably in /usr/bin, /usr/local/bin, /usr/local/sbin, or some other variation.
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!