Pages:
Author

Topic: Ubuntu bitcoin packages - page 2. (Read 24898 times)

legendary
Activity: 3066
Merit: 1145
The revolution will be monetized!
October 05, 2011, 03:04:43 PM
#25
First of all, thanks for this.
I was able to add this PPA and install without a problem using Ubuntu 10.10. However the repository has version 0.3.24 of the client. Any plans on updating this to version 0.4.0?
hero member
Activity: 540
Merit: 500
The future begins today
August 26, 2011, 09:31:32 AM
#24
working fine on Linux Mint 11 Wink
newbie
Activity: 16
Merit: 0
August 09, 2011, 01:19:22 AM
#23
Thanks, man.
Working great
https://i.imgur.com/XmZJKl.jpg
newbie
Activity: 11
Merit: 0
June 12, 2011, 01:45:30 PM
#22
i can confirm that, provided instructions dont work in 11.04

I found an issue today with ubuntu 11.04 using either unity or compiz and the bitcoin GUI not working - the window simply does not appear.  There was already a workaround submitted to the wxwidgets repository so I've applied that patch to my ppa.

Please try installing the latest version from https://launchpad.net/~stretch/+archive/bitcoin and see if that works for you.

sudo add-apt-repository ppa:stretch/bitcoin
sudo apt-get update
sudo apt-get install bitcoin
newbie
Activity: 6
Merit: 0
May 04, 2011, 12:26:59 PM
#21
This does not seem to be up... 
newbie
Activity: 1
Merit: 0
April 13, 2011, 09:36:58 AM
#20
When I try to install it says:


Code:
mahkul@mahkul-Dimension-2400:~$ sudo apt-get install bitcoin                    Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bitcoin

Is the package gone from the repository? (I succesfully added the PPA prior to installing).

Did you run sudo apt-get update before you tried to install bitcoin?

I just installed it on 10.10 and it seems to be going fine at generating blocks, I don't however have any idea what its doing or how the system works so I'm gonna go do some reading.

Goodluck
legendary
Activity: 1470
Merit: 1005
Bringing Legendary Har® to you since 1952
February 14, 2011, 06:46:23 AM
#19
Is not necessary, if exist an official debian package, only is necesary send a request for sync, with that, ubuntu will use the debian package.

Very good idea.

Cheers.
newbie
Activity: 40
Merit: 0
February 14, 2011, 01:07:16 AM
#18
Is somebody working on officially pushing bitcoin to central/canonical Ubuntu repos ? This could significantly increase BTC popularity.
(The same with other distros)

Is not necessary, if exist an official debian package, only is necesary send a request for sync, with that, ubuntu will use the debian package.

In other way, i can send my own package to ubuntu revu.

example: bitcoin-cpuminer in ubuntu revu
http://revu.ubuntuwire.com/p/bitcoin-cpuminer

Greetings.
newbie
Activity: 40
Merit: 0
February 14, 2011, 12:35:56 AM
#17
I just got the exact same thing.  I'm no Linux guru, but I have a 10.04 Server that I use for really only a few things, like secure browsing while traveling, bacula, etc.  It could run bitcoin pretty much 24/7 and I wouldn't notice.  I could also run it on my FreeNAS if that were even possible.

Hi,

If you have a small server, you can check my repository to test bitcoind (not gui).
https://bitcointalksearch.org/topic/not-oficial-bitcoin-apps-debianubuntu-packages-2207

In the next update i build for: lucid, maverick and natty.

Greetings.
legendary
Activity: 1470
Merit: 1005
Bringing Legendary Har® to you since 1952
February 13, 2011, 03:20:50 AM
#16
Just started Ubuntu on VM and still no bitcoin in repositories after 2 years of the project activity & dynamic development.

Is somebody working on officially pushing bitcoin to central/canonical Ubuntu repos ? This could significantly increase BTC popularity.
(The same with other distros)
newbie
Activity: 1
Merit: 0
February 10, 2011, 06:46:12 PM
#15
When I try to install it says:


Code:
mahkul@mahkul-Dimension-2400:~$ sudo apt-get install bitcoin                    Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bitcoin

Is the package gone from the repository? (I succesfully added the PPA prior to installing).
I just got the exact same thing.  I'm no Linux guru, but I have a 10.04 Server that I use for really only a few things, like secure browsing while traveling, bacula, etc.  It could run bitcoin pretty much 24/7 and I wouldn't notice.  I could also run it on my FreeNAS if that were even possible.
sr. member
Activity: 434
Merit: 250
Every saint has a past. Every sinner has a future.
February 09, 2011, 02:17:44 PM
#14
When I try to install it says:


Code:
mahkul@mahkul-Dimension-2400:~$ sudo apt-get install bitcoin                    Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bitcoin

Is the package gone from the repository? (I succesfully added the PPA prior to installing).
hero member
Activity: 683
Merit: 500
January 17, 2011, 07:01:39 PM
#13
Works flawless on Ubuntu 10.10 i386 here.
newbie
Activity: 1
Merit: 0
January 16, 2011, 04:05:44 PM
#12
Just installed on Ubuntu 10.10 i386...  Install was quick and flawless, but bitcoin only runs for maybe 30 seconds and then disappears  Undecided  Not sure what to do there...  It's not minimizing to the taskbar, either.
sr. member
Activity: 434
Merit: 251
youtube.com/ericfontainejazz now accepts bitcoin
January 13, 2011, 09:51:35 AM
#11
Quote
W: Duplicate sources.list entry http://ppa.launchpad.net/pmcenery/ppa/ubuntu/ lucid/main Packages (/var/lib/apt/lists/ppa.launchpad.net_pmcenery_ppa_ubuntu_dists_lucid_main_binary-amd64_Packages)
W: You may want to run apt-get update to correct these problems
E: Couldn't find package bitcoin

Did you read that? Tongue

Oops!!!  I feel like an idiot!  (But I included the error message so that a smart person like you could read it and copy and paste it for me)  Embarrassed

You have added the PPA twice, which doesn't make any sense to apt... Edit the sources.list
sudo vim /etc/apt/sources.list

Yup!  That's exactly the problem. I just fixed my sources.list, and it installs just fine.

and remove the duplicate entry. If you don't know how to use vim, you can try nano by replacing it:
sudo nano /etc/apt/sources.list

Don't worry, I'm a vim user.  Smiley
sr. member
Activity: 434
Merit: 251
youtube.com/ericfontainejazz now accepts bitcoin
January 11, 2011, 08:12:26 PM
#10
To install on Ubuntu:
sudo apt-add-repository ppa:stretch/bitcoin
sudo apt-get install bitcoin

Did not install on my Ubuntu 10.04 x86-64:

Quote
$ sudo apt-add-repository ppa:stretch/bitcoin
[sudo] password for user:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv CD1034FCBFA4E05DCFAD0C2A8741DDC3A4FF3776
gpg: requesting key A4FF3776 from hkp server keyserver.ubuntu.com
gpg: key A4FF3776: public key "Launchpad PPA for David Armstrong" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
$ sudo apt-get install bitcoin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
W: Duplicate sources.list entry http://ppa.launchpad.net/pmcenery/ppa/ubuntu/ lucid/main Packages (/var/lib/apt/lists/ppa.launchpad.net_pmcenery_ppa_ubuntu_dists_lucid_main_binary-amd64_Packages)
W: You may want to run apt-get update to correct these problems
E: Couldn't find package bitcoin
legendary
Activity: 1372
Merit: 1007
1davout
January 06, 2011, 12:23:35 PM
#9
It's going to be pretty nice and strengthening to have all debian geeks putting their sleepy boxes to mine Smiley
member
Activity: 64
Merit: 10
January 06, 2011, 12:17:57 PM
#8
Debian packages were uploaded in december, now awaiting  ftpmaster approval:
   http://ftp-master.debian.org/new/bitcoin_0.3.19~dfsg-2.html

   It is also unofficially available using this APT line:

      deb http://debian.jones.dk/ unstable freedombox

   ...or manually downloaded here:

      http://debian.jones.dk/pkg/freedombox/bitcoin/

   ...or git cloned from here:

      git://git.debian.org/git/collab-maint/bitcoin
newbie
Activity: 11
Merit: 0
January 06, 2011, 04:07:00 AM
#7
I'm still a PPA novice so my answers might not be 100% right....

Very nice!  Let me ask some dumb questions:

I've setup a launchpad PPA to host Ubuntu packages of bitcoin.

What does PPA stand for?

Does launchpad help solve the 'trusted build' problem-- e.g. does the build process automatically fetch from source code that we can all look at and audit?


It won't automatically fetch the source, but it does force me to upload the source (and an optional patch) and builds packages from those.

In this case I took the tarball from sourceforge.  The patch is minimal, just thin wrapper around the bitcoin makefile to keep the debian build system happy.

On https://launchpad.net/~stretch/+archive/bitcoin/+packages you can poke around a bit and you'll see download links for all the various files, and on http://launchpadlibrarian.net/61656269/bitcoin_0.3.19-maverick6_source.changes you'll be able to verify the checksums match to the original tarball.

Quote

How hard would it be to setup something similar to produce regular builds of the github integration repository?

Right now, the bitcoin build process is "Satoshi does it."  Using Launchpad to create the Linux builds seems like the right way to go.


With your own dedicated machine it would be fairly easy, just a cron job to checkout a snapshot, tar up and submit to launchpad.  We can eliminate the patch file by checking those changes back into the main source tree.

I don't know whether or not launchpad could host the cron job for us.

Quote

Last dumb question:  are there services similar to Launchpad for building Mac/Windows software?

sr. member
Activity: 288
Merit: 263
Firstbits.com/1davux
January 05, 2011, 09:04:36 PM
#6
... but Launchpad won't build (run the compiler on one of their machines) Mac/Windows software, or did I miss that feature when I looked at the website?

Here's my limited knowledge about it, but please someone correct/complete this information. Ubuntu and Debian packages are built by the uploader of the package (who is not always the same person as the package maintainer, btw). I don't know about Ubuntu, but in the case of Debian, the uploader is a trusted DD (Debian Developper), who reviews at least the package-specific diff produced by the package maintainer (if not the whole source), builds the binary, signs the whole thing and uploads it. For all other architectures than those the DD has access to, binaries are automatically built by a daemon at Debian's. It's possible that the daemon also rebuilds the binary on the archs provided by the DD, but I'm not sure of that part.

I suspect Ubuntu packages to work in a similar way – I'm not sure about the specific case of PPAs, though, since they're user-provided.
Pages:
Jump to: