[BUG]All plots showing as "Not found plot" after upgrading to 1.1.1
See original GitHub issueDescribe the bug After upgrading from 1.0.5 to 1.1.1, all plots now show as “Not found plot”. I have verified that the correct key is being used, the files are accessible, have run a plot check etc but all are OK.
Within the log I see:
Plot /chia2/plot-k32-2021-04-17-21-40-7775b93ecb074d9abaeead0bb31506670b3b278df6d4afb89de5c8589e7fe14c.plot has a farmer public key that is not in the farmer's pk list.
When I run chia keys show
I see:
Farmer public key (m/12381/8444/0/0):: b0e9b66ed8d9b33ce8cff0453b6dc925f5ffa500d749da6d199380874ece99abbb75a322f9ba09a0e7c3cf4ec23aa7a2
When I run chia plots check
, the entry for this same plot shows:
Testing plot /chia2/plot-k32-2021-04-17-21-40-7775b93ecb074d9abaeead0bb31506670b3b278df6d4afb89de5c8589e7fe14c.plot k=32
Pool public key: 97e34e1004d7c291b12490c47c8ea3c106a6c4ff4d757c37fe118d3e0152c04c3f16c02843830a95d3fb5c580a29992d
Farmer public key: b0e9b66ed8d9b33ce8cff0453b6dc925f5ffa500d749da6d199380874ece99abbb75a322f9ba09a0e7c3cf4ec23aa7a2
Farmer public keys match across both both the check and the key, yet still the error is received in the log file indicating that the pk does not match.
I can still load these same plots on a Windows machine using the same key and they display correctly, the issue is only occurring on this instance.
- OS: Ubuntu 18.04
Additional context Install method was from here https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#ubuntudebian (ie not using the .deb file)
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (2 by maintainers)
Top GitHub Comments
For anyone else coming across this, shutting down the daemon and removing the
~/.chia
folder fixed this. Still appears to be an issue with why this happens in the first place given all the public keys match, but that may help.(Note you’ll have to resync from scratch when you remove that directory)
This issue was automatically closed because it has been flagged as stale and subsequently passed 7 days with no further activity.