guydavis / machinaris

An easy-to-use WebUI for crypto plotting and farming. Offers Bladebit, Gigahorse, MadMax, Chiadog and Plotman in a Docker container. Supports Chia, MMX, Chives, Flax, and HDDCoin among others.
Apache License 2.0
340 stars 69 forks source link

No plots showing in webUI after starting fresh with docker-compose.yml #367

Closed dylansproule closed 3 years ago

dylansproule commented 3 years ago

@guydavis Currently after the full node and wallet have synced, I've ran Plotting > Start Plotting which says "Plotman started successfully" - however no plots show in the webUI.

I am able to plot on the command line using $ plotman plot

After running this the webUI shows "running" under Plotting but no entries are in the table.

When "View Plotting Logs" is clicked a prompt with "No log file found!" shows however from the command line i can get them from: $ plotman logs #id

Displaying the plots from the command line also works. $ plotman status

The plots are showing up on the summary page but there are "No recent challenges found in Chia's log on your farmers".

Has this happened to anyone after using the latest version?

Thanks.

dylansproule commented 3 years ago

Chia™ 1.2.0 Chiadog 0.6.0 Machinaris 0.5.0 Madmax 7bba49d Plotman 0.5

guydavis commented 3 years ago

Chia™ 1.2.0 Chiadog 0.6.0 Machinaris 0.5.0 Madmax 7bba49d Plotman 0.5

Good day! Please ensure you have updated to the latest release of Machinaris v0.6.1.

docker-compose pull
docker-compose up -d --force-recreate

Your comment indicates you are running v0.5.0, originally released on Jul 09, 2021.

image

Please follow the upgrade guide.

dylansproule commented 3 years ago

Thanks, that worked, I must have used docker-compose just before the latest was pushed.

Closing.