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


Hmmm.. how are you getting this to work with ccminer?  My understanding is that the current wallet doesn't support getwork anymore because it's based on a later version of the qt wallet, and ccminer only supports getwork.  I've also read the the asterisks are no longer supported either in the rpcallowip field.

When I follow your advice, I get:

HTTP request failed: Recv failure: Connection was reset
get_work failed, retry after 30 seconds