Bitcoin Forum
May 03, 2024, 01:37:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: ubuntu 12.04 heartbleed  (Read 1043 times)
sudocoin (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 11, 2014, 05:12:44 PM
 #1

Here the deal, I am running the command line bitcoind server. Here is my getinfo,

{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : xxxxxxxxx,
    "blocks" : 295291,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 6119726089.12814713,
    "testnet" : false,
    "keypoololdest" : 1397234124,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "unlocked_until" : 0,
    "errors" : "URGENT: Upgrade required: see https://www.bitcoin.org/heartbleed"
}

Simple question, how to I update from version 90000 to the newer patched version.

Thanks.
1714743426
Hero Member
*
Offline Offline

Posts: 1714743426

View Profile Personal Message (Offline)

Ignore
1714743426
Reply with quote  #2

1714743426
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714743426
Hero Member
*
Offline Offline

Posts: 1714743426

View Profile Personal Message (Offline)

Ignore
1714743426
Reply with quote  #2

1714743426
Report to moderator
1714743426
Hero Member
*
Offline Offline

Posts: 1714743426

View Profile Personal Message (Offline)

Ignore
1714743426
Reply with quote  #2

1714743426
Report to moderator
ning
Full Member
***
Offline Offline

Activity: 173
Merit: 100



View Profile
April 12, 2014, 05:44:13 AM
 #2

You can download the latest version here: https://bitcoin.org/en/download You simply stop the old version, replace the binary, and restart again.
Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
April 12, 2014, 07:38:25 AM
 #3

You can download the latest version here: https://bitcoin.org/en/download You simply stop the old version, replace the binary, and restart again.

In addition to that, make sure you update openssl and libopenssl to 1.0.1g (or equivalent) as well if you haven't already, and restart any affected services (like ssh). Patching bitcoind won't do you much good if you leave ssh and other services vulnerable, as attackers could simply attack your ssh/web/vpn/etc. service until they find a way into your system and attack or download the wallet from there.

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

Activity: 336
Merit: 254


CEO of Privex Inc. (www.privex.io)


View Profile WWW
April 12, 2014, 11:14:35 AM
 #4

You can download the latest version here: https://bitcoin.org/en/download You simply stop the old version, replace the binary, and restart again.

In addition to that, make sure you update openssl and libopenssl to 1.0.1g (or equivalent) as well if you haven't already, and restart any affected services (like ssh). Patching bitcoind won't do you much good if you leave ssh and other services vulnerable, as attackers could simply attack your ssh/web/vpn/etc. service until they find a way into your system and attack or download the wallet from there.

This should be very easy for you to do. AFAIK Ubuntu will have backported the fix to all versions of ubuntu, including 12.04

I recommend just doing this:
Code:
sudo apt-get update
sudo apt-get upgrade

That should ensure you're safe from the OpenSSL bug, also make sure you download the updated version of Bitcoin.

TheFootMan
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
April 12, 2014, 12:51:19 PM
 #5

also make sure you check the signature of the downloaded binary.

it's also worth keeping in mind that ubuntu have a 'phone home' feature.

sudocoin (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 12, 2014, 02:50:43 PM
 #6

Thanks for the help guys, this is how I upgraded bitcoind...

You can download the latest version here: https://bitcoin.org/en/download You simply stop the old version, replace the binary, and restart again.

then I followed the other updates. Now I just need to regenerated my https keys.

Thanks!

{
    "version" : 90100,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : xxxxxxxxxx,
    "blocks" : 295432,
    "timeoffset" : 2,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 6119726089.12814713,
    "testnet" : false,
    "keypoololdest" : 1397234124,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "unlocked_until" : 0,
    "errors" : ""
}

Note, only the 32-bit binary worked for me, even though I have a 64-bit OS and hardware.
GreenDude
Hero Member
*****
Offline Offline

Activity: 531
Merit: 500


View Profile
April 13, 2014, 09:50:04 PM
 #7

Thanks
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!