Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SKUNKHASH] Magnatum - Signatum Fork - No Limit - Unique Feature
by
erikzwc
on 30/08/2017, 15:16:40 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


Hey I just started learning about mining today, I have a few questions.

1. How do I sync my windows wallet? How do I know it is synced?
2. I followed your steps and on cc miner it says
Accepted: 9/9 436.27 H/s yes!
every few min and number keeps getting bigger, does that mean I am successfully mining them?
If so how do I get them into my wallet as my wallet says I have 0.
3. Do I need to create an account somewhere for these coins?
4. Can you also please make a guide to join one of these mining pools with other people?

Thanks for the solo guide btw!