Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Releases: foxypool/foxy-miner

Foxy-Miner v2.7.0

18 Jun 19:02
8a38d76
Compare
Choose a tag to compare

Changelog:

  • Drop BHD as it transitions to CHIA plots.

Foxy-Miner v2.6.0

05 Feb 12:34
Compare
Choose a tag to compare

Changelog:

  • Update managed scavenger installs to 1.9.0
  • Fix multi managed miner bootstrapping

Foxy-Miner v2.5.0

05 Feb 10:39
Compare
Choose a tag to compare

Changelog:

  • Require at least node 14
  • Update dependencies
  • Remove bitmart and coinpaprika api

Foxy-Miner v2.4.1

27 Jul 08:29
Compare
Choose a tag to compare

Changelog:

  • Fix the shown DL and NetDiff values for SIGNA.

Foxy-Miner v2.4.0

18 Jul 07:39
Compare
Choose a tag to compare

Changelog:

  • Use SIGNA throughout instead of BURST
  • Drop HDD, LHD and XHD from the first run wizard

Foxy-Miner v2.3.0

23 Jun 16:12
Compare
Choose a tag to compare

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

02 Apr 15:06
Compare
Choose a tag to compare

Changelog:

  • Automatically fix all sorts of invalid and broken scavenger configs
  • Set useGpuMemMapping and useGpuAsyncCompute 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

11 Mar 18:03
Compare
Choose a tag to compare

Changelog:

  • Automatically fix invalid plotDirs and listenAddr config values

Foxy-Miner v2.0.1

09 Mar 18:09
Compare
Choose a tag to compare

Changelog:

  • Fix a bug that could cause the miner to crash on startup on certain systems

Foxy-Miner v2.0.0

06 Mar 22:32
906cff4
Compare
Choose a tag to compare

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