Bitcoin Forum
April 23, 2024, 10:24:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 0.8.2rc3 ready for testing  (Read 2762 times)
Gavin Andresen (OP)
Legendary
*
qt
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
May 24, 2013, 11:05:07 PM
 #1

0.8.2 rc2 never made it out the door; two crash-on-shutdown bugs and a bitcoin.ico file that made the windows gitian build non-reproducible made us jump to rc3 instead.

So:

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

This is a maintenance release that fixes many bugs and includes
a few small new features.

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.2 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.2 Release notes
===================

Fee Policy changes
------------------

The default fee for low-priority transactions is lowered from 0.0005 BTC
(for each 1,000 bytes in the transaction; an average transaction is
about 500 bytes) to 0.0001 BTC.

Payments (transaction outputs) of 0.543 times the minimum relay fee
(0.00005430 BTC) are now considered 'non-standard', because storing them
costs the network more than they are worth and spending them will usually
cost their owner more in transaction fees than they are worth.

Non-standard transactions are not relayed across the network, are not included
in blocks by most miners, and will not show up in your wallet until they are
included in a block.

The default fee policy can be overridden using the -mintxfee and -minrelaytxfee
command-line options, but note that we intend to replace the hard-coded fees
with code that automatically calculates and suggests appropriate fees in the
0.9 release and note that if you set a fee policy significantly different from
the rest of the network your transactions may never confirm.

Bitcoin-Qt changes
------------------

* New icon and splash screen
* Improve reporting of synchronization process
* Remove hardcoded fee recommendations
* Improve metadata of executable on MacOSX and Windows
* Move export button to individual tabs instead of toolbar
* Add "send coins" command to context menu in address book
* Add "copy txid" command to copy transaction IDs from transaction overview
* Save & restore window size and position when showing & hiding window
* New translations: Arabic (ar), Bosnian (bs), Catalan (ca), Welsh (cy),
  Esperanto (eo), Interlingua (la), Latvian (lv) and many improvements
  to current translations

MacOSX:
* OSX support for click-to-pay (bitcoin:) links
* Fix GUI disappearing problem on MacOSX (issue #1522)

Linux/Unix:
* Copy addresses to middle-mouse-button clipboard


Command-line options
--------------------

* -walletnotify will call a command on receiving transactions that affect the wallet.
* -alertnotify will call a command on receiving an alert from the network.
* -par now takes a negative number, to leave a certain amount of cores free.

JSON-RPC API changes
--------------------

* fixed a getblocktemplate bug that caused excessive CPU creating blocks.
* listunspent now lists account and address infromation.
* getinfo now also returns the time adjustment estimated from your peers.
* getpeerinfo now returns bytessent, bytesrecv and syncnode.
* gettxoutsetinfo returns statistics about the unspent transaction output database.
* gettxout returns information about a specific unspent transaction output.


Networking changes
------------------

* Significant changes to the networking code, reducing latency and memory consumption.
* Avoid initial block download stalling.
* Remove IRC seeding support.
* Performance tweaks.
* Added testnet DNS seeds.

Wallet compatibility/rescuing
-----------------------------

* Cases where wallets cannot be opened in another version/installation should be reduced.
* -salvagewallet now works for encrypted wallets.


Thanks to everybody who contributed to the 0.8.2 release!
---------------------------------------------------------

APerson241
Andrew Poelstra
Calvin Owens
Chuck LeDuc Díaz
Colin Dean
David Griffith
David Serrano
Eric Lombrozo
Gavin Andresen
Gregory Maxwell
Jeff Garzik
Jonas Schnelli
Larry Gilbert
Luke Dashjr
Matt Corallo
Michael Ford
Mike Hearn
Patrick Brown
Peter Todd
Philip Kaufmann
Pieter Wuille
Richard Schwab
Roman Mindalev
Scott Howard
Tariq Bashir
Warren Togami
Wladimir J. van der Laan
freewil
gladoscc
kjj2
mb300sd
super3

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

Posts: 1713867877

View Profile Personal Message (Offline)

Ignore
1713867877
Reply with quote  #2

1713867877
Report to moderator
1713867877
Hero Member
*
Offline Offline

Posts: 1713867877

View Profile Personal Message (Offline)

Ignore
1713867877
Reply with quote  #2

1713867877
Report to moderator
1713867877
Hero Member
*
Offline Offline

Posts: 1713867877

View Profile Personal Message (Offline)

Ignore
1713867877
Reply with quote  #2

1713867877
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
keystroke
Hero Member
*****
Offline Offline

Activity: 900
Merit: 1014


advocate of a cryptographic attack on the globe


View Profile
May 25, 2013, 12:40:30 AM
 #2

Starts fine on Win 8 x64 and doesn't have the issue where it rescans a new wallet on startup. Chain is syncing normally. Shuts down and restarts OK. Nice work!

"The difference between a castle and a prison is only a question of who holds the keys."
xempew
Jr. Member
*
Offline Offline

Activity: 45
Merit: 10



View Profile
May 25, 2013, 05:55:48 AM
 #3

OS X 10.8.3 - upgrade from 0.8.2rc1

Launch attempt #1 - splash screen abruptly disappeared during "Verifying blocks..." and process became unresponsive.  Killed the process and tried again.

attempt #2 - Application loaded without any issue.

I will try to replicate the result from Attempt #1 and provide some debug output if possible.  Not ruling out it was a problem with the OS itself.

In Satoshi We Trust.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 25, 2013, 03:58:00 PM
Last edit: May 25, 2013, 04:14:56 PM by Amph
 #4

still latency is 0.2s for me

also with this version , my icons star to flick
Caesium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
May 25, 2013, 04:13:51 PM
 #5

OS X 10.8.3 - upgrade from 0.8.2rc1

Launch attempt #1 - splash screen abruptly disappeared during "Verifying blocks..." and process became unresponsive.  Killed the process and tried again.

Couldn't reproduce this, started just fine first time on OSX 10.8.4 (dev seed) upgrading from 0.8.2rc1.

No release candidate warning splashed all over this one?

Tired of annoying signature ads? Ad block for signatures
qnfauf
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
May 25, 2013, 04:27:13 PM
 #6

I just upgraded from 0.8.1, and it seems to be working well on Windows 7 x64.
gisfrancisco
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
May 25, 2013, 08:21:43 PM
 #7

I upgraded and it wont sync.started it it was 17 hours behind now it 19 using the win 32 build win 7
cheesylard
Member
**
Offline Offline

Activity: 104
Merit: 10



View Profile WWW
May 27, 2013, 02:09:48 AM
 #8

I just upgraded from 0.8.1, and it seems to be working well on Windows 7 x64.
Same except with win32.
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
May 27, 2013, 09:10:48 AM
 #9

I upgraded and it wont sync.started it it was 17 hours behind now it 19 using the win 32 build win 7

I have no clue, what you are talking about :-/.

Dia

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

Activity: 769
Merit: 500



View Profile WWW
May 27, 2013, 09:11:13 AM
 #10

still latency is 0.2s for me

also with this version , my icons star to flick

A more detailed description is welcome.

Dia

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

Activity: 3206
Merit: 1069



View Profile
May 27, 2013, 03:18:39 PM
 #11

solved the issue with the icons, i just used the zip version

however the latency with the default rc3 config remain above 0.2s(0.261s)
Gavin Andresen (OP)
Legendary
*
qt
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
May 27, 2013, 04:20:49 PM
 #12

latency of what? getblocktemplate?  getbalance?

How often do you get the chance to work on a potentially world-changing project?
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 27, 2013, 06:13:58 PM
 #13

getblocktemplate , yes
but i noticed that it keep lowering, maybe it need some time, also the efficiency is great
i'm speaking about p2pool
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!