Post
Topic
Board Mining (Altcoins)
Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // has been LAUNCHED@6.2/7:30 GMT
by
korealifer
on 07/02/2014, 09:34:00 UTC
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
Code:
cd ~
rm -r cpuminer

Download the 1GH MaxCoin (SHA-3) minerd (+configure and compile)
Code:
git clone https://github.com/1gh/cpuminer
cd cpuminer
./configure CFLAGS="-O3"
make
strip minerd

Code:
./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?