-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Bug] chia plotnft get_login_link generates wrong URL when farming to multiple pools #17768
Comments
Hey adam, must be here somewhere. Not sure why the URL is not being correctly assigned. https://github.com/Chia-Network/chia-blockchain/blame/main/chia/farmer/farmer.py#L722 |
@whosrdaddy in your In your case, I would expect this list to have two items, each representing a pool. Each pool has a few fields, such as:
Do your pools appear to have the correct |
Could you save a copy of your current config.yaml, and then delete it and resync your wallet? That will repopulate config.yaml and we can see if the old one was somehow corrupted/different. |
Hey @aqk take note that with the new config you might need to repopulate a few other things also:
|
If got the same problem with exactly the same pools. Deleting the config, repopulate and forced wallet sync doesn't help. I'm using three or more windows machines to plot or farm or just be an backup and the pool url is changed not everytime on all machines to the same wrong pool url. On one machine all pools are changed to space on the other to spacefarmers. It depends on the pool, which is in the config.yaml the last pool in the list, i think. Edith: No it does not depend on the last pool in the list. version chia 2.3.1 |
Toebbe: URL issues that are 2.3.0+ are likely caused by a regression we are fixing for 2.4.3. This has to do with multiple plotnfts that belong to the same key. The URLs are being blanket updated. BUT the original issue was with 2.1.4 which would not have been affected by this regression. So it sounds like there is still an underlying issue here. Unfortunately its been masked by a later regression in the same code base. We are still looking for the OP's issue. |
thanks for the news, wjblanke Ok, I'll wait for the next version and will test again. have a nice day |
We should have a 2.4.3 rc 1 out soon with a fix for your issue Toebbe. It may fix the original OP issue but that predates Toebbe's regression. |
What happened?
I farm currently to 2 different pools, first wallet ID is connected to spacepool , second wallet ID is connected to spacefarmers .
When I execute chia plotnft get_login_link -l I get the correct link for spacefarmers, when I do the same for the first wallet (spacepool) I get an url for spacefarmers, not spacepool, it seems like it always generates the URL for the highest wallet ID, which is in my case spacefarmers. My workaround is to correct the wrongly generated url with the correct url but this is a bit annoying.
Second problem is that the link is not correct (observe the second / after https://xch.spacefarmers.io/
Version
2.1.4
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
The text was updated successfully, but these errors were encountered: