Bitcoin Forum
July 14, 2024, 03:27:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help wanted to test Bitcoin ppa  (Read 2212 times)
graingert (OP)
Full Member
***
Offline Offline

Activity: 227
Merit: 100


View Profile WWW
October 31, 2011, 04:13:24 PM
 #1

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
add new repository
Code:
sudo apt-add-repository ppa:bitcoin/bitcoin
update repo listings and install
Code:
sudo apt-get update && sudo apt-get install bitcoin-qt

 *Image Removed*
blueadept
Full Member
***
Offline Offline

Activity: 225
Merit: 101


View Profile
October 31, 2011, 04:37:51 PM
 #2

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
Linux ******* 2.6.35-30-generic #61-Ubuntu SMP Tue Oct 11 15:29:15 UTC 2011 i686 GNU/Linux
~$

Like my posts?  Connect with me on LinkedIn and endorse my "Bitcoin" skill.
Decentralized, instant off-chain payments.
mav
Full Member
***
Offline Offline

Activity: 169
Merit: 107


View Profile
May 14, 2012, 11:29:59 PM
 #3

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

and from bitcoind getinfo to confirm the version

Code:
{
    "version" : 60200,
    "protocolversion" : 60001,
    "walletversion" : 40000,
freewil
Member
**
Offline Offline

Activity: 92
Merit: 10



View Profile
May 15, 2012, 09:39:01 PM
 #4

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

and from bitcoind getinfo to confirm the version

Code:
{
    "version" : 60200,
    "protocolversion" : 60001,
    "walletversion" : 40000,

I've seen this too somewhere in the cli, it's not isolated to just 0.6.2

Code:
$ bitcoind -?
Bitcoin version vCLIENT_VERSION_MAJOR.CLIENT_VERSION_MINOR.CLIENT_VERSION_REVISION.CLIENT_VERSION_BUILD-g8ff1873-beta
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
May 15, 2012, 09:48:48 PM
 #5

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

and from bitcoind getinfo to confirm the version

Code:
{
    "version" : 60200,
    "protocolversion" : 60001,
    "walletversion" : 40000,

I've seen this too somewhere in the cli, it's not isolated to just 0.6.2

Code:
$ bitcoind -?
Bitcoin version vCLIENT_VERSION_MAJOR.CLIENT_VERSION_MINOR.CLIENT_VERSION_REVISION.CLIENT_VERSION_BUILD-g8ff1873-beta

+1, at first i though it was the translation fault

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
Pieter Wuille
Legendary
*
qt
Offline Offline

Activity: 1072
Merit: 1178


View Profile WWW
May 15, 2012, 11:45:14 PM
 #6

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.

I do Bitcoin stuff.
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!