Where do you add details about your wallet address? How does the miner know where to send coins??
its in your somacoin.conf your wallet will recieve them its your server to
start your wallet with -server option
Thank you for your suggestion but I still can't figure it out.
By the way this is my result after typing 'getmininginfo' in wallet console:
{
"blocks" : 295,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 675.09213922,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 40337,
"pooledtx" : 0,
"testnet" : false
}
"genproclimit" : 2, = I'm only using 2 threads of my quad core i7 processor as it overheats and bogs down if I use more because I'm doing other things at the same time.
Looks like you're not mining through your wallet because your report says:
"generate" : false, = Not mining
"genproclimit" : -1,
"hashespersec" : 0, = No mining hashrate
By the way using the command setgenerate true -1 or setgenerate true will use 100% of your cpu's processing power. Keep an eye on your cpu's temperature because it could easily overhead and get damages same as your motherboard. As mentioned I use setgenerate true 2 to specify using 2 of my cpu's threads.