Skip to content

Releases: xmrig/xmrig-proxy

v2.10.0

23 Jan 13:11
Compare
Choose a tag to compare

Notes

v2.10.0

  • #904 Added new algorithm cn-pico/trtl (aliases cryptonight-turtle, cn-trtl) for upcoming TurtleCoin (TRTL) fork.

v2.9.4

19 Jan 17:25
Compare
Choose a tag to compare

Notes

v2.9.4

  • #913 Fixed Masari (MSR) support (this update required for upcoming fork).

v2.9.1

v2.9.0

  • #275 Added SSL/TLS support for incoming connections.
  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #271 Fixed broken pool options cascading (mixed configuration).
  • Added memory and load_average information to API.

v2.9.1

15 Jan 20:59
Compare
Choose a tag to compare

Notes

v2.9.1

v2.9.0

  • #275 Added SSL/TLS support for incoming connections.
  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #271 Fixed broken pool options cascading (mixed configuration).
  • Added memory and load_average information to API.

v2.9.0

15 Jan 17:20
Compare
Choose a tag to compare
v2.9.0 Pre-release
Pre-release

Notes

v2.9.0

  • #275 Added SSL/TLS support for incoming connections.
  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #271 Fixed broken pool options cascading (mixed configuration).
  • Added memory and load_average information to API.

v2.8.1

08 Oct 23:29
b08dd99
Compare
Choose a tag to compare

Notes

Changes since v2.6.5

  • #753 Added new algorithm CryptoNight variant 2 for Monero fork, thanks @SChernykh.
  • #251 Added extended workers support.
  • #758 Added SSL/TLS support for secure outgoing connections to pools.
    • Added per pool options "tls" and "tls-fingerprint" and command line equivalents.
  • #757 Fixed send buffer overflow.
  • #258 Force NDEBUG for release builds.
  • #108 Fixed possible crash in simple mode when heavy load.
  • #777 Better report about pool connection issues.
  • Fixed error when handle malformed result from miner (divide to zero).
  • Fixed malformed login reply.

v2.8.0-rc

01 Oct 10:11
473e2b6
Compare
Choose a tag to compare
v2.8.0-rc Pre-release
Pre-release

Changes

  • #753 Added new algorithm CryptoNight variant 2 for Monero fork, thanks @SChernykh.
  • #251 Added extended workers support.
  • #758 Added SSL/TLS support for secure outgoing connections to pools.
    • Added per pool options "tls" and "tls-fingerprint" and command line equivalents.
  • #757 Fixed send buffer overflow.

v2.6.5

05 Aug 15:28
47879f5
Compare
Choose a tag to compare

Changes

  • #245 Fixed API ID collision when run multiple proxies on same machine.
    • Added command line option --api-id and equivalent option for config file.
  • Added algo field to API GET /1/summary endpoint.

v2.6.4

07 Jul 05:54
fa47f64
Compare
Choose a tag to compare

Changes

  • #238 cryptonight-lite/ipbc replaced to cryptonight-heavy/tube.
  • Added cryptonight/xao and cryptonight/rto for future use.

⚠️ Your miner should support new algorithms too, proxy can't convert one algorithm to another in any way.

v2.6.3

13 Jun 14:33
a28d8d7
Compare
Choose a tag to compare

Changes

  • Added support for new cryptonight-heavy variant xhv (cn-heavy/xhv) for upcoming Haven Protocol fork.
  • Added support for new cryptonight variant msr (cn/msr) also known as cryptonight-fast for upcoming Masari fork.
  • Changed behavior for automatic variant to allow pool override algorithm.
  • Fixed --api-ipv6 option.
  • #629 Fixed file logging with non-seekable files.
  • #672 Reverted back cryptonight-light and exit if no valid algorithm specified.

v2.6.2

10 May 01:54
914b3b0
Compare
Choose a tag to compare

Changes

  • #197 Fixed compatibility with xmr-stak rig_id option, xmr-stak sent empty rig id if user not specify it.
  • #199 Fixed various bugs in donation subsystem.