Releases: madMAx43v3r/mmx-binaries
There is no more releases here
With the new plot format for MMX, there is no longer any binary releases here. It's all open source in mmx-node
repository.
MMX Node v0.10.6 (with compressed plot support)
New in this version:
- New V2 Swap + GUI
- Improved Wallet GUI
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).
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).
MMX Node v0.10.3 (with compressed plot support)
New features in this version:
- Remote compute server, to offload compute from harvesters to another set of compute machines.
- Remote compute proxy, to distribute farming compute to multiple compute machines in a centralized manner.
To use the remote compute feature:
- Start
chia_recompute_server
on the machine that is doing the compute (available here: https://github.com/madMAx43v3r/chia-gigahorse/tree/master/chiapos/windows). export CHIAPOS_RECOMPUTE_HOST=...
on the harvester (replace...
with the IP address or host name of the compute machine)- On Windows you need to set
CHIAPOS_RECOMPUTE_HOST
variable via system settings. CHIAPOS_RECOMPUTE_HOST
can be a list of recompute servers, such asCHIAPOS_RECOMPUTE_HOST=192.168.0.11,192.168.0.12
. A non-standard port can be specified viaHOST:PORT
syntax, such aslocalhost:12345
. Multiple servers are load balanced in a fault tolerant way.CHIAPOS_RECOMPUTE_PORT
can be set to specify a custom default port forchia_recompute_server
(default = 11989).- See
chia_recompute_server --help
for available options.
To use the remote compute proxy:
- Start
chia_recompute_proxy -n B -n C ...
on a machineA
. (B
,C
, etc are runningchia_recompute_server
) - Set
CHIAPOS_RECOMPUTE_HOST
on your harvester(s) to machine A. chia_recompute_proxy
can be run on a central machine, or on each harvester itself, in which caseA = localhost
.- See
chia_recompute_proxy --help
for available options.
Same as the 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).
MMX Node v0.10.2 (with compressed plot support)
Same as the 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).
MMX Node v0.10.1 (with compressed plot support)
First MMX testnet10 release.
Same as the 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).
MMX Node v0.9.14 (with compressed plot support)
Same as the open source MMX node but with support for farming compressed plots. Regular plots are supported as well.
Note: This version supports farming with OpenCL.
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).
Note: This version fixes a GUI issue.
MMX Node v0.9.13 (with compressed plot support)
Same as the open source MMX node but with support for farming compressed plots. Regular plots are supported as well.
Note: This version supports farming with OpenCL.
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).
Note: This version fixes a GUI issue on new installs. Also the list of seed peers has been updated.
MMX Node v0.9.12 (with compressed plot support)
Same as the open source MMX node but with support for farming compressed plots. Regular plots are supported as well.
Note: This version supports farming with OpenCL.
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).
Note: This version fixes OpenCL multi-GPU farming.
MMX Node v0.9.11 (with compressed plot support)
Same as the open source MMX node but with support for farming compressed plots. Regular plots are supported as well.
Note: This version supports farming with OpenCL.
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).