How to mine magnatum solo (for Windows).Download and install the last ver. of the wallet here:
http://magnatum.io/. Do not start it yet.
Create the configuration file here:
c:\users\%username%\AppData\Roaming\Magnatum
Name it
magnatum.confIts content:
--
server=1
listen=1
daemon=1
gen=0
rpcuser=YOUR_USERNAME
rpcpassword=YOUR_PASS
rpcallowip=*
rpcport=33334
--
The fields YOUR_USERNAME and YOUR_PASS shouldn't be the same word.
Save the file.
Go to the miner folder and make the start.bat file.
I use the x64 ccminer so the example is for it.
start.bat file content:
--
:loop
ccminer64.exe -a skunk -o http://127.0.0.1:33334 -u YOUR_USERNAME -p YOUR_PASS -i 25
goto loop
Your "i" parameter might be different.
Start the wallet. Wait till it'll be synchronised.
Start your solo mining bat file.
Good luck!
