Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Gavin Andresen on November 21, 2011, 05:17:04 PM



Title: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Gavin Andresen on November 21, 2011, 05:17:04 PM
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 (https://bitcointalk.org/index.php?action=profile;u=4528) 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 (https://bitcointalk.org/index.php?action=profile;u=31239)) 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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: gregwtmtno on November 21, 2011, 05:36:24 PM
Thanks to everyone who worked hard on this release!


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: ThePok on November 21, 2011, 07:08:31 PM
+1


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: btc_artist on November 21, 2011, 07:36:18 PM
Thanks!


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: nmat on November 21, 2011, 07:37:58 PM
Thank you


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Eveofwar on November 21, 2011, 07:53:57 PM
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 :)


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: MysteryMiner on November 21, 2011, 09:13:00 PM
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 :)
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!


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Eveofwar on November 21, 2011, 09:16:01 PM
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 :)
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: MysteryMiner on November 21, 2011, 09:19:01 PM
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 :)
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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Cryptoman on November 21, 2011, 09:20:11 PM
Gavin, aren't you going to post the hashes signed with your private key?


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: paraipan on November 21, 2011, 09:29:05 PM
i fell in love with the gui and all the new features, nice work ppl, thank you  :D


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: MysteryMiner on November 21, 2011, 09:30:45 PM
i fell in love with the gui and all the new features, nice work ppl, thank you  :D
Tits or it did not happen! Seriously, I want to see screenshots of new Bitcoin client.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: paraipan on November 21, 2011, 09:49:37 PM
i fell in love with the gui and all the new features, nice work ppl, thank you  :D
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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: evoorhees on November 21, 2011, 09:57:50 PM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Gavin Andresen on November 21, 2011, 10:29:22 PM
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-----


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: cypherdoc on November 21, 2011, 10:34:15 PM
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. 


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: cypherdoc on November 21, 2011, 10:39:59 PM
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 :)

having same problem


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: David M on November 21, 2011, 10:51:46 PM
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.




Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: cypherdoc on November 21, 2011, 11:25:22 PM
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 :)

having same problem

had same problem with Mac version.

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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: MysteryMiner on November 21, 2011, 11:33:54 PM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: plogank on November 22, 2011, 04:35:36 AM
Looks nice. I'm going to like it.

Thanks for your efforts...


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Vort on November 22, 2011, 10:45:46 AM
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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Hawkix on November 22, 2011, 12:30:04 PM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: jimbobway on November 22, 2011, 02:15:56 PM
What is the purpose of wallat.dat.rewrite file?  Can I delete?


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: btc_artist on November 22, 2011, 02:20:12 PM
This is probably not the best place to be reporting bugs?  Entering each as a separate issue in Github would probably be helpful.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: pandemic on November 22, 2011, 03:00:52 PM
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 :)


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: elggawf on November 22, 2011, 04:17:36 PM
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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: manifold on November 22, 2011, 05:51:47 PM
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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: RodeoX on November 22, 2011, 08:11:03 PM
For Ubuntu users, there is a new ppa maintained by Matt Corallo (https://bitcointalk.org/index.php?action=profile;u=4528) 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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Mageant on November 22, 2011, 08:34:45 PM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: foo on November 22, 2011, 09:10:51 PM
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?


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Gavin Andresen on November 22, 2011, 09:17:50 PM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: paraipan on November 22, 2011, 09:20:50 PM
For Ubuntu users, there is a new ppa maintained by Matt Corallo (https://bitcointalk.org/index.php?action=profile;u=4528) 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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Matt Corallo on November 22, 2011, 09:21:03 PM
For Ubuntu users, there is a new ppa maintained by Matt Corallo (https://bitcointalk.org/index.php?action=profile;u=4528) 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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: graingert on November 22, 2011, 09:24:16 PM
For Ubuntu users, there is a new ppa maintained by Matt Corallo (https://bitcointalk.org/index.php?action=profile;u=4528) 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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: foo on November 22, 2011, 09:54:06 PM
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. :)


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: toffoo on November 22, 2011, 11:29:05 PM

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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: bitcoinspot.nl on November 23, 2011, 09:01:13 AM
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!


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: RodeoX on November 23, 2011, 03:33:28 PM
For Ubuntu users, there is a new ppa maintained by Matt Corallo (https://bitcointalk.org/index.php?action=profile;u=4528) 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. 


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: dlb76 on November 23, 2011, 05:15:11 PM
updated to 0.5.0.1-beta
Thanks!


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Grouver (BtcBalance) on November 23, 2011, 10:24:05 PM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: geek-trader on November 23, 2011, 10:45:03 PM
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!


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: paraipan on November 23, 2011, 10:46:49 PM
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


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: fornit on November 23, 2011, 10:54:37 PM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: teflone on November 24, 2011, 03:15:05 AM
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..


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Eveofwar on November 24, 2011, 03:19:45 AM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: btc_artist on November 24, 2011, 03:24:45 AM
teflone-- are you running bitcoin.exe or bitcoin-qt.exe?


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: teflone on November 24, 2011, 03:26:45 AM
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..



Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: dark_silverstar on November 24, 2011, 03:43:53 AM
now the interface is look's good  :o. i like it very much maybe add more theme would be good


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: geek-trader on November 24, 2011, 04:18:33 AM
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!


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: finway on November 24, 2011, 04:24:07 AM
Nice Job! Congrats.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Hawkix on November 24, 2011, 10:38:16 AM
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.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: btc_artist on November 24, 2011, 01:53:49 PM
this would simplify the life a lot.
Yes it would.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: Vort on November 24, 2011, 07:26:48 PM
it's even crashed one time...


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: btc_artist on November 24, 2011, 07:30:04 PM
it's even crashed one time...
Start a new thread with debugging information so that it can be fixed.


Title: Re: Bitcoin-Qt/bitcoind version 0.5.0
Post by: cypherdoc on December 03, 2011, 06:08:21 PM
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.