Bitcoin Forum
March 28, 2024, 10:20:23 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 »  All
  Print  
Author Topic: Bitcoin Core (Bitcoin-Qt) 0.9.1 released - update required  (Read 64099 times)
laflaflaf
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
April 13, 2014, 06:54:26 AM
 #201

I downloaded it, and update very slow

TheSmurfsCoin:Tn5HRXnMmbVQoDjsz3rgSZwZwQyz5JNXr2
ShareCoin:SfE8LN2MLVV5XHmKLizjZonAHYPMFS1muN
FootballCoin:Fe6JUNh9j9CB5pagUxWwifoSsNyLeU3md5
1711664423
Hero Member
*
Offline Offline

Posts: 1711664423

View Profile Personal Message (Offline)

Ignore
1711664423
Reply with quote  #2

1711664423
Report to moderator
1711664423
Hero Member
*
Offline Offline

Posts: 1711664423

View Profile Personal Message (Offline)

Ignore
1711664423
Reply with quote  #2

1711664423
Report to moderator
1711664423
Hero Member
*
Offline Offline

Posts: 1711664423

View Profile Personal Message (Offline)

Ignore
1711664423
Reply with quote  #2

1711664423
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711664423
Hero Member
*
Offline Offline

Posts: 1711664423

View Profile Personal Message (Offline)

Ignore
1711664423
Reply with quote  #2

1711664423
Report to moderator
pinger
Legendary
*
Offline Offline

Activity: 1512
Merit: 1001


Bitcoin - Resistance is futile


View Profile WWW
April 13, 2014, 07:51:27 AM
 #202

Does other Bitcoin clients also afected?

For rent
bitsalame
Donator
Hero Member
*
Offline Offline

Activity: 714
Merit: 510


Preaching the gospel of Satoshi


View Profile
April 14, 2014, 03:37:30 AM
 #203

So basically, if you had 0.9.0, but you neither have enabled manually rpcssl from the console, nor clicked on any bitcoin link, then your wallet has always been safe and no private keys could have been leaked.

This is a relief if you have several addresses linked to shares.
Freedom24
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
April 14, 2014, 05:41:09 PM
 #204

How can I Upgrade my Bitcoin QT?

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

dex1
Full Member
***
Offline Offline

Activity: 141
Merit: 115



View Profile
April 15, 2014, 12:04:17 AM
 #205

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

cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
April 15, 2014, 01:51:12 AM
 #206

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



nice. thank you.

how do i turn this into an icon executable seen in Dashboard?
Code:
hom@home:/usr/bin$ ./bitcoin-qt
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
April 15, 2014, 02:00:44 AM
 #207

Is anyone else having an issue with multi-sig transactions. It seems that bitcoin 0.9.1 can't find the proper private key for the public key when using signrawtransaction. I tried on two different computers. I had to manually redo the transaction and insert the private key myself.
androidboss
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
April 15, 2014, 04:56:08 AM
 #208

very good,i will try it
joinmicah
Member
**
Offline Offline

Activity: 81
Merit: 16


Crypto-Commodities are the People's Money!


View Profile
April 15, 2014, 01:55:44 PM
 #209

It is Very Important that you update you Client to combat against the Open SSL Bug known as HeartBleed.com More information at the following link
frogfrmr
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 15, 2014, 02:54:57 PM
 #210

Hi, I'm a newbie for sure.

I downloaded the new version v0.9.1.0-g026a939-beta (32-bit) and it appears to be communicating by the looks of the network traffic graph.  When I started it, days ago, it said "12 days behind" and now it says "2 weeks behind".  It also says:

 "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.",

Should I just wait and see what happens?  Should I be concerned?

Thanks.
Kiki112
Full Member
***
Offline Offline

Activity: 196
Merit: 101


View Profile
April 15, 2014, 03:07:00 PM
 #211

I have 0.9.1 version now, does it mean I'm safe?
Do I also have to delete my previous version?

pointbiz
Sr. Member
****
Offline Offline

Activity: 437
Merit: 415

1ninja


View Profile
April 16, 2014, 01:58:15 AM
 #212

EDIT: Also, are the cold addresses generated from bitaddress.org safe? Most of my cold Bitcoins are stored on addresses (with their keys) generated from bitaddress.org (i.e. the "Bulk Wallet" option)

Verifying the SHA1 checksum of the bitaddress.org HTML that you download locally is the way to be sure you are safe.

Coder of: https://www.bitaddress.org      Thread
Open Source JavaScript Client-Side Bitcoin Wallet Generator
Donations: 1NiNja1bUmhSoTXozBRBEtR8LeF9TGbZBN   PGP
Polyatomic
Sr. Member
****
Offline Offline

Activity: 257
Merit: 250


View Profile
April 16, 2014, 07:53:40 AM
 #213

How can I Upgrade my Bitcoin QT?

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






nice. thank you.

how do i turn this into an icon executable seen in Dashboard?
Code:
hom@home:/usr/bin$ ./bitcoin-qt


You should be able to lock it to the launcher when its running aye
Kimmo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 16, 2014, 07:26:58 PM
 #214

Quick guide for Ubuntu

1. Download https://bitcoin.org/bin/0.9.1/bitcoin-0.9.1-linux.tar.gz
2. Open file, then click 'Extract'-button. Extract the files in your home folder.
3. Open terminal, enter:

Code:
sudo cp ~/bitcoin-0.9.1-linux/bin/64/bitcoin-qt /usr/bin  #(or 32 instead of 64 if you have 32-bit Ubuntu)

Done.
Zhan21
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
April 17, 2014, 08:18:12 AM
 #215

Do I need to uninstall 0.9.0? Huh
go4nature
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
April 17, 2014, 03:32:50 PM
 #216

I am not using bicoin-qt but i installed it and using multibit. It is necessary to update it or uninstall it?

Kimmo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 17, 2014, 08:16:45 PM
 #217

Do I need to uninstall 0.9.0? Huh

No.
Kimmo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 17, 2014, 08:27:53 PM
 #218

I am not using bicoin-qt but i installed it and using multibit. It is necessary to update it or uninstall it?

If you don't use it you should be fine.


https://multibit.org/blog/2014/04/10/multibit-and-heartbleed.html
haploid23
Legendary
*
Offline Offline

Activity: 812
Merit: 1002



View Profile WWW
April 18, 2014, 11:16:49 AM
 #219

Dam I'm still using 8.6 QT. It seems like there needs to be constant updates. What if one were to take a break from bitcoin for 5 years? There has to be a better way to not have vulnerable wallets during this time.

DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1063


Gerald Davis


View Profile
April 19, 2014, 05:51:26 PM
 #220

Dam I'm still using 8.6 QT. It seems like there needs to be constant updates. What if one were to take a break from bitcoin for 5 years? There has to be a better way to not have vulnerable wallets during this time.

If you aren't using Bitcoin you wouldn't be vulnerable.  When you decide to start using Bitcoin after your five year break you would download and install the current software.
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 »  All
  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!