Bitcoin Forum
June 23, 2024, 05:27:45 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin-Qt / bitcoind version 0.8.6 rc1 released  (Read 2623 times)
wumpus (OP)
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
December 06, 2013, 04:46:10 PM
 #1

Bitcoin-Qt version 0.8.6 release candidate 1 is now available from:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/test

This is a release candidate for a stable release. Everyone is welcome to help testing.

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

How to Upgrade
--------------

If you are running an older version, shut it down. Wait
until it has completely shut down (which might take a few minutes for older
versions), then run the installer (on Windows) or just copy over
/Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux).

If you are upgrading from version 0.7.2 or earlier, the first time you
run 0.8.6 your blockchain files will be re-indexed, which will take
anywhere from 30 minutes to several hours, depending on the speed of
your machine.

0.8.6 Release notes
===================

- Default block size increase for miners.
  (see https://gist.github.com/gavinandresen/7670433#086-accept-into-block)

- Remove the all-outputs-must-be-greater-than-CENT-to-qualify-as-free rule for relaying
  (see https://gist.github.com/gavinandresen/7670433#086-relaying)

- Lower maximum size for free transaction creation
  (see https://gist.github.com/gavinandresen/7670433#086-wallet)

- OSX block chain database corruption fixes
  - Update leveldb to 1.13
  - Use fcntl with `F_FULLSYNC` instead of fsync on OSX
  - Use native Darwin memory barriers
  - Replace use of mmap in leveldb for improved reliability (only on OSX)

- Fix nodes forwarding transactions with empty vins and getting banned

- Network code performance and robustness improvements

- Additional debug.log logging for diagnosis of network problems, log timestamps by default

- Fix Bitcoin-Qt startup crash when clicking dock icon on OSX

- Fix memory leaks in CKey::SetCompactSignature() and Key::SignCompact()

- Fix rare GUI crash on send

- Various small GUI, documentation and build fixes

Warning
-------

- There have been frequent reports of users running out of virtual memory on 32-bit systems
  during the initial sync.
  Hence it is recommended to use a 64-bit executable if possible.
  A 64-bit executable for Windows is planned for 0.9.

Bitcoin Core developer [PGP] Warning: For most, coin loss is a larger risk than coin theft. A disk can die any time. Regularly back up your wallet through FileBackup Wallet to an external storage or the (encrypted!) cloud. Use a separate offline wallet for storing larger amounts.
P_Shep
Legendary
*
Offline Offline

Activity: 1795
Merit: 1198


This is not OK.


View Profile
December 06, 2013, 05:01:02 PM
 #2

Started fine on Win 8.1 here.
WMLU
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile
December 06, 2013, 07:34:32 PM
 #3

OK on Mavericks. Looks like it's synchronizing with network faster than previous version....
Bigworm37
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
December 07, 2013, 03:41:50 AM
 #4

Much faster sync than last version....looks go so far  Smiley (running w7 x64)
saddambitcoin
Legendary
*
Offline Offline

Activity: 1610
Merit: 1004



View Profile
December 07, 2013, 02:05:47 PM
Last edit: December 07, 2013, 04:16:34 PM by saddambitcoin
 #5

working fine on OSX 10.8.5

hopefully the database corruption issues are a thing of the past now!


virtualmaster
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
December 07, 2013, 08:41:19 PM
 #6

Good work. Thanks.

Calendars for free to print: 2014 Calendar in JPG | 2014 Calendar in PDF Protect the Environment with Namecoin: 2014 Calendar in JPG | 2014 Calendar in PDF
Namecoinia.org  -  take the planet in your hands
BTC: 15KXVQv7UGtUoTe5VNWXT1bMz46MXuePba   |  NMC: NABFA31b3x7CvhKMxcipUqA3TnKsNfCC7S
waqas
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250



View Profile
December 07, 2013, 10:10:42 PM
 #7

Good work. Thanks.

I lost my harddisk and now have new one if I download this new version then can I bring my old coins in this I have wallet.dat please some one guide me thanks

WMLU
Newbie
*
Offline Offline

Activity: 20
Merit: 0



View Profile
December 07, 2013, 10:15:12 PM
 #8

Good work. Thanks.

I lost my harddisk and now have new one if I download this new version then can I bring my old coins in this I have wallet.dat please some one guide me thanks

Sure,- all you've got to do is replace new wallet.dat with the one you have.
toffoo
Sr. Member
****
Offline Offline

Activity: 408
Merit: 261



View Profile
December 08, 2013, 01:08:21 AM
 #9

I'm happy to say that so far I've been LevelDB corruption-free on OSX Mavericks with this and the other recent OMG builds.

However, this version seems to be missing some other features that Warren's OMG builds have:

  • Coin Control.  Was this not slated for inclusion in the official v0.8.6 release?
  • Retina font support.  v0.7.2 official release had it.  All the OMG builds had it.  Litecoin has it.  Can you include it in the official v0.8.6 release?
  • Notification Center support.  Same.

I'm pretty sure the new official Litecoin release will have all these, and we can't start lagging behind those guys, am I right?

Thanks to all those who have helped recently to get the Mac client back to a usable state.

saddambitcoin
Legendary
*
Offline Offline

Activity: 1610
Merit: 1004



View Profile
December 08, 2013, 05:43:20 AM
 #10

shoutout to that OMG support.  cmon bitcoin lets hear it for litecoin

wumpus (OP)
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
December 08, 2013, 08:47:47 AM
Last edit: December 08, 2013, 12:06:50 PM by wumpus
 #11

I'm happy to say that so far I've been LevelDB corruption-free on OSX Mavericks with this and the other recent OMG builds.

However, this version seems to be missing some other features that Warren's OMG builds have:

...
You don't understand how it works. We always have two active branches:

- 0.8.x AKA stable AKA "maintenance releases"
- master AKA unstable (which will be 0.9 when it is released, this is expected end of next month)

The new features that you mention (and more) are in the master branch, thus will be in 0.9.0rc1 when it is released. These new features also introduce potential bugs so the risk profile is larger.

Stable releases such as this one only contain bugfixes and very minor changes. By all means help by testing Bitcoin-OMG and other test builds, but they are not recommended for production usage.

(and this is a release candidate for a stable release, which is unusual, but we decided to go for this instead of a straight 0.8.6 release because we're not 100% that the MacOSX corruption fixes fix the entire problem. In any case, given that no new issues arise, this will be relabeled 0.8.6 final really soon)

Bitcoin Core developer [PGP] Warning: For most, coin loss is a larger risk than coin theft. A disk can die any time. Regularly back up your wallet through FileBackup Wallet to an external storage or the (encrypted!) cloud. Use a separate offline wallet for storing larger amounts.
super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
December 09, 2013, 03:37:10 AM
 #12

We are still planning on doing this(https://github.com/bitcoin/bitcoin/issues/3224) correct?

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
December 09, 2013, 09:19:56 AM
 #13

Damn github returned downloads lol

wumpus (OP)
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
December 09, 2013, 09:46:36 AM
 #14

We are still planning on doing this(https://github.com/bitcoin/bitcoin/issues/3224) correct?
I'm not sure -- I suggest discussing this on the development mailing list. There are quite a few people that don't want to put all eggs in one basket on github.

Bitcoin Core developer [PGP] Warning: For most, coin loss is a larger risk than coin theft. A disk can die any time. Regularly back up your wallet through FileBackup Wallet to an external storage or the (encrypted!) cloud. Use a separate offline wallet for storing larger amounts.
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!