Bitcoin Forum
April 26, 2024, 10:39:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: not oficial bitcoin apps debian/ubuntu packages ...  (Read 28248 times)
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
January 07, 2011, 09:54:21 AM
 #21

What is new ?

In this days, i have worked to package bitcoin, i know about the oficial package.

I have updated the first post in this thread, where can find, more info about the packages i'm creating.

For example, in the bitcoin (not oficial) package, i include some files: bitcoin.conf (example file), manpage for bitcoind and bitcoin.conf, and for last the white paper of bitcoin.

manpages (to build please use a2x command):
https://github.com/tuxsoul/bitcoin/tree/debian/debian/manpages

examples:
https://github.com/tuxsoul/bitcoin/tree/debian/debian/examples

white paper:
https://github.com/tuxsoul/bitcoin/tree/debian/debian/bitcoin.pdf

At this moment i'm working to can compile packages for amd64 and packages updates more quickly.

Sorry my english is bad Smiley.
Greetings.
1714171196
Hero Member
*
Offline Offline

Posts: 1714171196

View Profile Personal Message (Offline)

Ignore
1714171196
Reply with quote  #2

1714171196
Report to moderator
1714171196
Hero Member
*
Offline Offline

Posts: 1714171196

View Profile Personal Message (Offline)

Ignore
1714171196
Reply with quote  #2

1714171196
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Gavin Andresen
Legendary
*
qt
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
January 07, 2011, 05:23:14 PM
 #22

Great!  I'd like to see this good work make it back into mainline bitcoin; please talk with the other improve-the-build-process efforts and submit some patches.

How often do you get the chance to work on a potentially world-changing project?
srf21c
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 08, 2011, 06:49:22 AM
 #23

Just installed added the launchpad repository to my 10.10 Ubuntu Maverick install and had the bitcoin-minerd package installed and generating in under 10 minutes.

Thanks for putting this together tuxsoul, you're making it much easier for people to get involved with bitcoin.
adv
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 09, 2011, 06:53:26 AM
 #24

You did a great job and going to do even more! :^)

I try using cross compile to get amd64 packages, but don't work, i need one computer  where i can run for amd64 apps, i'm working to buy one.
AFAIK there is currently no way to create a amd64 package on i386 architecture.
If you have serious problems with the amd64 machine, maybe I can do ssh-access to the one for you. But this possibly not be soon.

I think is a good idea -- add symlinks "stable" to "lenny" tree, and "testing->squeeze", "unstable->sid". Its useful sometime. But remember: that symlinks must be renewed when Debian change releases.
I think this is fixed.
Hmm, i keep getting errors:
Code:
$ sudo LC_ALL=C aptitude update | grep -A1 "^Err .*tuxsoul"
Err http://deb.tuxsoul.com testing/main Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com testing/contrib Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com testing/non-free Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com testing/main i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com testing/contrib i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com testing/non-free i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com unstable/main Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com unstable/contrib Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com unstable/non-free Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com unstable/main i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com unstable/contrib i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com unstable/non-free i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com stable/main Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com stable/contrib Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com stable/non-free Sources
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com stable/main i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com stable/contrib i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
Err http://deb.tuxsoul.com stable/non-free i386 Packages
  404  Not Found [IP: 199.27.134.100 80]
My sources:
Code:
$ cat /etc/apt/sources.list.d/bitcoin.list
deb http://deb.tuxsoul.com stable main contrib non-free
deb-src http://deb.tuxsoul.com stable main contrib non-free
deb http://deb.tuxsoul.com testing main contrib non-free
deb-src http://deb.tuxsoul.com testing main contrib non-free
deb http://deb.tuxsoul.com unstable main contrib non-free
deb-src http://deb.tuxsoul.com unstable main contrib non-free

deb http://deb.tuxsoul.com etch main contrib non-free
deb-src http://deb.tuxsoul.com etch main contrib non-free
deb http://deb.tuxsoul.com etch-backports main contrib non-free
deb-src http://deb.tuxsoul.com etch-backports main contrib non-free
deb http://deb.tuxsoul.com lenny main contrib non-free
deb-src http://deb.tuxsoul.com lenny main contrib non-free
deb http://deb.tuxsoul.com lenny-backports main contrib non-free
deb-src http://deb.tuxsoul.com lenny-backports main contrib non-free
deb http://deb.tuxsoul.com squeeze main contrib non-free
deb-src http://deb.tuxsoul.com squeeze main contrib non-free
(I know this list excessive.)

In the last packages, i added a "watch" file, you can test it with "uscan", to get more quickly updates.
Excellent!

For example, in the bitcoin (not oficial) package, i include some files: bitcoin.conf (example file), manpage for bitcoind and bitcoin.conf, and for last the white paper of bitcoin.
Jonas Smedegaard <dr@jones.dk> maintainer of official debian package built bitcoin-cli, which does the same thing as your bitcoin-daemon. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578157#77 He is currently exploring the possibility of assembling a package libdb4.8++ (See also topic http://bitcointalk.org/index.php?topic=2667.0). In his package no mans no examples, so I think you should contact Jonas Smedegaard and to merge in order to prevent the execution of double work.
I use this lines for his repo:
Code:
deb http://debian.jones.dk/ testing freedombox
deb-src http://debian.jones.dk/ testing freedombox
deb http://debian.jones.dk/ unstable freedombox
deb-src http://debian.jones.dk/ unstable freedombox

I read your man pages and have some thoughts:
In bitcoind.1.gz section EXAMPLE:
Code:
 Now run:

               $ ./bitcoind
               bitcoin server starting
               $ ./bitcoind help

       A list of RPC calls will be shown:

               $ ./bitcoind getbalance
               2000.00000
I think you want to remove. "./" at the beginning of commands, as they run from /usr/bin. ("$ ./bitcoind" --> "$ bitcoind").

In COMMAND sections need add brackets to some parameters. Like: "backupwallet destination" --> "backupwallet <destination>" and "getbalance account" --> "getbalance [account]".
Also:
"getbalance" have optional parameter "[minconf=1]";
"setgenerate" lost "<generate>" parameter description. Like: "<generate> is true or false to turn generation on or off";

In bitcoin.conf.5.gz i think better move sections HISTORY and RESOURCES to bitcoind.1.gz and leave only "SEE ALSO bitcoind(1)".

U may thank me here: 14Js1ng1SvYBPgUJnjNAEPYH4d6SHF79UF
hacim
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
January 13, 2011, 10:34:33 PM
 #25

Have you considered working on the official debian package? Its maintained in the collab-maint project (http://wiki.debian.org/CollaborativeMaintenance) which would make it easy for you to participate and put your improvements in those packages, and get a much wider audience!

15yns1RVpBHZ8uj8mGVUJVCyPh5ieW3FQx
hacim
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
January 17, 2011, 05:09:48 AM
Last edit: January 17, 2011, 05:36:59 AM by hacim
 #26

In the last packages, i added a "watch" file, you can test it with "uscan", to get more quickly updates.
hmm, except the watch file is just watching the github repository, it should be watching sourceforge

Jonas Smedegaard <dr@jones.dk> maintainer of official debian package built bitcoin-cli, which does the same thing as your bitcoin-daemon. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578157#77 He is currently exploring the possibility of assembling a package libdb4.8++ (See also topic http://bitcointalk.org/index.php?topic=2667.0). In his package no mans no examples, so I think you should contact Jonas Smedegaard and to merge in order to prevent the execution of double work.

I just committed examples and man pages to the debian package. Writing man pages is super boring!

I agree that working together makes sense!

donation address: 16bX3ZMwsuvcfzzuQ4WV4vriGKPFGZsTqC

15yns1RVpBHZ8uj8mGVUJVCyPh5ieW3FQx
bitcoinex
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
January 17, 2011, 05:41:19 PM
 #27

I am added to source.list texsoul.com repo:

$ cat /etc/apt/sources.list.d/bitcoin.list
deb http://deb.tuxsoul.com lenny main contrib non-free
deb-src http://deb.tuxsoul.com lenny main contrib non-free

# aptitude update

but if I trying to search bitcoin I see only one package:

# apt-cache search bitcoin
bitcoin-cpuminer - Multi-threaded CPU miner for bitcoin

What I do wrong?

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
January 17, 2011, 07:49:23 PM
 #28

Just installed added the launchpad repository to my 10.10 Ubuntu Maverick install and had the bitcoin-minerd package installed and generating in under 10 minutes.

Thanks for putting this together tuxsoul, you're making it much easier for people to get involved with bitcoin.

That is great, if something is wrong in my repository or debian/ubuntu packaging please tell me.  Grin
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
January 17, 2011, 08:18:06 PM
 #29

AFAIK there is currently no way to create a amd64 package on i386 architecture.

Gcc can do it, but don't work for me  Smiley

Hmm, i keep getting errors:
....

Something weird, i think this is fixed can you please test again  Wink

Jonas Smedegaard <dr@jones.dk> maintainer of official debian package built bitcoin-cli, which does the same thing as your bitcoin-daemon. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578157#77 He is currently exploring the possibility of assembling a package libdb4.8++ (See also topic http://bitcointalk.org/index.php?topic=2667.0). In his package no mans no examples, so I think you should contact Jonas Smedegaard and to merge in order to prevent the execution of double work.

Thanks, but my package is one alternative to debian package, this is my TODO to bitcoind:

  • Add init script
  • use "/var" to save wallet file how root (optional)
  • use "/var/log" to save debug.log file (optional)

If someone have ideas or suggestions, please tell me.
In this moment lenny-backport (bitcoind) use "libdb4.8".

I read your man pages and have some thoughts:
...

Thanks. i will commit your suggestions in the git repository  Cheesy
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
January 17, 2011, 08:31:27 PM
 #30

hmm, except the watch file is just watching the github repository, it should be watching sourceforge

Sorry for that, i can't use sourceforge why my sources tree files are different, i will like use the gavinandresen github repository, but that repository don't have tags, uscan need use tags from git repository to know last version of source code.

If you can test change the watch file to sourceforge, and force "uscan" to update the source file, please tell me what happen Wink.
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
January 17, 2011, 08:35:47 PM
 #31

I am added to source.list tuxsoul.com repo:
...
What I do wrong?

Hi,

for lenny you need use backports, ex:

Code:
deb http://deb.tuxsoul.com lenny-backports main contrib non-free
deb-src http://deb.tuxsoul.com lenny-backports main contrib non-free

and append (debian backports):

Code:
deb http://backports.debian.org/debian-backports lenny-backports main

Only to bitcoind  Wink

bitcoinex
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
January 17, 2011, 08:51:07 PM
 #32

I am added to source.list tuxsoul.com repo:
...
What I do wrong?

Hi,

for lenny you need use backports, ex:

Code:
deb http://deb.tuxsoul.com lenny-backports main contrib non-free
deb-src http://deb.tuxsoul.com lenny-backports main contrib non-free

and append (debian backports):

Code:
deb http://backports.debian.org/debian-backports lenny-backports main

Only to bitcoind  Wink


Ok, thanx!

Offtopic: But why searching on lenny does not shows any bitcoin* packages excluding bitcoin-cpuminer?

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
January 17, 2011, 09:13:19 PM
 #33

Offtopic: But why searching on lenny does not shows any bitcoin* packages excluding bitcoin-cpuminer?

For lenny in this moment only is possible compile bitcoin-cpuminer, to compile bitcoind is necesary new packages (backports), and for last only  i have two packages in this moment, others bitcoin apps debian packages are in debianize process ...

For example, one friend gift me SAPPHIRE X1550 ATI card, maybe i can use that card for test and packaging gpu miners, but, my pc don't have pci-e, i need work to change my pc  Grin.

Any feedback or comment are welcome ...
adv
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 29, 2011, 01:05:20 PM
Last edit: February 01, 2011, 10:06:37 PM by adv
 #34

cpuminer version 0.6 released
And we have btc-cpuminer debs for i386 and amd64. Welcome test.

UPD:
Once a long time no news from Tuxsoul, I'll add a link to my repository in this thread:
Quote
Debian repository use unstructions: http://home.agalakov.spb.ru/debian/use_this_repo.txt
Browesable debian repository: http://home.agalakov.spb.ru/debian/
Quick add repo:
Code:
deb http://home.agalakov.spb.ru/debian unstable main contrib non-free
deb-src http://home.agalakov.spb.ru/debian unstable main contrib non-free

U may thank me here: 14Js1ng1SvYBPgUJnjNAEPYH4d6SHF79UF
adv
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 05, 2011, 02:13:45 PM
 #35

0.6.1 (http://bitcointalk.org/index.php?topic=1925.msg44525#msg44525) done.

U may thank me here: 14Js1ng1SvYBPgUJnjNAEPYH4d6SHF79UF
adv
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 13, 2011, 05:16:02 AM
 #36

0.7 released, update recommend: http://bitcointalk.org/index.php?topic=1925.msg48029#msg48029
Welcome getting debs. :^)

U may thank me here: 14Js1ng1SvYBPgUJnjNAEPYH4d6SHF79UF
adv
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 13, 2011, 08:48:50 AM
 #37

I debianize bc_key program (Hal version), that  print interesting information about transactions found in the wallet file.

Package named bc-key, aviable for i386 and amd64. Placed in same repo: http://home.agalakov.spb.ru/debian

U may thank me here: 14Js1ng1SvYBPgUJnjNAEPYH4d6SHF79UF
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
February 14, 2011, 03:38:59 AM
 #38

cpuminer version 0.6 released
And we have btc-cpuminer debs for i386 and amd64. Welcome test.

Good work @adv
tuxsoul (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
February 14, 2011, 03:46:11 AM
 #39

Hi,

I glad to say, bitcoin-cpuminer 0.7 (by @jgarzik) is ready for debian and ubuntu.

Quote
ubuntu: lucid, maverick, natty. (i386 and amd64)
debian: etch, lenny, squeeze, wheezy, sid. (only i386)

If you are using my repository only use synaptic, apt-get, or aptitude to update  Wink.

Greeting's.
adv
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 04, 2011, 11:00:39 AM
 #40

0.7.1 (http://bitcointalk.org/index.php?topic=1925.msg58688#msg58688) done.

U may thank me here: 14Js1ng1SvYBPgUJnjNAEPYH4d6SHF79UF
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!