Bitcoin Forum
May 04, 2024, 05:26:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: Version 0.6.0 released  (Read 10482 times)
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
March 30, 2012, 03:19:38 PM
 #1

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

This release includes more than 20 language localizations.
More translations are welcome; join the
project at Transifex to help:
  https://www.transifex.net/projects/p/bitcoin/

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

Project source code is hosted at github; we are no longer
distributing .tar.gz files here, you can get them
directly from github:
 https://github.com/bitcoin/bitcoin/tarball/v0.6.0  # .tar.gz
 https://github.com/bitcoin/bitcoin/zipball/v0.6.0  # .zip

For Ubuntu users, there is a 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.


KNOWN ISSUES
------------

Shutting down while synchronizing with the network
(downloading the blockchain) can take more than a minute,
because database writes are queued to speed up download
time.


NEW FEATURES SINCE BITCOIN VERSION 0.5
--------------------------------------

Initial network synchronization should be much faster
(one or two hours on a typical machine instead of ten or more
hours).

Backup Wallet menu option.

Bitcoin-Qt can display and save QR codes for sending
and receiving addresses.

New context menu on addresses to copy/edit/delete them.

New Sign Message dialog that allows you to prove that you
own a bitcoin address by creating a digital
signature.

New wallets created with this version will
use 33-byte 'compressed' public keys instead of
65-byte public keys, resulting in smaller
transactions and less traffic on the bitcoin
network. The shorter keys are already supported
by the network but wallet.dat files containing
short keys are not compatible with earlier
versions of Bitcoin-Qt/bitcoind.

New command-line argument -blocknotify=<command>
that will spawn a shell process to run <command>
when a new block is accepted.

New command-line argument -splash=0 to disable
Bitcoin-Qt's initial splash screen

validateaddress JSON-RPC api command output includes
two new fields for addresses in the wallet:
 pubkey : hexadecimal public key
 iscompressed : true if pubkey is a short 33-byte key

New JSON-RPC api commands for dumping/importing
private keys from the wallet (dumprivkey, importprivkey).

New JSON-RPC api command for getting information about
blocks (getblock, getblockhash).

New JSON-RPC api command (getmininginfo) for getting
extra information related to mining. The getinfo
JSON-RPC command no longer includes mining-related
information (generate/genproclimit/hashespersec).



NOTABLE CHANGES
---------------

BIP30 implemented (security fix for an attack involving
duplicate "coinbase transactions").

The -nolisten, -noupnp and -nodnsseed command-line
options were renamed to -listen, -upnp and -dnsseed,
with a default value of 1. The old names are still
supported for compatibility (so specifying -nolisten
is automatically interpreted as -listen=0; every
boolean argument can now be specified as either
-foo or -nofoo).

The -noirc command-line options was renamed to
-irc, with a default value of 0. Run -irc=1 to
get the old behavior.

Three fill-up-available-memory denial-of-service
attacks were fixed.

NOT YET IMPLEMENTED FEATURES
----------------------------

Support for clicking on bitcoin: URIs and
opening/launching Bitcoin-Qt is available only on Linux,
and only if you configure your desktop to launch
Bitcoin-Qt. All platforms support dragging and dropping
bitcoin: URIs onto the Bitcoin-Qt window to start
payment.


PRELIMINARY SUPPORT FOR MULTISIGNATURE TRANSACTIONS
---------------------------------------------------

This release has preliminary support for multisignature
transactions-- transactions that require authorization
from more than one person or device before they
will be accepted by the bitcoin network.

Prior to this release, multisignature transactions
were considered 'non-standard' and were ignored;
with this release multisignature transactions are
considered standard and will start to be relayed
and accepted into blocks.

It is expected that future releases of Bitcoin-Qt
will support the creation of multisignature transactions,
once enough of the network has upgraded so relaying
and validating them is robust.

For this release, creation and testing of multisignature
transactions is limited to the bitcoin test network using
the "addmultisigaddress" JSON-RPC api call.

Short multisignature address support is included in this
release, as specified in BIP 13 and BIP 16.


Thanks to everybody who contributed to this release:

Alex B
Alistair Buxton
Chris Moore
Clark Gaebel
Daniel Folkinshteyn
Dylan Noblesmith
Forrest Voight
Gavin Andresen
Gregory Maxwell
Janne Pulkkinen
Joel Kaartinen
Lars Rasmusson
Luke Dashjr
Matt Corallo
Michael Ford
Michael Hendricks
Nick Bosma
Nils Schneider
Philip Kaufmann
Pierre Pronchery
Pieter Wuille
Rune K Svendsen
Wladimir J. van der Laan
coderrr
p2k
sje397

Special thanks to Sergio Lerner and Matt Corallo for bringing
potential denial-of-service attacks to our attention.

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

Posts: 1714800396

View Profile Personal Message (Offline)

Ignore
1714800396
Reply with quote  #2

1714800396
Report to moderator
1714800396
Hero Member
*
Offline Offline

Posts: 1714800396

View Profile Personal Message (Offline)

Ignore
1714800396
Reply with quote  #2

1714800396
Report to moderator
1714800396
Hero Member
*
Offline Offline

Posts: 1714800396

View Profile Personal Message (Offline)

Ignore
1714800396
Reply with quote  #2

1714800396
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714800396
Hero Member
*
Offline Offline

Posts: 1714800396

View Profile Personal Message (Offline)

Ignore
1714800396
Reply with quote  #2

1714800396
Report to moderator
1714800396
Hero Member
*
Offline Offline

Posts: 1714800396

View Profile Personal Message (Offline)

Ignore
1714800396
Reply with quote  #2

1714800396
Report to moderator
1714800396
Hero Member
*
Offline Offline

Posts: 1714800396

View Profile Personal Message (Offline)

Ignore
1714800396
Reply with quote  #2

1714800396
Report to moderator
minimalB
Donator
Hero Member
*
Offline Offline

Activity: 674
Merit: 522


View Profile
March 30, 2012, 04:05:56 PM
 #2

Thanks for your hard work!
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
March 30, 2012, 04:48:56 PM
Last edit: March 31, 2012, 03:59:01 AM by finway
 #3

Bitcoin version 0.6.0 is now available for download at:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.0/test/
Should be:
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.0/


EDIT:
Congratulations and thanks!
I'll have a bottle of beer to cheer this version.

occulta
Full Member
***
Offline Offline

Activity: 186
Merit: 100



View Profile
March 30, 2012, 05:19:13 PM
 #4

nice, keep it up ! ill be donating again

GPG KeyID: F5A703CC74E46E5D
rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
March 30, 2012, 05:20:06 PM
 #5

The signmessage feature is nice - but is there a way to verify the message within the GUI?

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
Daily Anarchist
Hero Member
*****
Offline Offline

Activity: 614
Merit: 500



View Profile WWW
March 30, 2012, 05:31:29 PM
 #6

When will the Ubuntu Package be updated?

Discover anarcho-capitalism today!
etotheipi
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 30, 2012, 05:50:11 PM
Last edit: March 30, 2012, 06:23:54 PM by etotheipi
 #7

Btw, I would caution against saying "Signing messages ... to prove that you own an bitcoin address ...".  It's very difficult for someone to say "prove you own this address" and then you can do so.  A MITM could ask the person who really does own the address to prove they own it then forward the response packet to the original requestor as if they owned it themselves.  There are ways to do it, but it is not likely to be executed properly, by hand.

I recommend promoting the feature as "Message signing, with address-based authentication" or something more PR-friendly.  For instance, you need a shipping address to send the 1,000 BTC merchandise that was paid for [partly] with address X.  You would instead ask for a shipping address signed by address X.  The MITM wants to divert the package to his own location, but can't do so without breaking the signature.

The important part is that the same person who owns X approves of the message that was being signed, without regards for where the person is or when they signed it.

Perhaps that's already in your line of thinking, but I think it's a distinction worth making.

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
MysteryMiner
Legendary
*
Offline Offline

Activity: 1470
Merit: 1029


Show middle finger to system and then destroy it!


View Profile
March 30, 2012, 06:22:53 PM
 #8

The address signing is counteranonymous and against initial goals of Bitcoin. QR codes are not used worldwide and will fall in disuse much faster than IrDA links did. I smell feature bloat.

bc1q59y5jp2rrwgxuekc8kjk6s8k2es73uawprre4j
etotheipi
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 30, 2012, 06:37:44 PM
 #9

The address signing is counteranonymous and against initial goals of Bitcoin. QR codes are not used worldwide and will fall in disuse much faster than IrDA links did. I smell feature bloat.

I'm not sure I follow how it is counteranonymous.  You fund a website/service with 20 BTC coming from address X.  You can then manage your account over the internet without ever creating a username/password, supplying name or email address.   The only thing that matters to the web service is that the same person who originally sent them 20 BTC is the same person telling them to transfer it to another address, purchase something, buy into a poker game, etc. 

It has the same security and anonymity features as Bitcoin itself.  For now, such messages might have to be manually constructed, but in the future, your BTC private key could be used to initiate SSL connections, etc.

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
Serge
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
March 30, 2012, 07:32:37 PM
 #10

nice, glad noirc made into default setting with this update.

i'll be updating soon from 0.4
istar
Hero Member
*****
Offline Offline

Activity: 523
Merit: 500


View Profile
March 30, 2012, 08:13:02 PM
 #11

Could not install on a Nordic windows7 32bit when logged in as a non admin, tried twice.
The third time I changed the installer directory to "program" instead of "program files" and it worked.

However a casual computer user will having problem will not figure that out.
If its possible to fix it would probably be good.

Really great work guys!


Bitcoins - Because we should not pay to use our money
Tritonio
Hero Member
*****
Offline Offline

Activity: 640
Merit: 500


Vanity of vanities; all is vanity...


View Profile
March 30, 2012, 09:25:57 PM
 #12

The signmessage feature is nice - but is there a way to verify the message within the GUI?

I'd also like to know this.
bitlotto
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


BitLotto - best odds + best payouts + cheat-proof


View Profile WWW
March 30, 2012, 09:31:43 PM
 #13

Does the software use https://en.bitcoin.it/wiki/BIP_0021 as the QR format?

*Next Draw Feb 1*  BitLotto: monthly raffle (0.25 BTC per ticket) Completely transparent and impossible to manipulate who wins. TOR
TOR2WEB
Donations to: 1JQdiQsjhV2uJ4Y8HFtdqteJsZhv835a8J are appreciated.
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
March 30, 2012, 10:26:46 PM
 #14

When will the Ubuntu Package be updated?
When the maintainer (Matt) has a little time.
The signmessage feature is nice - but is there a way to verify the message within the GUI?
No, not yet. Anybody know if there's a web page that will do the verification?  (would be easy to create one...)
Does the software use https://en.bitcoin.it/wiki/BIP_0021 as the QR format?
Yes.

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

Activity: 769
Merit: 500



View Profile WWW
March 30, 2012, 10:30:57 PM
 #15

The address signing is counteranonymous and against initial goals of Bitcoin. QR codes are not used worldwide and will fall in disuse much faster than IrDA links did. I smell feature bloat.

It's pretty easy to disable support for that one, during compile time ... so if it's a sucker it's not hard to remove support for it Wink.

@Gavin: The linked version has still the Beta flag in the version string, perhaps you forgot to re-label it.

Dia

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

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
March 30, 2012, 10:51:15 PM
 #16

The signmessage feature is nice - but is there a way to verify the message within the GUI?
No, not yet. Anybody know if there's a web page that will do the verification?  (would be easy to create one...)

Gavin,

I put a sign&verify GUI into Armory, and used a BIP-10-like format to create and verify "signature blocks." 

Here is an example of the signature block and the user interface. The UI needs to be cleaned up a bit, but it does work.

Unfortunately, I am not yet compatible with the Satoshi client and I suspect I'll need to handle compressed public keys to do so.  But I want to get it compatible as soon as I can, so can you make sure that it is documented so I can match?  You also might consider a similar "signature block" technique (or do you already have it?)







Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
Omni
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 30, 2012, 10:52:54 PM
 #17

Gavin you're a legend.
MaxSan
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
March 30, 2012, 11:10:19 PM
 #18

Thanks to Gavin all others for you continued hard work on the very core of bitcoin.
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
March 31, 2012, 02:21:13 AM
 #19

Thanks to all our contributors and testers for their hard work.

Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
niko
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


There is more to Bitcoin than bitcoins.


View Profile
March 31, 2012, 03:38:35 AM
 #20

Just upgraded, and it seems to be stuck at 8 connections even though port 8333 is open. Version 0.5.3.1 under same settings worked fine. Any ideas?

False alarm - after 5 minutes or so it started going up.

They're there, in their room.
Your mining rig is on fire, yet you're very calm.
Pages: [1] 2 3 4 5 »  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!