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
339 stars 69 forks source link

https://pool.space/ #994

Closed dylansproule closed 2 months ago

dylansproule commented 2 months ago

Describe the bug When accessing my pool.space account I am now receiving: This account will not be receiving some or all of its rewards due to farming on at least one outdated Chia client, learn more

To Reproduce Access your connected pool.space account

System setup:

Setup: docker compose stop docker compose rm -f docker compose pull && docker compose up -d --force-recreate

guydavis commented 2 months ago

The most recent version of Machinaris is 2.4.1 from a month ago. It looks like you have an old image for some reason. The pull should get the latest, so I don't know why its not. Recommend you force the image deletion stop and rm -f before up.

dylansproule commented 2 months ago

That did the trick, thank you.