Bitcoin Forum
April 24, 2024, 01:48:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Version 0.3.9 rc1, please test  (Read 8181 times)
satoshi (OP)
Founder
Sr. Member
*
qt
Offline Offline

Activity: 364
Merit: 6723


View Profile
August 13, 2010, 05:40:00 PM
Last edit: August 15, 2010, 04:00:21 PM by satoshi
Merited by socks435 (3)
 #1

Here's a test build if you'd like to help test before 0.3.9 is released.
(or if you'd rather get upgrading out of the way now instead of waiting)

Downloads:  (binaries only)
http://www.bitcoin.org/download/bitcoin-0.3.9.rc1-win32.zip
(http://www.bitcoin.org/download/bitcoin-0.3.9.rc1-linux.tar.gz)

SHA1 a36ea00cce27b4b083755df73a3d1e5e5729884e bitcoin-0.3.9.rc1-win32.zip
SHA1 bbb333b0ea57302740ad1bb9948520d00f884f9d bitcoin-0.3.9.rc1-linux.tar.gz

Edit:
Linux please test rc2 instead.  This adds a -4way switch for tcatm's 4-way SSE2.  This will only be for Linux:
http://www.bitcoin.org/download/bitcoin-0.3.9.rc2-linux.tar.gz

SHA1 47d9998f7d15fe81234a5c89a542da9d0664df40 bitcoin-0.3.9.rc2-linux.tar.gz

Please report back your results
http://bitcointalk.org/index.php?topic=820
1713966499
Hero Member
*
Offline Offline

Posts: 1713966499

View Profile Personal Message (Offline)

Ignore
1713966499
Reply with quote  #2

1713966499
Report to moderator
1713966499
Hero Member
*
Offline Offline

Posts: 1713966499

View Profile Personal Message (Offline)

Ignore
1713966499
Reply with quote  #2

1713966499
Report to moderator
1713966499
Hero Member
*
Offline Offline

Posts: 1713966499

View Profile Personal Message (Offline)

Ignore
1713966499
Reply with quote  #2

1713966499
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713966499
Hero Member
*
Offline Offline

Posts: 1713966499

View Profile Personal Message (Offline)

Ignore
1713966499
Reply with quote  #2

1713966499
Report to moderator
1713966499
Hero Member
*
Offline Offline

Posts: 1713966499

View Profile Personal Message (Offline)

Ignore
1713966499
Reply with quote  #2

1713966499
Report to moderator
1713966499
Hero Member
*
Offline Offline

Posts: 1713966499

View Profile Personal Message (Offline)

Ignore
1713966499
Reply with quote  #2

1713966499
Report to moderator
lachesis
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
August 13, 2010, 08:49:14 PM
 #2

What's new? Do we have an official changelog yet?

Bitcoin Calculator | Scallion | GPG Key | WoT Rating | 1QGacAtYA7E8V3BAiM7sgvLg7PZHk5WnYc
Tilka
Newbie
*
Offline Offline

Activity: 11
Merit: 0



View Profile
August 15, 2010, 02:11:20 PM
Last edit: August 16, 2010, 12:51:12 PM by Tilka
 #3

What's new? Do we have an official changelog yet?
Unfortunately we don't have an official changelog yet (except for the SVN revision descriptions).

Here is my unofficial changelog:
  • fix: makefile.osx
  • change: enable SSE2 in 64 bit builds
  • change: connection rules
    - always make 8 outbound connections
    - only one connection per a.b.*.* range
  • add: switch "-maxconnections=#" (discussed here)
  • change: JSON-RPC API prints floats with 8 decimal places
  • change: "bitcoind help <command>" instead of "bitcoind <command> -?" (based on a patch by jgarzik)
  • add: JSON-RPC "gethashespersec" (based on a patch by lachesis)
  • add: "version" and "hashespersec" fields in JSON-RPC "getinfo"
  • fix: "-datadir=<path>" with relative path (bug described here)
  • change: autostart disabled by default except on Windows (requested here)
  • fix: occasional "vector iterator not dereferencable" assertion when compiled with msvc
  • fix: readlink compile warning on Linux build
  • fix: BSD detection (bug described here)
  • add: "-paytxfee=#" switch (explained here)

Please tell me if you know of any other forum threads discussing the bugs/changes so I can add them to the list.
lachesis
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
August 15, 2010, 05:32:57 PM
 #4

Unfortunately we don't have an official changelog yet (except for the SVN revision descriptions).
...
Please tell me if you know of any other forum threads discussing the bugs/changes so I can add them to the list.
That's a great changelog. I sent you ฿2 for your trouble. Smiley

Bitcoin Calculator | Scallion | GPG Key | WoT Rating | 1QGacAtYA7E8V3BAiM7sgvLg7PZHk5WnYc
jgarzik
Legendary
*
qt
Offline Offline

Activity: 1596
Merit: 1091


View Profile
August 15, 2010, 05:46:27 PM
 #5

Don't wanna take credit where it's not due Smiley

the hashes/sec patch was from lachesis, and the extended-help might have been based on my idea, but the code was somewhat different.

Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
satoshi (OP)
Founder
Sr. Member
*
qt
Offline Offline

Activity: 364
Merit: 6723


View Profile
August 15, 2010, 06:11:41 PM
 #6

the extended-help might have been based on my idea, but the code was somewhat different.
The idea was the main part.  When you posted your patch, I realized it should have been done that way instead of "-?".  I always had reservations about "-?" because it intrudes on the possible parameter values, and the help response is based on the version of the caller instead of the server.
Tilka
Newbie
*
Offline Offline

Activity: 11
Merit: 0



View Profile
August 16, 2010, 01:57:39 PM
 #7

That's a great changelog. I sent you ฿2 for your trouble. Smiley
Thanks! Maybe I should continue posting a changelog for every release Grin

the hashes/sec patch was from lachesis, and the extended-help might have been based on my idea, but the code was somewhat different.
Edited.
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!