Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SKUNKHASH] Magnatum - Signatum Fork - No Limit - Unique Feature
by
faustcollect
on 30/08/2017, 07:13:46 UTC
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:
Code:
c:\users\%username%\AppData\Roaming\Magnatum

Name it magnatum.conf
Its content:
--
Code:
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:
--
Code:
: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!  Wink