MMX Node v0.10.4 (with compressed plot support)
New in this version:
- Fixed remote compute not working on Windows
- Improved remote compute fault tolerance, requests now have a default timeout of 2 sec for connecting, and 5 sec for processing. In case of timeout another server is used instead. (however this is not yet applied to
chia_recompute_proxy
)
New variables to tune remote compute timeout parameters on harvesters:
CHIAPOS_RECOMPUTE_TIMEOUT
: timeout in milliseconds for processing a request (default = 5000)CHIAPOS_RECOMPUTE_CONNECT_TIMEOUT
: timeout in milliseconds for connecting to a server (default = 2000)CHIAPOS_RECOMPUTE_RETRY_INTERVAL
: interval in seconds how often to retry using a previously failed server (default = 100)
This release is the same as open source MMX node but with support for farming compressed plots. Regular plots are supported as well.
Note: Newer AMD GPUs starting with RX 6000 series do not work due to a driver bug, we have to wait for AMD to fix it. Vega series is known to still work when using an older driver with amdgpu-install --opencl=pal,legacy
. RX 5000 series is unknown at this point.
Note: See limit-gpu-usage on how to select an OpenCL platform if you have multiple (excluding Nvidia).