how to start mining with this algo? are we still able to do solo mining on our computers? I am very interested to try it
Download the Yenten release from here:
https://github.com/conan-equal-newone/yenten/releasesCreate file yenten.conf in the folder where the yentend is located and enter this information:
daemon=1
server=1
port=9981
rpcport=9982
rpcuser=username
rpcpassword=password
addnode=133.130.66.167
addnode=52.3.229.122
Start the yenten-qt and navigate to Help > Debug window > Console
Type "setgenerate true" in the console which will start the mining
Check your hashrate with the command "getmininginfo"
I've found 6 blocks mining solo with 5 year old computers.
does the yenten.conf need to be where the yentend file is located or in C:\users\x\appdata\roaming\yenten\?
If I get no block source found I guess I cannot mine, no? I mean I should get block source before even attempting to mine?