Bitcoin Forum
April 23, 2024, 06:23:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: Bitcoin-Qt/bitcoind version 0.7.1 released  (Read 8815 times)
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
October 19, 2012, 01:23:31 PM
 #1

Bitcoin version 0.7.1 is now available from:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.1/

This is a bug-fix minor release.

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

Project source code is hosted at github; you can get
source-only tarballs/zipballs directly from there:
  https://github.com/bitcoin/bitcoin/tarball/v0.7.1  # .tar.gz
  https://github.com/bitcoin/bitcoin/zipball/v0.7.1  # .zip

Ubuntu Linux users can use the "Personal Package Archive" (PPA)
maintained by Matt Corallo to automatically keep
up-to-date.  Just type:
  sudo apt-add-repository ppa:bitcoin/bitcoin
  sudo apt-get update
in your terminal, then install the bitcoin-qt package:
  sudo apt-get install bitcoin-qt

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

Mac OSX 10.5 is no longer supported.

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 were running on Linux with a version that might have been compiled
with a different version of Berkeley DB (for example, if you were using an
Ubuntu PPA version), then run the old version again with the -detachdb
argument and shut it down; if you do not, then the new version will not
be able to read the database files and will exit with an error.

Explanation of -detachdb (and the new "stop true" RPC command):
The Berkeley DB database library stores data in both ".dat" and
"log" files, so the database is always in a consistent state,
even in case of power failure or other sudden shutdown. The
format of the ".dat" files is portable between different
versions of Berkeley DB, but the "log" files are not-- even minor
version differences may have incompatible "log" files. The
-detachdb option moves any pending changes from the "log" files
to the "blkindex.dat" file for maximum compatibility, but makes
shutdown much slower. Note that the "wallet.dat" file is always
detached, and versions prior to 0.6.0 detached all databases
at shutdown.

New features
------------

* Added a boolean argument to the RPC 'stop' command, if true sets
  -detachdb to create standalone database .dat files before shutting down.

* -salvagewallet command-line option, which moves any existing wallet.dat
  to wallet.{timestamp}.dat and then attempts to salvage public/private
  keys and master encryption keys (if the wallet is encrypted) into
  a new wallet.dat. This should only be used if your wallet becomes
  corrupted, and is not intended to replace regular wallet backups.

* Import $DataDir/bootstrap.dat automatically, if it exists.

Dependency changes
------------------

* Qt 4.8.2 for Windows builds

* openssl 1.0.1c

Bug fixes
---------

* Clicking on a bitcoin: URI on Windows should now launch Bitcoin-Qt properly.

* When running -testnet, use RPC port 18332 by default.

* Better detection and handling of corrupt wallet.dat and blkindex.dat files.
  Previous versions would crash with a DB_RUNRECOVERY exception, this
  version detects most problems and tells you how to recover if it
  cannot recover itself.

* Fixed an uninitialized variable bug that could cause transactions to
  be reported out of order.

* Fixed a bug that could cause occasional crashes on exit.

* Warn the user that they need to create fresh wallet backups after they
  encrypt their wallet.

----------------------------------------------------
Thanks to everybody who contributed to this release:

Gavin Andresen
Jeff Garzik
Luke Dashjr
Mark Friedenbach
Matt Corallo
Philip Kaufmann
Pieter Wuille
Rune K. Svendsen
Virgil Dupras
Wladimir J. van der Laan
fanquake
kjj2
xanatos

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

Posts: 1713896589

View Profile Personal Message (Offline)

Ignore
1713896589
Reply with quote  #2

1713896589
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
October 19, 2012, 03:45:48 PM
 #2

For people bringing up new 0.7.1 nodes, here is an unofficial torrent of bootstrap.dat:

     https://bitcointalk.org/index.php?topic=117982.0

(if you already have the blockchain, bootstrap.dat is of no use to you; see link)


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

Activity: 980
Merit: 1008



View Profile WWW
October 21, 2012, 01:10:33 AM
 #3

[...]
Ubuntu Linux users can use the "Personal Package Archive" (PPA)
maintained by Matt Corallo to automatically keep
up-to-date.  Just type:
  sudo apt-add-repository ppa:bitcoin/bitcoin
  sudo apt-get update
in your terminal, then install the bitcoin-qt package:
  sudo apt-get install bitcoin-qt
[...]
Seems like the PPA version has failed to build:
https://launchpadlibrarian.net/120177982/buildlog_ubuntu-quantal-amd64.bitcoin_0.7.0-quantal1_FAILEDTOBUILD.txt.gz
https://launchpad.net/~bitcoin/+archive/bitcoin/+build/3915177
ercolinux
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
October 21, 2012, 06:50:45 AM
 #4

For RPM user check here: http://www.openmamba.org/distribution/distromatic.html?tag=devel-contrib&pkg=bitcoin.i586

Bitrated user: ercolinux.
salfter
Hero Member
*****
Offline Offline

Activity: 651
Merit: 501


My PGP Key: 92C7689C


View Profile WWW
October 21, 2012, 07:12:19 AM
 #5

When building bitcoind 0.7.0 from the Gentoo bitcoin overlay, there was a patchfile (http://luke.dashjr.org/programs/bitcoin/files/bitcoind/eligius/sendfee/0.7.0-eligius_sendfee.patch.xz) applied if the eligius USE flag was set.  This appears not to have been updated for 0.7.1.  Is this something to be concerned about?  What changes does this patch make?  I'm not mining at Eligius...currently using Eclipse, but am considering shifting back to P2Pool.

(In the meantime, I've copied the 0.7.0 ebuild to a local overlay, commented out the Eligius patch code, and gotten 0.7.1 working on Gentoo.)

Tipjars: BTC 1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2 LTC LTipsVC7XaFy9M6Zaf1aGGe8w8xVUeWFvR | My Bitcoin Note Generator | Pool Auto-Switchers: zpool MiningPoolHub NiceHash
Bitgem Resources: Pool Explorer Paper Wallet
zveda2000
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
October 21, 2012, 10:16:56 AM
 #6

Thank you developers!

PS. The ubuntu ppa maintained by Matt Corallo is not updated yet  Sad
Boussac
Legendary
*
Offline Offline

Activity: 1220
Merit: 1015


e-ducat.fr


View Profile WWW
October 21, 2012, 11:13:43 AM
 #7

 Thanks to the dev team !

Quote
* Import $DataDir/bootstrap.dat automatically, if it exists.

The release of this feature together with jgarzick blockchain torrent initiative is a momentous event (a little more than a "minor" release imho)

Pieter Wuille
Legendary
*
Offline Offline

Activity: 1072
Merit: 1174


View Profile WWW
October 21, 2012, 11:17:41 AM
 #8

Quote
* Import $DataDir/bootstrap.dat automatically, if it exists.

The release of this feature together with jgarzick blockchain torrent initiative is a momentous event (a little more than a "minor" release imho)

The real change was adding -loadblock in 0.7.0. The only change in 0.7.1, is applying it automatically to any file called bootstrap.dat.

I do Bitcoin stuff.
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
October 21, 2012, 11:28:38 AM
 #9

Using the donation link on TBF's website does not yield expected behavior. There is no error message indicating that bitcoin is already running, but no apparent action is taken by the running client.

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
Stapleddiet
Member
**
Offline Offline

Activity: 89
Merit: 13



View Profile
October 21, 2012, 11:48:52 AM
 #10

Installed and running/catching up on blockchain on Win7 64.
Thanks folks.
Mushroomized
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002


Hello!


View Profile
October 21, 2012, 05:18:45 PM
 #11

Any way to have the client say "Hey update me theres a new one!"

I'm always missing out on the new updates Sad

hi
ercolinux
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
October 21, 2012, 08:08:03 PM
 #12


Moved to main branch of distro. Now the package is here: http://www.openmamba.org/distribution/distromatic.html?tag=devel&pkg=bitcoin.i586
Every time it'll be updated and accepted in main branch the package will be put there

Bitrated user: ercolinux.
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
October 21, 2012, 10:25:24 PM
 #13

Using the donation link on TBF's website does not yield expected behavior. There is no error message indicating that bitcoin is already running, but no apparent action is taken by the running client.

In addition, clicking on the link multiple times creates multiple instances of the bitcoin process, but the user cannot see any affects of them starting. I didn't notice until I checked process explorer and noticed them running. Also, when the client is not running, clicking the link creates a process but no gui appears at all, neither the window nor the tray icon.

This is the command line of the spawned process:

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "bitcoin:1BTCorgHwCg6u2YSAWKgS17qUad6kHmtQW?label=Bitcoin+Foundation+Donation"

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
#machinist
Newbie
*
Offline Offline

Activity: 18
Merit: 0



View Profile
October 22, 2012, 06:40:54 AM
 #14

thank you
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
October 22, 2012, 11:47:52 AM
 #15

Using the donation link on TBF's website does not yield expected behavior. There is no error message indicating that bitcoin is already running, but no apparent action is taken by the running client.

In addition, clicking on the link multiple times creates multiple instances of the bitcoin process, but the user cannot see any affects of them starting. I didn't notice until I checked process explorer and noticed them running. Also, when the client is not running, clicking the link creates a process but no gui appears at all, neither the window nor the tray icon.

This is the command line of the spawned process:

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "bitcoin:1BTCorgHwCg6u2YSAWKgS17qUad6kHmtQW?label=Bitcoin+Foundation+Donation"

Did you use the installer for upgrading 0.7.1? What OS are you using?
Can you please start regedit.exe and post what is listed as (default) in HKEY_CLASSES_ROOT\bitcoin\shell\open\command.

Did you give the client time to start-up before hammering that link over and over?

Thanks,
Dia

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

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
October 22, 2012, 09:42:41 PM
 #16

Using the donation link on TBF's website does not yield expected behavior. There is no error message indicating that bitcoin is already running, but no apparent action is taken by the running client.

In addition, clicking on the link multiple times creates multiple instances of the bitcoin process, but the user cannot see any affects of them starting. I didn't notice until I checked process explorer and noticed them running. Also, when the client is not running, clicking the link creates a process but no gui appears at all, neither the window nor the tray icon.

This is the command line of the spawned process:

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "bitcoin:1BTCorgHwCg6u2YSAWKgS17qUad6kHmtQW?label=Bitcoin+Foundation+Donation"

Did you use the installer for upgrading 0.7.1? What OS are you using?
Can you please start regedit.exe and post what is listed as (default) in HKEY_CLASSES_ROOT\bitcoin\shell\open\command.

Did you give the client time to start-up before hammering that link over and over?

Thanks,
Dia

Yes. Win7x64.
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "%1"

I tried it with both the program running and with the program not running. In both instances, the link spawned new processes that appeared to do nothing.

Now that I check, the bitcoin program does not start up properly now. I cannot get a responsive gui.

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
October 22, 2012, 09:49:07 PM
 #17

Using the donation link on TBF's website does not yield expected behavior. There is no error message indicating that bitcoin is already running, but no apparent action is taken by the running client.

In addition, clicking on the link multiple times creates multiple instances of the bitcoin process, but the user cannot see any affects of them starting. I didn't notice until I checked process explorer and noticed them running. Also, when the client is not running, clicking the link creates a process but no gui appears at all, neither the window nor the tray icon.

This is the command line of the spawned process:

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "bitcoin:1BTCorgHwCg6u2YSAWKgS17qUad6kHmtQW?label=Bitcoin+Foundation+Donation"

Did you use the installer for upgrading 0.7.1? What OS are you using?
Can you please start regedit.exe and post what is listed as (default) in HKEY_CLASSES_ROOT\bitcoin\shell\open\command.

Did you give the client time to start-up before hammering that link over and over?

Thanks,
Dia

Yes. Win7x64.
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "%1"

I tried it with both the program running and with the program not running. In both instances, the link spawned new processes that appeared to do nothing.

Now that I check, the bitcoin program does not start up properly now. I cannot get a responsive gui.

You can try deleting the contents of "C:\ProgramData\boost_interprocess" when the client is shutdown and report back.

Dia

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

Activity: 501
Merit: 500


View Profile
October 23, 2012, 01:04:12 AM
 #18

I am experiencing some problems after upgrading from 0.6.3 to 0.7.1 on the bitcoind that I use to process pyramining deposits and payouts. It is running on Linux (OpenSuSE 11.2).

My upgrade procedure:
- stopped 0.6.3 bitcoind
- replaced binaries with 0.7.1 ones
- started 0.7.1 bitcoind

At first, I had to download again all the blockchain because for some reason it was displaying the message "WARNING: Displayed transactions may not be correct!  You may need to upgrade, or other nodes may need to upgrade.", and I didn't find out how to repair it.

After the blockchain has been downloaded, it started working as expected, but after about 20 hours, I found it hung up and unresponsive. No way to stop it or kill it, even with -9.

After a reboot it started and worked well for a couple of hours, then the same trouble appeared again.

Environment:
ATOM D2500 dual core (64bit arch), 4GB/ram, 60Gb SSD, 100mbit/s ip connectivity, OpenSuSE Linux 12.1.
wallet.dat is around 200MB in size.

Behaviour: after working normally for few hours, it freezes. Debug log displays RPC commands, but they never return any result.

I am currently downgrading to 0.6.3, I will keep an eye open to see if the issue disappears using this version.
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
October 23, 2012, 05:46:51 AM
 #19

Using the donation link on TBF's website does not yield expected behavior. There is no error message indicating that bitcoin is already running, but no apparent action is taken by the running client.

In addition, clicking on the link multiple times creates multiple instances of the bitcoin process, but the user cannot see any affects of them starting. I didn't notice until I checked process explorer and noticed them running. Also, when the client is not running, clicking the link creates a process but no gui appears at all, neither the window nor the tray icon.

This is the command line of the spawned process:

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "bitcoin:1BTCorgHwCg6u2YSAWKgS17qUad6kHmtQW?label=Bitcoin+Foundation+Donation"

Did you use the installer for upgrading 0.7.1? What OS are you using?
Can you please start regedit.exe and post what is listed as (default) in HKEY_CLASSES_ROOT\bitcoin\shell\open\command.

Did you give the client time to start-up before hammering that link over and over?

Thanks,
Dia

Yes. Win7x64.
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "%1"

I tried it with both the program running and with the program not running. In both instances, the link spawned new processes that appeared to do nothing.

Now that I check, the bitcoin program does not start up properly now. I cannot get a responsive gui.

You can try deleting the contents of "C:\ProgramData\boost_interprocess" when the client is shutdown and report back.

Dia

Doing this did not improve the situation.

However, after a restart, the gui appears and is responsive. Also, the donation link works. I think you should add a reboot step in the upgrade instructions. Thanks for your help, and for another release!

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
October 23, 2012, 06:21:54 AM
 #20

@LightRider
I need to understand, when did you reboot and realized that helped? Seems a little weird to me. Perhaps there were orphan instances running, which went away after the reboot.

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
Pages: [1] 2 3 »  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!