Skip to content

Solo Mining Tutorial

seedcoinfoundation edited this page Jul 16, 2018 · 1 revision

Solo Mining Tutorial

Please keep in mind that mining solo might not be profitable because many people are using hashpower from ASICS and Nicehash!

Start you Seedcoin wallet and close it again. In windows click "Start" or go to the "windows search" and type

%appdata% 

and select the Roaming file.

Your appdata/romaning folder should open now in explorer. If you cannot find it, go to the windows explorer opions > view > show hidden files and folders. Enter the directory Seedcoin and modify the file Seedcoin.conf

If you dont have a Seedcoin.conf file, rightclick and select New > Textdocument. Copy the following lines into your newly created text file:

rpcuser=YOURMINERNAME
rpcpassword=YOURPASSWORD
daemon=1
server=1
listen=1
rpcallowip=127.0.0.1

Save the textfile. On top of the explorer go to "View" and put a check to "File Extensions" Rename the file to Seedcoin.conf - be sure that its not called to Seedcoin.conf.txt Start your wallet now.

Download miner below, start your wallet, wait a minute and start your miner with:

-a scrypt -o localhost:31820 -u YOURMINERNAME -p YOURPASSWORD

CPU mining:

http://cryptomining-blog.com/wp-content/download/cpuminer-multi-1-2-dev.zip

GPU Mining

http://cryptomining-blog.com/wp-content/download/ccminer-2.2-mod-r2.zip

Clone this wiki locally