Skip to content

v2.8.3

Compare
Choose a tag to compare
@xmrig xmrig released this 19 Oct 03:57
· 134 commits to master since this release
1a3bc96

Notes

  • All GPUs before Pascal (GeForce 10 series) required special configuration for cryptonight/2, recommendation use blocks count: 8 * SMX and threads 8 (or other values). Autoconfig will not handle it.
  • Stay tuned about updates, follow me on twitter https://twitter.com/xmrig_dev

v2.8.3

  • #197 Fixed wrong default value for option sync_mode.
  • #813 Fixed critical bug with Minergate pool and variant 2.

v2.8.1

  • #167 Fixed wrong hashrate in GET /1/threads endpoint.
  • #204 Fixed regression, periodical health reports was not shown since v2.7.0-beta.

v2.8.0

  • #753 Added new algorithm CryptoNight variant 2 for Monero fork, thanks @SChernykh.
  • #758 Added SSL/TLS support for secure connections to pools.
    • Added per pool options "tls" and "tls-fingerprint" and command line equivalents.
  • #245 Fixed API ID collision when run multiple miners on same machine.
  • #757 Fixed send buffer overflow.
  • #777 Better report about pool connection issues.