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

Windows Chia client ver 1.2.0: #7242

Closed Hawstly closed 3 years ago

Hawstly commented 3 years ago

On the Farm Tab:

Plot count tile not updating to reflect actual plot count. Seems like the function that updates that tile is not triggering.

In the below tile labeled Last Attempted Proof tile; Plots Passed Filter count (1/1501) is correct of actual count.

gotovac commented 3 years ago

I'm having the same issue using the Madmax plotter (v0.1.1 on Windows) and the Chia GUI client v1.20 to make portable plots for a pool. After plotting successfully via Madmax and copying to my final directory that is listed in my config.yaml file, the only way to get the GUI to show the correct number of plots is to manually refresh using the Refresh plots button under the Plots tab. Even after using the command chia farm summary it shows an incorrect amount of plots.

I think it's also worth mentioning that this was not the case when I was using the beta version of the Chia client (v.1.1.795) as then the GUI would show the correct amount of plots farming and would automatically refresh it as Madmax copied the plots to my final farming directory.

emlowe commented 3 years ago

Duplicate of #7223