[How to run minerd]
1. Setup: magi.conf, then run the wallet
rpcport=8232
daemon=1
rpcallowip=127.0.0.1
rpcallowip=SOME-IP
rpcuser=rpcuser
rpcpassword=rpcpass
2. Download minerd; and run in command line:
minerd.exe --url http://127.0.0.1:8232 --user rpcuser --pass rpcpass --threads 1
Code:
./minerd --url http://127.0.0.1:8232 --user rpcuser --pass rpcpass --threads 1
here, rpcport - 8232, user and pass should match with settings in magi.conf.
hi, i've started mining this coin right now...
is there any reason for using less threads than the default? i've tried with 4 (my i7 has 4 physical cores) and got 50 kh/s, while with 8 i get 70 kh/s, however i haven't found any block yet...