Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.83k stars 2.02k forks source link

GUI Doesn't show all plots from all harvesters/farmers (1.2.0) #7260

Closed zuboje closed 3 years ago

zuboje commented 3 years ago

Current behavior

Running chia farm summary I receive this:

Last height farmed: 488128
Local Harvester
   1084 plots of size: 108.065 TiB
Remote Harvester for IP: x.x.x.x
   6377 plots of size: 631.152 TiB

GUI shows 6377

image

Expected behavior

GUI Should show all plots

Setup Farmer, Full Node: Windows 10 20H2, Chia 1.2.0 Harvester: Windows Server 2019, chia 1.2.0

Notes While I do understand that this feature is new it is fairly buggy, it takes a lot of time to show, it doesn't update when new plots are added. I know that harvester is working as expected because in "filter" I can see correct number, but total count is not working as expected. In addition to this in some instances to resolve it, you have to close GUI and re-open, but it doesn't work all the time

RyanWendel commented 3 years ago

I am having similar issues.

Setup Farmer, full node: Windows, Chia 1.2.0 Harvester, farmer Ubuntu 20.04.2 LTS, Chia 1.2.1.dev0 Harvester, farmer Ubuntu 20.04.2 LTS, Chia 1.2.1.dev0

The screenshot below shows that my GUI farmers plot count isn't synching up with the plots passed filter. It shows 1,849 plot count and 194.644TiB in space. Which is what it's said all day, but the plots passed filter is showing all the plots? I am not sure what is going on there.
image

My pool NFT is also not working or at least not working well. It doesn't show any of my plots that were created with the -c contract key. I have plots created on my main farmer using the chia plotters. All of my harvesters have created plots with the madmax plotters using the correct -c contract key image

The total plots and even total size on my main framer for local plots is wrong.
The expected results for my local farm should be around 200TiB and my total farm space should be closer to 330TiB.
image

On my harvester, chia farm summary is completely wrong, it doesn't even show total local plots.
image

On my other Ubuntu harvester it's the same story. image

All in all this update to 1.2.0 has been a disaster for my current setup.

ihola777 commented 3 years ago

a temporary solution is the refresh plots option on plots page

RyanWendel commented 3 years ago

a temporary solution is the refresh plots option on plots page

That also does nothing for my plots.

mbaric1 commented 3 years ago

See #7262 and Chia-Network/chia-blockchain-gui#487

hhenrry501 commented 3 years ago

same here. so frustrated. is it still farming tho? even if not showing all the plots

hhenrry501 commented 3 years ago

fresh button dont work

Sagittarius commented 3 years ago

try to change log level to DEBUG, it works for me

emlowe commented 3 years ago

Duplicate of #7223