Bitcoin Forum
April 23, 2024, 08:17:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Version 0.6.1 release candidate 2  (Read 2271 times)
Gavin Andresen (OP)
Legendary
*
qt
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
May 01, 2012, 08:23:37 PM
 #1

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

This is a bug-fix and code-cleanup release, with no major new features.

NOTABLE CHANGES
===============

Much faster shutdowns. However, the blkindex.dat file is no longer
portable to different data directories by default. If you need a
portable blkindex.dat file then run with the new -detachdb=1 option
or the "Detach databases at shutdown" GUI preference.

Mac and Windows binaries are compiled against OpenSSL 1.0.1b (Linux
binaries are dynamically linked to the version of OpenSSL on the system).


CHANGE SUMMARY
==============

Use 'git shortlog --no-merges v0.6.0..' for a summary of this release.

Source codebase changes:
- Many source code cleanups and warnings fixes.  Close to building with -Wall
- Locking overhaul, and several minor locking fixes
- Several source code portability fixes, e.g. FreeBSD

JSON-RPC interface changes:
- addmultisigaddress enabled for mainnet (previously only enabled for testnet)

Network protocol changes:
- protocol version 60001
- added nonce value to "ping" message (BIP 31)
- added new "pong" message (BIP 31)

Backend storage changes:
- Less redundant database flushing, especially during initial block download
- Shutdown improvements (see above)

Qt user interface:
- minor URI handling improvements
- progressbar improvements
- error handling improvements (show message box rather than console exception,
  etc.)
- by popular request, make 4th bar of connection icon green



Thanks to everybody who contributed to this release:

Chris Moore
Dwayne C. Litzenberger
Gavin Andresen
Jeff Garzik
Luke Dashjr
Matt Corallo
Philip Kaufmann
Pieter Wuille
R E Broadley
Timothy Redaelli
Wladimir J. van der Laan
cardpuncher
freewil
graingert
sje397

How often do you get the chance to work on a potentially world-changing project?
1713903441
Hero Member
*
Offline Offline

Posts: 1713903441

View Profile Personal Message (Offline)

Ignore
1713903441
Reply with quote  #2

1713903441
Report to moderator
1713903441
Hero Member
*
Offline Offline

Posts: 1713903441

View Profile Personal Message (Offline)

Ignore
1713903441
Reply with quote  #2

1713903441
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713903441
Hero Member
*
Offline Offline

Posts: 1713903441

View Profile Personal Message (Offline)

Ignore
1713903441
Reply with quote  #2

1713903441
Report to moderator
1713903441
Hero Member
*
Offline Offline

Posts: 1713903441

View Profile Personal Message (Offline)

Ignore
1713903441
Reply with quote  #2

1713903441
Report to moderator
1713903441
Hero Member
*
Offline Offline

Posts: 1713903441

View Profile Personal Message (Offline)

Ignore
1713903441
Reply with quote  #2

1713903441
Report to moderator
nomnomnom
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250



View Profile
May 02, 2012, 02:51:38 AM
 #2

Hello,

I am playing around with it on a Kubuntu 12.04 64bit Virtualbox Guest.

It shows this in the status bar:
URGENT:security fix for Bitcoin-Qt on Windows: http://bitcoin.org/critfix

Isn't the security fix old news, why do I get that message?

And the segfault in the qrcode message dialog is present in this version.
Maybe you should include this commit from diapolo:  https://github.com/bitcoin/bitcoin/commit/d844cb58a83c19070d815fc5328d868a4ab3d077



nomnomnom
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250



View Profile
May 02, 2012, 06:11:40 AM
 #3

It looks like that commit has been merged?

It is merged in git, but it seems to be missing from this rc2.

gmaxwell
Moderator
Legendary
*
expert
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
May 02, 2012, 06:18:59 AM
 #4

It looks like that commit has been merged?
It is merged in git, but it seems to be missing from this rc2.

Can you bring up the about dialog and tell us exactly what version it shows?
nomnomnom
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250



View Profile
May 02, 2012, 06:44:40 AM
 #5

It looks like that commit has been merged?
It is merged in git, but it seems to be missing from this rc2.

Can you bring up the about dialog and tell us exactly what version it shows?


Sure, it says: Version 0.6.0-Beta

I checked shasum and gpg signature so it should be what was uploaded to sourceforge.
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
May 02, 2012, 01:13:38 PM
 #6

It looks like that commit has been merged?
It is merged in git, but it seems to be missing from this rc2.

Can you bring up the about dialog and tell us exactly what version it shows?


Sure, it says: Version 0.6.0-Beta

I checked shasum and gpg signature so it should be what was uploaded to sourceforge.

It should not read 0.6.0 ... seems something is wrong.
Readme on Windows says Bitcoin 0.6.1rc1 BETA, but dialog in the client shows v0.6.1rc2-beta, so that's fine.
QR-Code fix is in and working here!

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
MadSweeney
Full Member
***
Offline Offline

Activity: 160
Merit: 100



View Profile
May 02, 2012, 02:03:16 PM
 #7

in my case bitcoind getinfo says,

{
     "version" : 60000,
     "protocolversion" : 60000,
     ...
}

anyway, would like to test addmultisigaddress on the mainnet. does anybody like to try it with me?

kwukduck
Legendary
*
Offline Offline

Activity: 1937
Merit: 1001


View Profile
May 02, 2012, 05:46:47 PM
 #8

...

anyway, would like to test addmultisigaddress on the mainnet. does anybody like to try it with me?

I'd love to test this for 'safe' transactions with an untrusted party.
However, i'm still unsure how to do this, if even possible.

14b8PdeWLqK3yi3PrNHMmCvSmvDEKEBh3E
nomnomnom
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250



View Profile
May 02, 2012, 11:20:10 PM
Last edit: May 03, 2012, 12:52:20 AM by nomnomnom
 #9

Hello,


Sure, it says: Version 0.6.0-Beta

I checked shasum and gpg signature so it should be what was uploaded to sourceforge.

It should not read 0.6.0 ... seems something is wrong.
Readme on Windows says Bitcoin 0.6.1rc1 BETA, but dialog in the client shows v0.6.1rc2-beta, so that's fine.
QR-Code fix is in and working here!

Dia

thats good, at least the windows version is ok.
Somehow I feel this might have been packaged wrong or something,
maybe what I have here is in reality 0.6.0rc2, that would also explain
the alert that I am getting Smiley

Gonna redownload and check again, if it is the same I will try to get rc2 from git somehow.

Edit:
Yup redownloaded from sourceforge and it was the same again.
So I downloaded from git tag 0.6.1rc2 and it is all better now,
about dialog says 0.6.1rc2, qrcode not crashing, progressbar is back too  Smiley


dlb76
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
May 08, 2012, 06:02:41 PM
 #10

updated to 0.6.1-beta
Always good to see improvements!
Thanks!
Gavin Andresen (OP)
Legendary
*
qt
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
May 08, 2012, 06:10:39 PM
 #11

We'll announce a 0.6.2 later today, which is just 0.6.1 plus a last-minute bugfix for a crashing bug (I was THIS CLOSE to formally announcing 0.6.1 when Pieter found and fixed the bug...).

How often do you get the chance to work on a potentially world-changing project?
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!