10b. 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
Test whether your compiled minerd launches fine:
./minerd --help
It'll return all its command options.
10c. Now head over to a Pool and follow the instructions posted, for example:
./minerd -a keccak -o stratum+tcp://maxpool.1gh.com:17333 -u mRQmzB5nzqw4Lx1gvEF7uREBqPv5A6jBYJ -p x
[change this with your specific pool details / wallet address!]
Can anyone tell me how I can get my wallet address once I have installed maxcoin-cpuminer ? I want to join a pool but dont know what my wallet address is?
Help please!