Bitcoin Forum
May 05, 2024, 10:52:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 3 [All]
  Print  
Author Topic: Bitcoin-Qt/bitcoind version 0.5.0  (Read 12758 times)
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
November 21, 2011, 05:17:04 PM
Last edit: November 21, 2011, 08:39:09 PM by Gavin Andresen
 #1

Bitcoin version 0.5.0 is now available for download at:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.0/

The major change for this release is a completely new graphical interface that uses the Qt user interface toolkit.

This release include German, Spanish, Spanish-Castilian, Norwegian and Dutch translations. More translations are welcome; join the project at Transifex if you can help:
  https://www.transifex.net/projects/p/bitcoin/

Please report bugs using the issue tracker at github:
  https://github.com/bitcoin/bitcoin/issues

For Ubuntu users, there is a new ppa maintained by Matt Corallo which you can add to your system so that it will automatically keep bitcoin up-to-date.  Just type "sudo apt-add-repository ppa:bitcoin/bitcoin" in your terminal, then install the bitcoin-qt package.

MAJOR BUG FIX  (CVE-2011-4447)

The wallet encryption feature introduced in Bitcoin version 0.4.0 did not sufficiently secure the private keys. An attacker who
managed to get a copy of your encrypted wallet.dat file might be able to recover some or all of the unencrypted keys and steal the
associated coins.

If you have a previously encrypted wallet.dat, the first time you run bitcoin-qt or bitcoind the wallet will be rewritten, Bitcoin will
shut down, and you will be prompted to restart it to run with the new, properly encrypted file.

If you had a previously encrypted wallet.dat that might have been copied or stolen (for example, you backed it up to a public
location) you should send all of your bitcoins to yourself using a new bitcoin address and stop using any previously generated addresses.

Wallets encrypted with this version of Bitcoin are written properly.

Technical note: the encrypted wallet's 'keypool' will be regenerated the first time you request a new bitcoin address; to be certain that the
new private keys are properly backed up you should:

1. Run Bitcoin and let it rewrite the wallet.dat file

2. Run it again, then ask it for a new bitcoin address.
 Bitcoin-Qt: Address Book, then New Address...
 bitcoind: run the 'walletpassphrase' RPC command to unlock the wallet,  then run the 'getnewaddress' RPC command.

3. If your encrypted wallet.dat may have been copied or stolen, send  all of your bitcoins to the new bitcoin address.

4. Shut down Bitcoin, then backup the wallet.dat file.
 IMPORTANT: be sure to request a new bitcoin address before backing up, so that the 'keypool' is regenerated and backed up.

"Security in depth" is always a good idea, so choosing a secure location for the backup and/or encrypting the backup before uploading it is recommended. And as in previous releases, if your machine is infected by malware there are several ways an attacker might steal your bitcoins.

Thanks to Alan Reiner (etotheipi) for finding and reporting this bug.

MAJOR GUI CHANGES

"Splash" graphics at startup that show address/wallet/blockchain loading progress.

"Synchronizing with network" progress bar to show block-chain download progress.

Icons at the bottom of the window that show how well connected you are to the network, with tooltips to display details.

Drag and drop support for bitcoin: URIs on web pages.

Export transactions as a .csv file.

Many other GUI improvements, large and small.

RPC CHANGES

getmemorypool : new RPC command, provides everything needed to construct a block with a custom generation transaction and submit a solution

listsinceblock : new RPC command, list transactions since given block

signmessage/verifymessage : new RPC commands to sign a message with one of your private keys or verify that a message signed by the private key associated with a bitcoin address.

GENERAL CHANGES

Faster initial block download.



Thanks to everybody who contributed code or helped test this release:

Alan Reiner
Alex B
Alex Waters
Ang Iong Chun
Celil
Chris Howie
Chris Moore
David Joel Schwartz
David Perry
Forrest Voight
Gavin Andresen
Janne Pulkkinen
Jeff Garzik
JoelKatz
Khalahan
Luke Dashjr
Matt Corallo
Misbakh-Soloviev Vadim A
Nils Schneider
Pieter Wuille
Victor Leschuk
Wladimir J. van der Laan
celil-kj
cjdelisle
flower
globalcitizen
gmaxwell
kwaaak
mark
p2k

How often do you get the chance to work on a potentially world-changing project?
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714949536
Hero Member
*
Offline Offline

Posts: 1714949536

View Profile Personal Message (Offline)

Ignore
1714949536
Reply with quote  #2

1714949536
Report to moderator
gregwtmtno
Member
**
Offline Offline

Activity: 77
Merit: 10



View Profile
November 21, 2011, 05:36:24 PM
 #2

Thanks to everyone who worked hard on this release!
ThePok
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
November 21, 2011, 07:08:31 PM
 #3

+1
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 21, 2011, 07:36:18 PM
 #4

Thanks!

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
nmat
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501


View Profile
November 21, 2011, 07:37:58 PM
 #5

Thank you
Eveofwar
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
November 21, 2011, 07:53:57 PM
 #6

Up and running !

Only complaint is that when in the Options (on Windows 7x64), when checking "Start Bitcoin on windows system startup" and then hitting Apply. There's a slight locking up of the program, then the box becomes unchecked.  I'm not sure it's actually doing anything.  Hitting Ok instead of Apply, yields the same results, except the Options dialog disappears and the checkbox is still checked.  When you re-open Options, the checkbox isn't checked anymore.

Might be something to look into Smiley
MysteryMiner
Legendary
*
Offline Offline

Activity: 1470
Merit: 1029


Show middle finger to system and then destroy it!


View Profile
November 21, 2011, 09:13:00 PM
 #7

Up and running !

Only complaint is that when in the Options (on Windows 7x64), when checking "Start Bitcoin on windows system startup" and then hitting Apply. There's a slight locking up of the program, then the box becomes unchecked.  I'm not sure it's actually doing anything.  Hitting Ok instead of Apply, yields the same results, except the Options dialog disappears and the checkbox is still checked.  When you re-open Options, the checkbox isn't checked anymore.

Might be something to look into Smiley
Seems for me like UAC preventing creation of startup entries since the Bitcoin is not Run As Administrator...

Will soon install 0.5.0 myself to check out new version and interface. And Thanks to Gavin and all other contributors for this new release!

bc1q59y5jp2rrwgxuekc8kjk6s8k2es73uawprre4j
Eveofwar
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
November 21, 2011, 09:16:01 PM
 #8

Up and running !

Only complaint is that when in the Options (on Windows 7x64), when checking "Start Bitcoin on windows system startup" and then hitting Apply. There's a slight locking up of the program, then the box becomes unchecked.  I'm not sure it's actually doing anything.  Hitting Ok instead of Apply, yields the same results, except the Options dialog disappears and the checkbox is still checked.  When you re-open Options, the checkbox isn't checked anymore.

Might be something to look into Smiley
Seems for me like UAC preventing creation of startup entries since the Bitcoin is not Run As Administrator...

Will soon install 0.5.0 myself to check out new version and interface. And Thanks to Gavin and all other contributors for this new release!

I was thinking the same thing and after running as admin, the checkbox is still acting as described above.  Non-working.
MysteryMiner
Legendary
*
Offline Offline

Activity: 1470
Merit: 1029


Show middle finger to system and then destroy it!


View Profile
November 21, 2011, 09:19:01 PM
 #9

Up and running !

Only complaint is that when in the Options (on Windows 7x64), when checking "Start Bitcoin on windows system startup" and then hitting Apply. There's a slight locking up of the program, then the box becomes unchecked.  I'm not sure it's actually doing anything.  Hitting Ok instead of Apply, yields the same results, except the Options dialog disappears and the checkbox is still checked.  When you re-open Options, the checkbox isn't checked anymore.

Might be something to look into Smiley
Seems for me like UAC preventing creation of startup entries since the Bitcoin is not Run As Administrator...

Will soon install 0.5.0 myself to check out new version and interface. And Thanks to Gavin and all other contributors for this new release!

I was thinking the same thing and after running as admin, the checkbox is still acting as described above.  Non-working.
Use sysinternals to check where it is trying to create the startup entry. I'm busy right now with other things, tomorrow I will take a closer look on new bitcoin version

bc1q59y5jp2rrwgxuekc8kjk6s8k2es73uawprre4j
Cryptoman
Hero Member
*****
Offline Offline

Activity: 726
Merit: 500



View Profile
November 21, 2011, 09:20:11 PM
 #10

Gavin, aren't you going to post the hashes signed with your private key?

"A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history." --Gandhi
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
November 21, 2011, 09:29:05 PM
 #11

i fell in love with the gui and all the new features, nice work ppl, thank you  Cheesy

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
MysteryMiner
Legendary
*
Offline Offline

Activity: 1470
Merit: 1029


Show middle finger to system and then destroy it!


View Profile
November 21, 2011, 09:30:45 PM
 #12

i fell in love with the gui and all the new features, nice work ppl, thank you  Cheesy
Tits or it did not happen! Seriously, I want to see screenshots of new Bitcoin client.

bc1q59y5jp2rrwgxuekc8kjk6s8k2es73uawprre4j
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
November 21, 2011, 09:49:37 PM
 #13

i fell in love with the gui and all the new features, nice work ppl, thank you  Cheesy
Tits or it did not happen! Seriously, I want to see screenshots of new Bitcoin client.

you gotta be kidding me haha, to much features to start making shots

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
evoorhees
Legendary
*
Offline Offline

Activity: 1008
Merit: 1021


Democracy is the original 51% attack


View Profile
November 21, 2011, 09:57:50 PM
 #14

Gavin and Dev team, thank you!!!!

0.5 is excellent. THIS is the client the world needed. Love the payment notifications in Windows, the lock/connections/status icons, and the splash screen with progress indicator. Really great work. Sincere thanks.

The new interface can have my babies.
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
November 21, 2011, 10:29:22 PM
 #15

Gavin, aren't you going to post the hashes signed with your private key?

The download directory contains them in a file called SHASUMS.asc:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.0/SHASUMS.asc/download

... which I'll reproduce here just because it is easy:

Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

d80b811852744aaa23bc7eddd23cdac4d56bb50f  bitcoin-0.5.0-linux.tar.gz
86b0de71d601176ba49a84da59baf37ec3b561ec  bitcoin-0.5.0-macosx.dmg
4649a78d3a55843b7ced690694b9b241a26f4d93  bitcoin-0.5.0-win32-setup.exe
97ef546d923e75f309a19f8a52b07affc0942948  bitcoin-0.5.0-win32.zip
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iEYEARECAAYFAk7Kdy8ACgkQdYgkL74406g2ogCgiMfivGR4xJOacx/DnYfIiBO0
tlgAmwRYs7eKIgz1v3t1tj1I3NrrBfij
=SFwh
-----END PGP SIGNATURE-----

How often do you get the chance to work on a potentially world-changing project?
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
November 21, 2011, 10:34:15 PM
 #16

downloaded 0.5.0 win32 setup.exe for Windows 7.

interestingly, it forced me to use not my current password but my previous and original password for the wallet. 
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
November 21, 2011, 10:39:59 PM
 #17

Up and running !

Only complaint is that when in the Options (on Windows 7x64), when checking "Start Bitcoin on windows system startup" and then hitting Apply. There's a slight locking up of the program, then the box becomes unchecked.  I'm not sure it's actually doing anything.  Hitting Ok instead of Apply, yields the same results, except the Options dialog disappears and the checkbox is still checked.  When you re-open Options, the checkbox isn't checked anymore.

Might be something to look into Smiley

having same problem
David M
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
November 21, 2011, 10:51:46 PM
 #18

Nicely done!   Kudos to all the contributors.

The "Overview" looks great.
The status bar icons are good.

The client successfully re-wrote my wallet file and ask for a restart.

I only found one interface issue.

On the Send Window: The "Clear All" button does not have a tooltip.

Functionality issue:

I noticed that it requires the passphrase to create a new address.
This seems excessive and adds several seconds of time to create a new address as I have to extract the password from KeePass.


Once again, great job Gavin and all the coders and testers.


cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
November 21, 2011, 11:25:22 PM
 #19

Up and running !

Only complaint is that when in the Options (on Windows 7x64), when checking "Start Bitcoin on windows system startup" and then hitting Apply. There's a slight locking up of the program, then the box becomes unchecked.  I'm not sure it's actually doing anything.  Hitting Ok instead of Apply, yields the same results, except the Options dialog disappears and the checkbox is still checked.  When you re-open Options, the checkbox isn't checked anymore.

Might be something to look into Smiley

having same problem

had same problem with Mac version.

wow!  only took me 1/2h to download blockchain on my Macbook Pro!
MysteryMiner
Legendary
*
Offline Offline

Activity: 1470
Merit: 1029


Show middle finger to system and then destroy it!


View Profile
November 21, 2011, 11:33:54 PM
 #20

Gavin, aren't you going to post the hashes signed with your private key?

The download directory contains them in a file called SHASUMS.asc:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.0/SHASUMS.asc/download

... which I'll reproduce here just because it is easy:

Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

d80b811852744aaa23bc7eddd23cdac4d56bb50f  bitcoin-0.5.0-linux.tar.gz
86b0de71d601176ba49a84da59baf37ec3b561ec  bitcoin-0.5.0-macosx.dmg
4649a78d3a55843b7ced690694b9b241a26f4d93  bitcoin-0.5.0-win32-setup.exe
97ef546d923e75f309a19f8a52b07affc0942948  bitcoin-0.5.0-win32.zip
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iEYEARECAAYFAk7Kdy8ACgkQdYgkL74406g2ogCgiMfivGR4xJOacx/DnYfIiBO0
tlgAmwRYs7eKIgz1v3t1tj1I3NrrBfij
=SFwh
-----END PGP SIGNATURE-----
Would not be better to sign each file individually with gpg so I can check it. Now I need to first check the checksum of file and then I need to check the signature of checksum message to see if the message is valid and then compare the two checksums by eye. It's like scratching the right ear with left hand.

bc1q59y5jp2rrwgxuekc8kjk6s8k2es73uawprre4j
plogank
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
November 22, 2011, 04:35:36 AM
 #21

Looks nice. I'm going to like it.

Thanks for your efforts...

If you like this post a donation would be nice....  1PhCzA9o1jcwHr7PR4mxea8nJYUJWpKAGb

Besides, It'll drive me crazy trying to figure where it came from.
Vort
Newbie
*
Offline Offline

Activity: 79
Merit: 0



View Profile
November 22, 2011, 10:45:46 AM
 #22

how to start 0.5 minimized?

bitcoin-qt.exe -min
is ignored

bitcoin-qt.exe --help
bitcoin-qt.exe -?
bitcoin-qt.exe /?
also do not work

upd. (win7): right click on tray icon, left click on desktop. popup menu remains shown
Hawkix
Hero Member
*****
Offline Offline

Activity: 531
Merit: 505



View Profile WWW
November 22, 2011, 12:30:04 PM
 #23

Small bug (under Windows): in overview page, when I hover mouse over some recent transaction, the tooltip window appear in whole black background, preventing to see any text in it.

Also, I do not like the grid lines vertical spacing, should be smaller to be able to see more, but its probably the way how Qt shows grid. I prefer the Windows OS style spacing.

Donations: 1Hawkix7GHym6SM98ii5vSHHShA3FUgpV6
http://btcportal.net/ - All about Bitcoin - coming soon!
jimbobway
Legendary
*
Offline Offline

Activity: 1304
Merit: 1014



View Profile
November 22, 2011, 02:15:56 PM
 #24

What is the purpose of wallat.dat.rewrite file?  Can I delete?
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 22, 2011, 02:20:12 PM
 #25

This is probably not the best place to be reporting bugs?  Entering each as a separate issue in Github would probably be helpful.

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
pandemic
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
November 22, 2011, 03:00:52 PM
 #26

I didn't read the notes before upgrading. Just backed up my wallet and installed. It's all working fine or seems to be. I'm not worried about having been hacked. Is there anything that I could have bungled up? RTFM fail Smiley
elggawf
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
November 22, 2011, 04:17:36 PM
 #27

Now I need to first check the checksum of file and then I need to check the signature of checksum message to see if the message is valid and then compare the two checksums by eye.

shasum --check

^_^
manifold
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
November 22, 2011, 05:51:47 PM
Last edit: November 22, 2011, 06:10:06 PM by manifold
 #28

What does it mean if an receiving address is grey and in Brackets? (in the Transaction overview)

Or if there is (k.A.) in this overview?


Should be delete/backup the wallet.dat and rename wallet.dat.rewrite -> wallet.dat? ....testing.... no that doesn't work...

PS: It doesn't matter to me, because I have about 0.0015 Bitcoins on there anymore, but I wonder....
PPS: hmm..... I try it with an unencrypted "pre 0.4 version" wallet
RodeoX
Legendary
*
Offline Offline

Activity: 3066
Merit: 1145


The revolution will be monetized!


View Profile
November 22, 2011, 08:11:03 PM
 #29

For Ubuntu users, there is a new ppa maintained by Matt Corallo which you can add to your system so that it will automatically keep bitcoin up-to-date.  Just type "sudo apt-add-repository ppa:bitcoin/bitcoin" in your terminal, then install the bitcoin-qt package.
For those interested in this, please note that currently the ppa directs you to an outdated version. Specifically, version 0.3.24

The gospel according to Satoshi - https://bitcoin.org/bitcoin.pdf
Free bitcoin in ? - Stay tuned for this years Bitcoin hunt!
Mageant
Legendary
*
Offline Offline

Activity: 1145
Merit: 1001



View Profile WWW
November 22, 2011, 08:34:45 PM
 #30

I'm confused, the file says "bitcoin-0.5.0-win32-setup.exe" but the GUI looks the same and in the version number inside the client it says
version 0.4.0-Beta.

cjgames.com
foo
Sr. Member
****
Offline Offline

Activity: 409
Merit: 250



View Profile
November 22, 2011, 09:10:51 PM
 #31

Hm, I just downloaded the .zip version and noticed that the sha1sum doesn't match:

From SHASUMS.asc:
97ef546d923e75f309a19f8a52b07affc0942948  bitcoin-0.5.0-win32.zip

>sha1sum.exe bitcoin-0.5.0-win32.zip
4d7a71726b39f0617066e97468cb02431bfb2b4e  bitcoin-0.5.0-win32.zip

What's up?

I know this because Tyler knows this.
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
November 22, 2011, 09:17:50 PM
 #32

Hm, I just downloaded the .zip version and noticed that the sha1sum doesn't match:
What's up?

I updated the .zip and .tar.gz and SHASUMS.asc a few hours ago, because the .zip and the .tar.gz were expanding to a "bitcoin-rc7" directory.

I'm confused, the file says "bitcoin-0.5.0-win32-setup.exe" but the GUI looks the same and in the version number inside the client it says
version 0.4.0-Beta.

Be sure you run bitcoin-qt.exe, not the old bitcoin.exe.

How often do you get the chance to work on a potentially world-changing project?
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
November 22, 2011, 09:20:50 PM
Last edit: November 22, 2011, 09:49:08 PM by paraipan
 #33

For Ubuntu users, there is a new ppa maintained by Matt Corallo which you can add to your system so that it will automatically keep bitcoin up-to-date.  Just type "sudo apt-add-repository ppa:bitcoin/bitcoin" in your terminal, then install the bitcoin-qt package.
For those interested in this, please note that currently the ppa directs you to an outdated version. Specifically, version 0.3.24

no it's not, just add the posted ppa and "apt-get update". I installed from there with no issues. All the dependencies too

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
Matt Corallo
Hero Member
*****
Offline Offline

Activity: 755
Merit: 515


View Profile
November 22, 2011, 09:21:03 PM
 #34

For Ubuntu users, there is a new ppa maintained by Matt Corallo which you can add to your system so that it will automatically keep bitcoin up-to-date.  Just type "sudo apt-add-repository ppa:bitcoin/bitcoin" in your terminal, then install the bitcoin-qt package.
For those interested in this, please note that currently the ppa directs you to an outdated version. Specifically, version 0.3.24
That is the old ppa which hasnt been touched in a while, the bitcoin/bitcoin ppa has always had 0.5.

Bitcoin Core, rust-lightning, http://bitcoinfibre.org etc.
PGP ID: 07DF 3E57 A548 CCFB 7530  7091 89BB B866 3E2E65CE
graingert
Full Member
***
Offline Offline

Activity: 227
Merit: 100


View Profile WWW
November 22, 2011, 09:24:16 PM
 #35

For Ubuntu users, there is a new ppa maintained by Matt Corallo which you can add to your system so that it will automatically keep bitcoin up-to-date.  Just type "sudo apt-add-repository ppa:bitcoin/bitcoin" in your terminal, then install the bitcoin-qt package.
For those interested in this, please note that currently the ppa directs you to an outdated version. Specifically, version 0.3.24

You're mistakenly referring to the old unofficial PPA https://launchpad.net/~stretch/+archive/bitcoin

 *Image Removed*
foo
Sr. Member
****
Offline Offline

Activity: 409
Merit: 250



View Profile
November 22, 2011, 09:54:06 PM
Last edit: November 23, 2011, 10:58:25 AM by foo
 #36

Hm, I just downloaded the .zip version and noticed that the sha1sum doesn't match:
What's up?

I updated the .zip and .tar.gz and SHASUMS.asc a few hours ago, because the .zip and the .tar.gz were expanding to a "bitcoin-rc7" directory.


The SHASUMS.asc on sourceforge hasn't been updated.

EDIT: Now it has been updated, so everything's peachy. Smiley

I know this because Tyler knows this.
toffoo
Sr. Member
****
Offline Offline

Activity: 408
Merit: 261



View Profile
November 22, 2011, 11:29:05 PM
 #37


Thanks again for releasing the Mac version synchronized with the others and not making us Apple guys wait!

bitcoinspot.nl
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250



View Profile WWW
November 23, 2011, 09:01:13 AM
 #38

On my windows7 system the bitcoin-screen goes blank after a few minutes of inactivity. After some random clicking and fidgeting the screen sometimes comes backl and sometimes it doesnt. Anyone else with this problem ?

Greetz from holland!

- bitcoinspot.nl - Alles over bitcoin! -
RodeoX
Legendary
*
Offline Offline

Activity: 3066
Merit: 1145


The revolution will be monetized!


View Profile
November 23, 2011, 03:33:28 PM
 #39

For Ubuntu users, there is a new ppa maintained by Matt Corallo which you can add to your system so that it will automatically keep bitcoin up-to-date.  Just type "sudo apt-add-repository ppa:bitcoin/bitcoin" in your terminal, then install the bitcoin-qt package.
For those interested in this, please note that currently the ppa directs you to an outdated version. Specifically, version 0.3.24

no it's not, just add the posted ppa and "apt-get update". I installed from there with no issues. All the dependencies too

Ah, that did it. Until I added "sudo apt-get update" all I could see is the older version. Just installed without further issue on a fresh Ubuntu 11.10 system. 

The gospel according to Satoshi - https://bitcoin.org/bitcoin.pdf
Free bitcoin in ? - Stay tuned for this years Bitcoin hunt!
dlb76
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
November 23, 2011, 05:15:11 PM
 #40

updated to 0.5.0.1-beta
Thanks!
Grouver (BtcBalance)
Hero Member
*****
Offline Offline

Activity: 530
Merit: 500



View Profile WWW
November 23, 2011, 10:24:05 PM
 #41

Very nice job guys.
I wonder though what happend with the amount of confirms on transaction?
Why did you guys remove this little piece of handy information?

Edit:
Also, I get these black rectangles popping up when i hover over my recent transactions.
Not sure if its just me.

geek-trader
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
November 23, 2011, 10:45:03 PM
 #42

Very nice job guys.
I wonder though what happend with the amount of confirms on transaction?
Why did you guys remove this little piece of handy information?

Edit:
Also, I get these black rectangles popping up when i hover over my recent transactions.
Not sure if its just me.

I get a green check if it's 6 confirms or more, and a "clock" icon that progresses as that trans. gets more confirms.  The exact number of confirms can be found by mousing over the check or "clock".

I like the new interface a lot.  Thanks, developers!

Make 1 deposit and earn BTC for life! http://bitcoinpyramid.com/r/345
Play my FREE HTML5 games at: http://magigames.org  BTC donations accepted.
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
November 23, 2011, 10:46:49 PM
 #43

Very nice job guys.
I wonder though what happend with the amount of confirms on transaction?
Why did you guys remove this little piece of handy information?

Edit:
Also, I get these black rectangles popping up when i hover over my recent transactions.
Not sure if its just me.

lot of people complain about tooltips, black rectangles in your case, not showing up correctly in ubuntu. Try changing your theme settings. It worked for me

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
fornit
Hero Member
*****
Offline Offline

Activity: 991
Merit: 1008


View Profile
November 23, 2011, 10:54:37 PM
 #44

lot of people complain about tooltips, black rectangles in your case, not showing up correctly in ubuntu. Try changing your theme settings. It worked for me

no, its win7 too
even though the new gui is much better than the old one, it definitely asks for a 0.5.1. no biggies but a little to many small bugs. the buggy autorun setting is especially bad, since it will effectively make the network smaller.
teflone
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


You're fat, because you dont have any pics on FB


View Profile
November 24, 2011, 03:15:05 AM
 #45

Just did an install over a older bitcoins client, win 7

SUCKS!!!

now bitcoin client dosent work..
Program crashes now

What a great way to attract new bitcoin users..

For Canadians by Canadians: Canada's Bitcoin Community - https://www.coinforum.ca/
Eveofwar
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
November 24, 2011, 03:19:45 AM
 #46

Just did an install over a older bitcoins client, win 7

SUCKS!!!

now bitcoin client dosent work..
Program crashes now

What a great way to attract new bitcoin users..

Complain.  Bitch.  Cry.  No debug info.

What a great way to attract bug fixes for your problems.
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 24, 2011, 03:24:45 AM
 #47

teflone-- are you running bitcoin.exe or bitcoin-qt.exe?

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
teflone
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


You're fat, because you dont have any pics on FB


View Profile
November 24, 2011, 03:26:45 AM
 #48

teflone-- are you running bitcoin.exe or bitcoin-qt.exe?

The new 0.5.0, I think its qt

I fixed it by deleting the prior bitcoin folder..

the new programs opens up without an error now.. and somehow has my history, I guess it wasnt in my bitcoin folder..


For Canadians by Canadians: Canada's Bitcoin Community - https://www.coinforum.ca/
dark_silverstar
Member
**
Offline Offline

Activity: 76
Merit: 10



View Profile
November 24, 2011, 03:43:53 AM
 #49

now the interface is look's good  Shocked. i like it very much maybe add more theme would be good
geek-trader
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
November 24, 2011, 04:18:33 AM
 #50

I've been using it for a few days now.  A few things I didn't like at first now seem fine.

One thing still bugs me a slight bit.  I'd like to have the total balance on the transaction screen.  Right now it's only on the overview screen.

Overall, as I said before, great job.  Love to be able to sort address by address or label, love to be able to export the transaction list. Love the search transactions.

Thanks!

Make 1 deposit and earn BTC for life! http://bitcoinpyramid.com/r/345
Play my FREE HTML5 games at: http://magigames.org  BTC donations accepted.
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
November 24, 2011, 04:24:07 AM
 #51

Nice Job! Congrats.

Hawkix
Hero Member
*****
Offline Offline

Activity: 531
Merit: 505



View Profile WWW
November 24, 2011, 10:38:16 AM
 #52

Sorry for slight off-topic, but is it planned to add "IMPORT/EXPORT address/private key pair" as a feature into main client? With the BitBills, Casascius Coins and paper wallets all around, this would simplify the life a lot.

Donations: 1Hawkix7GHym6SM98ii5vSHHShA3FUgpV6
http://btcportal.net/ - All about Bitcoin - coming soon!
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 24, 2011, 01:53:49 PM
 #53

this would simplify the life a lot.
Yes it would.

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
Vort
Newbie
*
Offline Offline

Activity: 79
Merit: 0



View Profile
November 24, 2011, 07:26:48 PM
 #54

it's even crashed one time...
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 24, 2011, 07:30:04 PM
 #55

it's even crashed one time...
Start a new thread with debugging information so that it can be fixed.

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1002



View Profile
December 03, 2011, 06:08:21 PM
 #56

this may have been mentioned before but after 0.5 install, i still have 0.4 opened in my system tray which i can send coins from WITH a password.  not that this is a problem, i don't think, but it is confusing that its still open and available.

i haven't figured out yet how to delete 0.4 w/o destroying the encrypted wallet yet.
Pages: 1 2 3 [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!