Hi!
I have a problem with my linux miners. I have access to a bunch (20-30) of mostly idle computers that I am using for mining, but I don't have root privilege and so I cannot install new packages and stuff. Therefore, the only miner that compiles for me is jgarzik cpu miner. Now, from what I understand this is not the fastest cpu miner around, and thus I am losing a lot of clock cycles here. I can of course install required packages/libraries locally, but I get all sorts of dependency issues that just never stops.
So, two questions:
1. Does anyone know of a faster miner that only requires libcurl and jansson? Or at least does not require a lot of other packages.
2. Is there a better way to solve my lib dependency issues? Can I somehow use aptitude or apt-get (they are all Debian machines) cleverly to resolve the issues locally (meaning in my home directory)?
/Tommy
i would be interested in the results of #1 myself, also using cpu miner witha bout 250 or so systems, some of them have 8 sockets with 10 cores each
but every bit helps
i may be able to help you with #2, PM me and i'll see if i can help ya get your stuff staticly compiled (without requiring root).
I guess, since most miners are FOSS, it would be possible to include a faster sha256-algorithm in the jgarzik-miner. But I have not read the source, so I don't know how easy it would be. But it sure is worth pursuing!
About #2: I managed to get the miner to compile libstdxc++ statically on my virtual machine, and the program runs on the other machines, but now I cannot mine anyway:
bitcoin-miner 0.10 Copyright (c) 2011 Ufasoft http://ufasoft.com/open/bitcoin
Mining for http://api.bitcoin.cz:8332
1 threads Using SSE2
Failed initialization
0 MHash/s Failed initialization
Processed: 0 Mhash, 1s with average Rate: 0 MHash/s
Accepted: 0, average: 0 shares/min
So it doesn't log in. I would assume there is something the matter with e.g. libcurl since it is not getting any jobs, but it is not complaining when compiling. Any ideas?