-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many duplicate minig requests on own node solo mining #3813
Comments
I have the same issue cant seem to solve it |
It disappeared for me after increasing the poolDifficulty to something more reasonable than the default. |
@hofnars how much did you increase it to? and what was the command you used for that? I don't find this documented anywhere. |
ironfish config:set poolDifficulty "150000000000" You can change any parameter in your config with that. I just added a 0 to the default setting to get to the # above. Figured the miner was flooding the pool with requests based on the amount of shares. |
Yes after a little research i found that was the problem. Still can't see the miners hash into the pool so i give it up |
@hofnars I now set my poolDifficulty to 150 GH as you mentioned and don't see any duplicate mining request message anymore. TeamRedMiner reports the shares as being submitted as you can see below:
But I never see any messages about the share being accepted. Is this normal? |
Same problem here. |
Same problem here! |
I have the exact same issue on my node. Duplicate mining requests, No pending shares or hashrate in "miners:pools:status" no indication of shares being accepted in the miner. Doesn't seem to effect all miners. miners that weren't effected (and also had the lowest hashrates) bzminer, srbminer. This issue was present in TeamRed miner and lolminer |
I could be wrong, but I believe the issue here is that the built-in Ironfish mining pool doesn't support stratum v2 which is what the current miners and pools are using as some of the miners complain about errors such as Rigel. |
wath is the deafult diff? |
can you fix it? |
same here! anyone got it work? |
what is deafult diff? ty |
Thanks! This was the problem for me. In my hiveos flightsheet (or whatever your client is), I changed my url from ip_address_of_pool:port_of_pool to stratum+tcp://ip_address_of_pool:port_of_pool. I'm assuming hiveos is defaulting to stratum v2 and is trying to connect to stratum2+tcp:// instead of stratum+tcp:// when the stratum protocol isn't explicitly supplied. EDIT: To be clear, increasing the difficulty got rid of the duplicate warnings. Prepending stratum+tcp:// before the pool url in my miner allowed me to mine to my solo pool. |
What happened?
I just installed my own v1.0.0 ironfish node on Linux to mine in solo on the main net with a test rig of 2 AMD 6500XT GPUs using TeamRedMiner v0.10.10 and noticed that my ironfish mining pool shows quite a lot of submitted duplicate mining requests. The TeamRedMiner itself on the mining rig does not show any issues and only has accepted shares so far.
Could this be a bug in the ironfish mining pool code?
Version
v1.0.0
Debug output
Relevant log output
Graffiti
No response
The text was updated successfully, but these errors were encountered: