Title: Help wanted to test Bitcoin ppa Post by: graingert on October 31, 2011, 04:13:24 PM New bitcoin ppa is available at https://launchpad.net/%7Ebitcoin/+archive/bitcoin
Currently contains bitcoin-qt and bitcoind at 0.5.0 RC1 but will eventually become the stable channel for bitcoin updates once 0.5.0 is released. Backup wallet to install: Backup wallet remove stretch's ppa if you have it Code: sudo ppa-purge ppa:stretch/bitcoin Code: sudo apt-add-repository ppa:bitcoin/bitcoin Code: sudo apt-get update && sudo apt-get install bitcoin-qt Title: Re: Help wanted to test Bitcoin ppa Post by: blueadept on October 31, 2011, 04:37:51 PM Installed bitcoind via this PPA and it seems to work just fine after install with my testnet configuration. I'm on Maverick running as follows:
Code: ~$ uname -a Title: Re: Help wanted to test Bitcoin ppa Post by: mav on May 14, 2012, 11:29:59 PM I just updated to 0.6.2 from the ppa and I get no version information in bitcoin-qt
see https://i.imgur.com/BvRKi.png (https://i.imgur.com/BvRKi.png) and from bitcoind getinfo to confirm the version Code: { Title: Re: Help wanted to test Bitcoin ppa Post by: freewil on May 15, 2012, 09:39:01 PM I just updated to 0.6.2 from the ppa and I get no version information in bitcoin-qt see https://i.imgur.com/BvRKi.png (https://i.imgur.com/BvRKi.png) and from bitcoind getinfo to confirm the version Code: { I've seen this too somewhere in the cli, it's not isolated to just 0.6.2 Code: $ bitcoind -? Title: Re: Help wanted to test Bitcoin ppa Post by: paraipan on May 15, 2012, 09:48:48 PM I just updated to 0.6.2 from the ppa and I get no version information in bitcoin-qt see https://i.imgur.com/BvRKi.png (https://i.imgur.com/BvRKi.png) and from bitcoind getinfo to confirm the version Code: { I've seen this too somewhere in the cli, it's not isolated to just 0.6.2 Code: $ bitcoind -? +1, at first i though it was the translation fault Title: Re: Help wanted to test Bitcoin ppa Post by: Pieter Wuille on May 15, 2012, 11:45:14 PM We switched to a new system for automatically determining the client version based on git information, or data stored in source archives. It was tested for both compiles from git and source tarballs, but a refactor shortly afterwards broke the second mode. We only noticed much later, since the normal official builds are done from git.
In any case, fixed for 0.7.0. |