This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
Releases: felixbrucker/foxy-proxy
Releases · felixbrucker/foxy-proxy
Foxy-Proxy v1.35.0
Changelog:
- Add upstream config option
minerPassthrough
- Remove hpool upstream type
Foxy-Proxy v1.34.3
Changelog:
- Fix "SQLITE_BUSY" errors
- Update all the dependencies
Foxy-Proxy v1.34.2
Changelog:
- Favor configured weight over profitability based weight
Foxy-Proxy v1.34.1
Changelog:
- Fallback to regular foxy-pool connection if no coin set
Foxy-Proxy v1.34.0
Changelog:
- Add support for single connection foxy-pool upstreams which do not require an url to be configured
- Add support for node 12
- Use
x-forwarded-for
header as ip if present - Drop grpc support
- Update all the dependencies
Foxy-Proxy v1.33.0
Changelog:
- Allow setting distributionRatio via a config option for foxy-pools.
- Prevent an error when setting
submitProbability
greater or equal to 100% - Fix netDiff and EC for BHD.
Foxy-Proxy v1.32.0
Changelog:
- Drop hdpool support.
- Add support for HDD.
- Show the dynamic targetDL when using
submitProbability
in debug log. - Remove
Foxy-Proxy
prefix from miner name. - Auto remove trailing slash in foxypool url if detected.
- Fix LHD EC calculation.
- Fix BHD rate for profitability based switching.
- Fix dynamic TargetDL for LHD.
Foxy-Proxy v1.31.0
Changelog:
- Add support for LHD mining on hdpool.
- Fix "new" backwards incompatible mining api of hdpool.
Foxy-Proxy v1.30.0
Changelog:
Note: this release includes updated native modules, please install it manually
- Add config switch to toggle full/eco block rewards for profitability calculation.
- Add LHD to profitability calculation.
- Adapt profitability calculation to use new BHD block rewards.
- Show netDiff formatted in the cli.
- Fix wallet responses with big numbers.
Foxy-Proxy v1.29.2
Changelog:
- Fix submit probability capacity calculation.