This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Releases: foxypool/foxy-miner
Releases · foxypool/foxy-miner
Foxy-Miner v2.7.0
Changelog:
- Drop BHD as it transitions to CHIA plots.
Foxy-Miner v2.6.0
Changelog:
- Update managed scavenger installs to 1.9.0
- Fix multi managed miner bootstrapping
Foxy-Miner v2.5.0
Changelog:
- Require at least node 14
- Update dependencies
- Remove bitmart and coinpaprika api
Foxy-Miner v2.4.1
Changelog:
- Fix the shown DL and NetDiff values for SIGNA.
Foxy-Miner v2.4.0
Changelog:
- Use SIGNA throughout instead of BURST
- Drop HDD, LHD and XHD from the first run wizard
Foxy-Miner v2.3.0
Changelog:
- Update socket.io to v4 and enforce websocket transports
- Add config option
allowLongPolling
to allow the use of long polling as socket.io transport - Fix missing config validation for
minerBinPath
in unmanaged mode
Foxy-Miner v2.2.0
Changelog:
- Automatically fix all sorts of invalid and broken scavenger configs
- Set
useGpuMemMapping
anduseGpuAsyncCompute
based on the detected gpu - The native module is now included in the binary, no more extra files
- Fix invalid log message when loading the config from a custom location
Foxy-Miner v2.1.0
Changelog:
- Automatically fix invalid
plotDirs
andlistenAddr
config values
Foxy-Miner v2.0.1
Changelog:
- Fix a bug that could cause the miner to crash on startup on certain systems
Foxy-Miner v2.0.0
Changelog:
- Foxy-Miner will now manage scavenger binaries and configs itself, all config is done through the Foxy-Miner config. This applies to new configs created by the first run wizard only. Existing configs will continue to function and are not migrated
- The Foxy-Miner config file is now stored in the home directory of the user, eg:
C:\Users\<User>\.config\foxy-miner\foxy-miner.yaml
. If this file does not exist Foxy-Miner will search for the config file in the current directory - Auto-detect plot files in first run wizard
- Auto-detect GPU availability in first run wizard and adjust
gpuWorkers
based on found plot files and max memory of the GPU - Auto-detect CPU cores and set
cpuWorkers
based on found plot files and max cores of the CPU when no GPU is found - Bundle the required native module for gpu detection with the release binary in a versioned release zip archive instead of plain binaries
- Add support for logging to file via a
logToFile
option - Fix miner scan progress output glitches