Step 1.) Make sure you have downloaded the wallet and sync'd it with the chain.
Step 2.) Navigate to: C:\Users\[YOURUSERNAME]\AppData\Roaming\solariscoin
Step 3.) Create a file called "solariscoin.conf" in that directory- Make sure its not "Solariscoin.conf.txt"
Put this into that file:
server=1
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=18921
port=18920
addnode=185.183.99.171
addnode=185.183.99.19
(This works with only two nodes, if anyone else has more feel free to share!)
At this point you should close your wallet and reopen it to start the server.
Step 4.) Now, in your miner's folder, create a bat file and put this in it:
Replace ccminer-x64.exe with whatever executable you are using.
Step 5.) Enjoy mining solo.
Thank you. Only here I do not understand what kind of password and login I will enter?) If the wallet without a password and all the more without a login
hey benitto, put whatever you want, it just have to "match" with what you put in the miner as user and password
per example
ccminer-x64.exe -a nist5 -o http://127.0.0.1:18921 -u badass -p forest
and in your conf file of solariscoin at C:\Users\[YOURUSERNAME]\AppData\Roaming\ you put
___
rpcuser=badass
rpcpassword=forest
etc
etc