Bitcoin Forum
April 26, 2024, 06:24:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Builds for Ubuntu?  (Read 11217 times)
ArtemZ (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 18, 2010, 02:27:18 PM
 #1

Hi,
Since Ubuntu is most popular desktop linux distro why there are no repository or even builds of bitcoin client? I think someone should start to create something like repo with bitcoin's builds, better ppa on launchpad. It will be so cool to have native payment system in ubuntu, maybe one day bitcoin will be included in the main repository
1714112677
Hero Member
*
Offline Offline

Posts: 1714112677

View Profile Personal Message (Offline)

Ignore
1714112677
Reply with quote  #2

1714112677
Report to moderator
1714112677
Hero Member
*
Offline Offline

Posts: 1714112677

View Profile Personal Message (Offline)

Ignore
1714112677
Reply with quote  #2

1714112677
Report to moderator
1714112677
Hero Member
*
Offline Offline

Posts: 1714112677

View Profile Personal Message (Offline)

Ignore
1714112677
Reply with quote  #2

1714112677
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714112677
Hero Member
*
Offline Offline

Posts: 1714112677

View Profile Personal Message (Offline)

Ignore
1714112677
Reply with quote  #2

1714112677
Report to moderator
1714112677
Hero Member
*
Offline Offline

Posts: 1714112677

View Profile Personal Message (Offline)

Ignore
1714112677
Reply with quote  #2

1714112677
Report to moderator
1714112677
Hero Member
*
Offline Offline

Posts: 1714112677

View Profile Personal Message (Offline)

Ignore
1714112677
Reply with quote  #2

1714112677
Report to moderator
d1337r
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
July 18, 2010, 02:35:11 PM
 #2

Well, If you can compile bitcoin and create a source DEB, you can set up a PPA.
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 20, 2010, 03:55:24 PM
 #3

I'm actually working on setting up a PPA for bitcoin, but it also requires the dev branch of wxWidgets, so I've got to get that up first.
Dark_Ghost
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 20, 2010, 10:11:00 PM
 #4

keep us informed, i'm on ubuntu 10.04 64bit and i'd like to see a ubuntu specific build of bitcoin and bitcoind.
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 22, 2010, 04:03:24 PM
 #5

Well, I couldn't find any good directions on how to package a .deb for a ppa, but I haven't given up hope yet.  Anyone who can throw some documentation my way would be awesome.  Right now I'm trying a different strategy.
melvster
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
July 22, 2010, 04:34:29 PM
 #6

Well, I couldn't find any good directions on how to package a .deb for a ppa, but I haven't given up hope yet.  Anyone who can throw some documentation my way would be awesome.  Right now I'm trying a different strategy.

I run ubuntu on my desktop maybe I can help ...

EDIT: first time I've tried it, but I made a launch pad project here: https://launchpad.net/bitcoin  hopefully we can work out how to do ppa etc. 
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 22, 2010, 05:14:42 PM
 #7

I run ubuntu on my desktop maybe I can help ...

EDIT: first time I've tried it, but I made a launch pad project here: https://launchpad.net/bitcoin  hopefully we can work out how to do ppa etc. 


I've got a launchpad ppa set up too, but launchpad is a huge PITA from what I've tried.
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 23, 2010, 07:32:06 PM
 #8

I've got bitcoin compiled for AMD64 linux.  yay.
So now I've just got to figure out how to hack it so that I can package it as a deb.
eugene2k
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 25, 2010, 07:36:05 AM
 #9

Well, I couldn't find any good directions on how to package a .deb for a ppa, but I haven't given up hope yet.  Anyone who can throw some documentation my way would be awesome.  Right now I'm trying a different strategy.
If I'm not mistaken, Ubuntu's PPA requires you to have your project uploaded in source form. Launchpad then compiles it and offers debs.
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 25, 2010, 11:46:30 PM
 #10

If I'm not mistaken, Ubuntu's PPA requires you to have your project uploaded in source form. Launchpad then compiles it and offers debs.

So do I have to do anything special to the source?  I know that the standard method of building a .deb doesn't work, 'make -f makefile.unix' just spits out a binary.  No chance to checkinstall or anything
Cdecker
Hero Member
*****
Offline Offline

Activity: 489
Merit: 504



View Profile WWW
July 30, 2010, 02:22:16 PM
 #11

Well, I couldn't find any good directions on how to package a .deb for a ppa, but I haven't given up hope yet.  Anyone who can throw some documentation my way would be awesome.  Right now I'm trying a different strategy.

I run ubuntu on my desktop maybe I can help ...

EDIT: first time I've tried it, but I made a launch pad project here: https://launchpad.net/bitcoin  hopefully we can work out how to do ppa etc. 

Would you add me to the maintainers of the project on launchpad? My username is cdecker and I have ready built deb packages from my efforts on openSuse Build Service http://bit.ly/bUqiRY

Want to see what developers are chatting about? http://bitcoinstats.com/irc/bitcoin-dev/logs/
Bitcoin-OTC Rating
melvster
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 01, 2010, 01:00:43 PM
 #12

Well, I couldn't find any good directions on how to package a .deb for a ppa, but I haven't given up hope yet.  Anyone who can throw some documentation my way would be awesome.  Right now I'm trying a different strategy.

I run ubuntu on my desktop maybe I can help ...

EDIT: first time I've tried it, but I made a launch pad project here: https://launchpad.net/bitcoin  hopefully we can work out how to do ppa etc.  

Would you add me to the maintainers of the project on launchpad? My username is cdecker and I have ready built deb packages from my efforts on openSuse Build Service http://bit.ly/bUqiRY

Sure!

I've created a team

Added you ..
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 02, 2010, 03:37:48 PM
 #13

Has anyone built a package for the GUI client yet?
Cdecker
Hero Member
*****
Offline Offline

Activity: 489
Merit: 504



View Profile WWW
August 02, 2010, 03:41:04 PM
 #14

Has anyone built a package for the GUI client yet?
GUI builds are quite a bit harder since they also require WX to be built along with it.

I'll try to create a statically linked version on OBS soon.

Want to see what developers are chatting about? http://bitcoinstats.com/irc/bitcoin-dev/logs/
Bitcoin-OTC Rating
nimnul
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile WWW
August 03, 2010, 05:51:15 PM
 #15

Is satoshi noWx patch in 0.3.7 already? Before that bitcoind required wx, and I never seen Satoshi announcing that it's in trunk

knightmb
Sr. Member
****
Offline Offline

Activity: 308
Merit: 256



View Profile WWW
August 03, 2010, 05:54:46 PM
 #16

Has anyone built a package for the GUI client yet?
I've built the client and daemon for Ubuntu 9.04 (should work in later versions ?)
Not a package per say, but you can just download the current Linux release and just overwrite the binaries. Not perfect, but it will get a working version for you that way.

Timekoin - The World's Most Energy Efficient Encrypted Digital Currency
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 03, 2010, 06:25:28 PM
 #17

I've built the client and daemon for Ubuntu 9.04 (should work in later versions ?)
Not a package per say, but you can just download the current Linux release and just overwrite the binaries. Not perfect, but it will get a working version for you that way.

Yeah I've built the binaries before, I want to be able to upgrade via the update manager rather than manually downloading the binaries.
knightmb
Sr. Member
****
Offline Offline

Activity: 308
Merit: 256



View Profile WWW
August 03, 2010, 06:52:29 PM
 #18

I've built the client and daemon for Ubuntu 9.04 (should work in later versions ?)
Not a package per say, but you can just download the current Linux release and just overwrite the binaries. Not perfect, but it will get a working version for you that way.

Yeah I've built the binaries before, I want to be able to upgrade via the update manager rather than manually downloading the binaries.
Oh you mean official binaries in package form hosted by the Ubuntu folks?

Timekoin - The World's Most Energy Efficient Encrypted Digital Currency
satoshi
Founder
Sr. Member
*
qt
Offline Offline

Activity: 364
Merit: 6723


View Profile
August 03, 2010, 08:56:11 PM
 #19

Is satoshi noWx patch in 0.3.7 already? Before that bitcoind required wx, and I never seen Satoshi announcing that it's in trunk
Yes, 0.3.7 has it.  It was in rev 112.
imnichol
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 04, 2010, 04:40:04 PM
 #20

Oh you mean official binaries in package form hosted by the Ubuntu folks?

Not necessarily hosted by launchpad or anything, just packages available from a mirror somewhere.
Pages: [1] 2 »  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!