After updating 2.5.5 I can not join any pool. I tried to join xch.spacefarmers.io but it says “can not fetch the pool address. Is it a pool?” Any idea whats going on. Any solution?
There is a known bug in the GUI. The workaround is to use the CLI.
From @scrutinous in discord support:
chia plotnft join -i (wallet id) -u https://pool.xchpool.org (or whatever pool you want to join) -m (fee in xch, such as 0.000001)
1 Like
Thank you for your help. I struggled to find what would be the wallet id. After some searching I learned that from cli the command “chia wallet show” will give the wallet id.
1 Like
That is correct, I should have added that.
You are specifically looking for the wallet id of the plotNFT. To get just that instead of all the wallet ids you could use:
chia wallet show -w pooling_wallet
3 Likes
This will be fixed in 2.5.6 and the fix is available to test in the 2.5.6 rc2 here:
1 Like