Bitcoin Forum
August 07, 2024, 11:20:04 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [announce] Namecoin - a distributed naming system based on Bitcoin on: May 12, 2011, 09:42:10 AM
Hi,

I will like create a debian/ubuntu package from namecoin.

* Can you suggest one short and one full description.

I have checked the git repository, but tags are from bitcoin not of namecoin, if you check one tag (any), you will see the bitcoin code only.

If possible get tags for namecoin only, to know the code of each release ?

not oficial debian/ubuntu packages, read more ...
http://bitcointalk.org/index.php?topic=2207

Greeting's.
2  Bitcoin / Bitcoin Technical Support / Re: Bitcoin on Ubuntu 11.04 on: May 12, 2011, 07:05:42 AM
Hi,

I think wxwidget is one big problem to bitcoin, why don't try using spesmilo gui for bitcoin ?, you can find it using the search command in the forum.

I will like create one package from spesmilo.

Greeting's.
3  Bitcoin / Wallet software / Re: !! new bitcoin client !! on: May 12, 2011, 06:52:53 AM
Hi, i will like create a debian/ubuntu package from spesmilo.

* Can you tell me what thread in the forum is the oficial for spesmilo ?
* What is the version of python-psyde necessary to execute spesmilo ?
* You are using tags in your repository ?
* The repository in gitorious is the oficial ?.
* Can you suggest one short and one full description.
4  Bitcoin / Development & Technical Discussion / Re: Bitcoin Binary Data Protocol, for mining, monitorblocks, etc. on: May 12, 2011, 02:49:45 AM
I'm working to package pushpool from @jgarzik

* if somebody know how compile it in ubuntu or debian, please comment here:
   http://bitcointalk.org/index.php?topic=2207.msg115320#msg115320
* can you suggest one short description.
* can you suggest one full description.

read more about not oficial debian/ubuntu packages:
http://bitcointalk.org/index.php?topic=2207

Greeting's.
5  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: May 12, 2011, 02:23:07 AM
Hi, I like to give some news about the not oficial debian/ubuntu package of bitcoin-cpuminer:

* You can find the version 0.8.1 in ubuntu and debian, only in ubuntu (maverick, natty, oneiric) have SSE2_64 enable.
* If not exist any issue in the last version 1.0, i will create a package in a couple days.
* If possible this package get in the next ubuntu release, please check: https://bugs.launchpad.net/ubuntu/+bug/780258, give you comment's or any feedback.

* @jgarzik: In ubuntu revu get this comment
http://revu.ubuntuwire.com/p/bitcoin-cpuminer

Quote
@sikon: I’m not sure about the binary name "minerd". It sounds too generic, not specific to BitCoin. Could it be renamed?

what you think @jgarzik ?

read more ...
http://bitcointalk.org/index.php?topic=2207.msg115320#msg115320
6  Bitcoin / Development & Technical Discussion / Re: not oficial bitcoin apps debian/ubuntu packages ... on: May 11, 2011, 03:15:58 AM
Hi, sorry for the delay, i'm working in many things  Grin.

bitcoin-cpuminer
* You can find the version 0.8.1 in ubuntu and debian, only in ubuntu (maverick, natty, oneiric) have SSE2_64 enable.
* If not exist any issue in the last version 1.0, i will create a package in a couple days.
* If possible this package get in the next ubuntu release, please check: https://bugs.launchpad.net/ubuntu/+bug/780258, give you comment's or any feedback.
* @jgarzik: In ubuntu revu get this comment
Quote
I’m not sure about the binary name "minerd". It sounds too generic, not specific to BitCoin. Could it be renamed?
what you think ?

others
* I can't create a package for gpu miners, why i don't have access to one gpu card, the one card i have don't have any support (cuda, opencl).

bitcoind
* The next not oficial package have miniupnpc disable, if you use this feature tell me.

I'm working to package pushpool from @jgarzik
http://bitcointalk.org/index.php?topic=3493.0

* if somebody know how compile it in ubuntu or debian, please comment here.
* can you suggest one short description.
* can you suggest one full description.

For last, don't hesitate in support, give your feedback or send some bitcoins  Tongue
Greeting's.
7  Bitcoin / Development & Technical Discussion / Re: not oficial bitcoin apps debian/ubuntu packages ... on: May 11, 2011, 02:25:01 AM
Hi, I wonder if there are some bitcoind 0.3.21 Debian Lenny package for Arm arch ?

Hi @stephane-klein sorry i don't have access to any arm arch  Sad, but you can try compile bitcoind.

First you can try using git-clone to get the oficial bitcoin in debian:
http://git.debian.org/?p=collab-maint/bitcoin.git;a=summary

or you can clone my no oficial code:
https://github.com/tuxsoul/bitcoin

after only do: debuild or git-buildpackage

If that work for you, you need wait or send a msg to the debian maintainer to update the code to 0.3.21, if work with my repository code, only need wait two days more o less to get the last code Wink.

Any feedback to my repository you can write here.
Greeting's.
8  Bitcoin / Development & Technical Discussion / Re: not oficial bitcoin apps debian/ubuntu packages ... on: May 11, 2011, 02:09:14 AM
anyway to support sse2 on ubuntu ?

Hi @walidzohair, all packages of bitcoin-cpuminer have 4way SSE2 enable, if you search the last SSE2_64 code from ufasoft enable in bitcoin-cpuminer, only you can find it in ubuntu maverick, natty and oneiric, only in that code names is possible get yasm 1.1.0 to compile SSE2_64.

Greeting's.  Grin
9  Bitcoin / Development & Technical Discussion / Re: [RFC] Trusted build process on: February 14, 2011, 06:34:30 AM
I went to build and found out about all the libraries it needs (that are not available as apt-get for this distribution).

@nefario: you can use my sources and ubuntu backports maybe, or only the debian directory and check the debian/control file, only is necesary you change maybe the build-depends line, after that, only do debuild or git-buildpackage.

I think a virtual machine image is a bad idea, because a malicious person could include a modified tool within this virtual image. The C++ compiler, for example, could be modified for malicious purposes, and this might not be detected.

+1

Tags can be freely changed, so then after testing this tag can be replaced by 'v0.3.20'
Also all gurus who viewed the source of this commit also can place a signed tag like:

v0.3.20-rc-alex
v0.3.20-rc-31337-haxor
newest-viewed-by-denis
etc...

Then users can check signatures of these people and if they trust them they can be calm.

+1

Is not necesary delete tags, i like the tags to know which code is used in the build process.

I can help you for debian package:

1.- You need a debian system, in this case maybe lenny or squeeze.
2.- Follow this guide: https://wiki.ubuntu.com/PbuilderHowto
     ¿Sure?, yes, this work for debian and ubuntu.
3.- Use cowbuilder with pbuilder.
4.- Create the sources (.orig.tar.gz, .dsc, .debian.tar.gz), using "dpkg-source -b".
5.- And build the packages with cowbuilder.
6.- Test your packages.

For example, in my slow machine, bitcoin-cpuminer is compiled for five debian versions, using a virtualbox install, the first thing is the source code, after that, is necesary ~2 hour to compile.

Prepare the source code (ubuntu and debian)(~2 hour) + Compile (only debian, only i386)(~2 hours) = ~4 hours.
Sometimes is very less than 4 hours, and other times is more that 4 hours.

Greetings.
10  Bitcoin / Project Development / Re: Operation Fabulous: Next level advertising on: February 14, 2011, 05:45:35 AM
hi,

my website are using ad server, ¿i can use your javascript code in my ad server, to show the ad in my blog?

greetings.
11  Bitcoin / Development & Technical Discussion / Re: Please build and test: bitcoin 0.3.20 on: February 14, 2011, 05:15:39 AM
I haven't heard from anybody...  I'll ask again:  PLEASE HELP TEST

Hi,

I can build the next development version, for debian (sid or wheezy) and ubuntu (natty).

What you think ?

Greetings.
12  Bitcoin / Bitcoin Discussion / Re: Ubuntu bitcoin packages on: February 14, 2011, 05:07:16 AM
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.
13  Bitcoin / Bitcoin Discussion / Re: Ubuntu bitcoin packages on: February 14, 2011, 04:35:56 AM
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).
http://bitcointalk.org/index.php?topic=2207

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

Greetings.
14  Bitcoin / Development & Technical Discussion / Re: Core Bitcoin Development Help Wanted on: February 14, 2011, 04:18:07 AM
I added version tags (0.3.20 and 0.3.21 for now) to some issues and will try to keep them up to date so we'll always know what's blocking a release.

hi,

i can't find that tags, is possible can you tell me which commit is 0.3.20 and 0.3.21 ?

greeting's.
15  Bitcoin / Development & Technical Discussion / Re: 3.20 avaiable on Sourceforge while 3.19 on the main site ? on: February 14, 2011, 04:13:22 AM
Hi,

I'm waiting for build bitcoin package, if safe use sf.net ?, or is better github ?.

Greetings.
16  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: February 14, 2011, 03:59:55 AM
Hi,

Thanks @jgarzik, bitcoin-cpuminer is ready for debian and ubuntu:
http://bitcointalk.org/index.php?topic=2207.msg48507#msg48507

Greeting's.
17  Bitcoin / Development & Technical Discussion / Re: not oficial bitcoin apps debian/ubuntu packages ... on: February 14, 2011, 03:46:11 AM
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.
18  Bitcoin / Development & Technical Discussion / Re: not oficial bitcoin apps debian/ubuntu packages ... on: February 14, 2011, 03:38:59 AM
cpuminer version 0.6 released
And we have btc-cpuminer debs for i386 and amd64. Welcome test.

Good work @adv
19  Bitcoin / Development & Technical Discussion / Re: not oficial bitcoin apps debian/ubuntu packages ... on: January 17, 2011, 09:13:19 PM
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 ...
20  Bitcoin / Development & Technical Discussion / Re: not oficial bitcoin apps debian/ubuntu packages ... on: January 17, 2011, 08:35:47 PM
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

Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!