This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
Releases: foxypool/foxy-gh-farmer
Releases · foxypool/foxy-gh-farmer
Foxy-GH-Farmer v1.10.0
Added
- Migrate the pool url in existing configs.
Changed
- Update the pool url to use when joining the pool.
Foxy-GH-Farmer v1.9.0
Added
- Add
--fee
option tojoin-pool
command.
Foxy-GH-Farmer v1.8.0
Added
- Show connection infos in
summary
command. - Show gigahorse download progress.
Changed
- Update gigahorse to 2.1.3.giga26.
Foxy-GH-Farmer v1.7.2
Changed
- Update gigahorse to 2.1.1.giga25.
Foxy-GH-Farmer v1.7.1
Changed
- Update gigahorse to 2.1.1.giga24.
Foxy-GH-Farmer v1.7.0
Added
- Add new
init
command to ensure configurations and the gigahorse binary are available without running the farmer. - Add support for
--version
argument to print the version and exit. - Add support for the pool to show the Foxy-GH-Farmer version.
Foxy-GH-Farmer v1.6.1
Changed
- Show a more helpful error message when the
foxy-gh-farmer.yaml
is not formatted correctly and can not be parsed.
Fixed
- Fix a crash when the daemon startup takes a long time.
- Fix harvester not connecting to the farmer on new installs.
Foxy-GH-Farmer v1.6.0
Added
- Add plot refresh batch options
plot_refresh_batch_size
andplot_refresh_batch_sleep_ms
. - Add port override config options and
--root-path
command line argument to allow running multiple Foxy-GH-Farmer instances.
Fixed
- Fix crash on startup when using the binary and no
farmer_reward_address
and/orpool_payout_address
are set. - Fix parsing of multiline syslog messages.
Foxy-GH-Farmer v1.5.0
Added
- Add sentry error reporting.
- Print harvester id on startup for easy identification same as Foxy-Farmer.
- Add
plot_nfts
config option to easily deploy new Foxy-GH-Farmers for already joined PlotNFTs.
Changed
- Update gigahorse to 2.1.1.giga23.
Fixed
- Fix the daemon not shutting down when exiting on keyring unlock with a newly started daemon.
Foxy-GH-Farmer v1.4.2
Fixed
- Prevent deadlock when joining many PlotNFTs to the pool.