Skip to content

v2.8.1

Compare
Choose a tag to compare
@xmrig xmrig released this 15 Oct 01:52
· 143 commits to master since this release
20d995a

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

Changes since v2.7.0-beta

  • #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.
  • #167 Fixed wrong hashrate in GET /1/threads endpoint.
  • #204 Fixed regression, periodical health reports was not shown.