polyminer1 / rhminer

RandomHash miner for the PascalCoin project
GNU General Public License v3.0
37 stars 39 forks source link

wrong status in solo mining #7

Open hashbullet opened 5 years ago

hashbullet commented 5 years ago

image

The CPU only solo mining status showing I have one accepted and one failed block. The log of pascal coin wallet (pascalcoin_daemon in linux, log not attached) confirmed no mined blocks from this miner. The error first noticed after 7hrs from mining started.

polyminer1 commented 5 years ago

I'll look into that. If you solo-mine, you'll see accepted shares from devfee times. 'Accepted' blocks when solo-mining and shares when rhminer mine for devfee.

hashbullet commented 5 years ago

It seems the status coming from devfee mode. a share found at the end of devfee mode carry over to mining mode and displayed. This is possibly then a mode handover bug.

imrecsoka commented 4 years ago

Hi, i really dont understand the Payload name option / argument for the SOLO mining process.

Is there a step-by-guide or even just an example batch file to see in order to solo mine.

I am asking because i want to understand it better.

If i use Nanominer for example, i can see i only need to have a loop back IP with port 4009 and thats it. i.e. entry in config file for Nanominer

pool1=127.0.0.1:4009

No need for a username or password. If i am correct.

The miner seems to be running so this is why i assume it is fine, BUT with Nanominer of course.

Sadly there are guides from 1978 on how to solo mine pascal, so they dont apply to now, with Randomhash algo.

Thank you

Regards

polyminer1 commented 4 years ago

No need for username when solo mining. extrapayload is a string that will show up in the chain when you find a block. IT's in the wallet under under 'miner payload', in the block explorer tab. Here is the solo mining guide : https://github.com/polyminer1/rhminer#mining-locallysolo

imrecsoka commented 4 years ago

Hi, i have gone through this guide but again it doesnt explain at all what the purpose of the name is . Is it just for ID purpose or is it required for Solo mining? If i use the nanominer there is no such thing , apart from wallet id which can be equal to 0 and then of course your loop back IP:port and thats it. So i am just trying to understand the actual usage or the need for this name.