Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Gavin Andresen on March 26, 2012, 11:43:02 PM



Title: Version 0.6 release candidate 5 binaries
Post by: Gavin Andresen on March 26, 2012, 11:43:02 PM
Barring any last-minute showstopper issues, the plan is for release candidate 5 to become the official 0.6.0 release on Wednesday.

So please help look for last-minute showstopper issues:
  https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.0/test/

The major changes from release candidate 4:

  • Much faster writing of blkindex.dat during initial blockchain download (by modifying the default bdb environment cache settings)
  • A new policy for wallet.dat upgrades: use the old format unless the user either uses a feature that requires an upgrade (encrypts the wallet) or explicitly requests that the wallet be upgraded using the new -upgradewallet option. New wallets will use new features (for 0.6, the only new wallet feature is compressed public keys).
  • bugfix introduced in rc4 for an assertion failure that could occur during blockchain reorganizations
  • New code for managing the addr.dat file that prevents an attacker from filling it with bogus entries.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Omni on March 26, 2012, 11:44:17 PM
Sounds really neat Gavin.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: finway on March 27, 2012, 03:05:15 AM
I'll try this.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Cryptoman on March 27, 2012, 04:55:40 AM
Gavin, how does it feel to have the fate of millions of dollars of other people's money riding on every release?  I don't think people appreciate your diligence enough.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Jon on March 27, 2012, 05:00:11 AM
Gavin, how does it feel to have the fate of millions of dollars of other people's money riding on every release?  I don't think people appreciate your diligence enough.

He calls it experimental software for a reason. We are investing at our own risk according to him.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: finway on March 27, 2012, 05:07:13 AM
Can you merge transfiex ? Translation updated. 


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Diapolo on March 27, 2012, 05:49:29 AM
Can you merge transfiex ? Translation updated. 

The english source file was updated 8 days ago, so yes that makes sense. I'll create a pull request for the translation updates later today (if not another member of the core-dev team is quicker ^^).

Dia


Title: Re: Version 0.6 release candidate 5 binaries
Post by: finway on March 27, 2012, 05:55:53 AM
Can you merge transfiex ? Translation updated. 

The english source file was updated 8 days ago, so yes that makes sense. I'll create a pull request for the translation updates later today (if not another member of the core-dev team is quicker ^^).

Dia

Chinese too, please!


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Diapolo on March 27, 2012, 06:11:30 AM
Can you merge transfiex ? Translation updated. 

The english source file was updated 8 days ago, so yes that makes sense. I'll create a pull request for the translation updates later today (if not another member of the core-dev team is quicker ^^).

Dia

Chinese too, please!

All updated languages would be integrated in such a pull request ;) ... Chinese, too.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: FreeMoney on March 27, 2012, 09:26:41 AM
Gavin, how does it feel to have the fate of millions of dollars of other people's money riding on every release?  I don't think people appreciate your diligence enough.

Do you load up million dollar wallets in brand new releases?

Others don't either.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Mushoz on March 27, 2012, 03:17:07 PM
Since I was most interested in seeing the speedups on downloading the chain, I deleted the chain and ran 0.6 RC5. Now I'm not sure if this is normal, but I'm only getting 8 active connections. Prior to this, I was always getting 30-60 connections depending on the time of the day. uPnP Test 1.16 tool is showing that uPnP is working on my network, and uPnP is in fact enabled in the Bitcoin client.

Is this because I'm still in the initial download phase? Or did this release perhaps break uPnP support? Could someone test this out as well, please? Thanks :)

By the way, wonderful job on the database speedups! No more HDD grinding, and the download is already much faster. Could be even faster if I had more active connections though. It would improve my chances of finding a fast peer.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Mushoz on March 27, 2012, 04:08:21 PM
Heh. The Harddisk is still choking once it's past ~80-85%. :( And there's still several gigabytes of free RAM that isn't being used. Perhaps the caching settings still need some tweaking?


Title: Re: Version 0.6 release candidate 5 binaries
Post by: HorseRider on March 27, 2012, 04:13:55 PM
Bitcoin is progressing fast. Congrats to Gavin and all others who contribute to such a great idea and such a cool piece of software!

edit. Sorry for the political incorrectness.


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Diapolo on March 27, 2012, 04:18:44 PM
Bitcoin is progressing fast. Congrats to Gavin.

... and all others who contribute to such a great idea and such a cool piece of software!

Dia


Title: Re: Version 0.6 release candidate 5 binaries
Post by: bitpop on March 28, 2012, 11:38:36 AM
+1


Title: Re: Version 0.6 release candidate 5 binaries
Post by: Pieter Wuille on March 28, 2012, 11:59:45 AM
Heh. The Harddisk is still choking once it's past ~80-85%. :( And there's still several gigabytes of free RAM that isn't being used. Perhaps the caching settings still need some tweaking?

You can use the new command-line/config option -dbcache=<N>, with N a number in megabytes. The default is 25, which should be quite good, but if you add more, speed may improve a bit still.