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

Releases: felixbrucker/foxy-proxy

Foxy-Proxy v1.35.0

15 Apr 21:17
Compare
Choose a tag to compare

Changelog:

  • Add upstream config option minerPassthrough
  • Remove hpool upstream type

Foxy-Proxy v1.34.3

15 Apr 19:18
Compare
Choose a tag to compare

Changelog:

  • Fix "SQLITE_BUSY" errors
  • Update all the dependencies

Foxy-Proxy v1.34.2

04 Apr 08:25
Compare
Choose a tag to compare

Changelog:

  • Favor configured weight over profitability based weight

Foxy-Proxy v1.34.1

03 Apr 16:06
Compare
Choose a tag to compare

Changelog:

  • Fallback to regular foxy-pool connection if no coin set

Foxy-Proxy v1.34.0

03 Apr 15:45
Compare
Choose a tag to compare

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

17 Oct 18:20
Compare
Choose a tag to compare

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

07 Oct 14:26
Compare
Choose a tag to compare

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

07 Sep 20:53
Compare
Choose a tag to compare

Changelog:

  • Add support for LHD mining on hdpool.
  • Fix "new" backwards incompatible mining api of hdpool.

Foxy-Proxy v1.30.0

05 Sep 17:16
Compare
Choose a tag to compare

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

23 Aug 23:32
Compare
Choose a tag to compare

Changelog:

  • Fix submit probability capacity calculation.