UPDATED, GET THE NEW 1GH.COM MINER!Guide updated with the 1GH cpuminer, as apparently the official cpuminer by MaxCoin was flawed...
maxcoinproject: 1gh does not work indeed with your cpuminer. No stratum pool does, you messed up txids.
delete your old cpuminer dir
cd ~
rm -r cpuminer
Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd
./minerd -a keccak -o stratum+tcp://maxpool.1gh.com:17333 -u maxwalletaddress -p x
Thanks. I think i got mine working. how do you know if its working and how can you get it to keep running while your computer is off? or does it just run now non stop?
Posted in the first page:
*If you wish to run this in your background so it doesn't close once you drop the SSH conncetion, go ahead and use "screen"
launch screen
Code:
screen
press space, launch the miner
Code:
./minerd -a keccak -o
http://pool:port -u username -p password
to restore the session when logging back in, use
Code:
screen -r
Usually you can see if you´re mining looking at the screen, it will show you:
[2014-02-07 09:43:56] accepted: 43/43 (100.00%), 3183 khash/s (yay!!!)
[2014-02-07 09:44:33] Stratum detected new block
[2014-02-07 09:44:33] thread 7: 21655104 hashes, 394.18 khash/s
[2014-02-07 09:44:33] thread 2: 21476637 hashes, 390.25 khash/s
[2014-02-07 09:44:33] thread 3: 20155610 hashes, 391.49 khash/s
[2014-02-07 09:44:33] thread 0: 20463028 hashes, 392.32 khash/s
[2014-02-07 09:44:33] thread 6: 21363806 hashes, 393.45 khash/s
[2014-02-07 09:44:33] thread 4: 14193248 hashes, 385.75 khash/s
[2014-02-07 09:44:33] thread 1: 21217236 hashes, 387.60 khash/s
[2014-02-07 09:44:33] thread 5: 19959894 hashes, 389.17 khash/s
[2014-02-07 09:44:37] Stratum detected new block
I hope it helps you