Skip to content

Releases: nanopool/nanominer

nanominer v3.2.1

10 Feb 12:27
2b4abcf
Compare
Choose a tag to compare
  • Autolykos performance improvements for AMD, 1-5% depending on GPU.
  • Updated AMD devices detection code for windows.

nanominer v3.2.0

05 Feb 17:52
2b4abcf
Compare
Choose a tag to compare

Added Autolykos algorithm support for Ergo coin. Fee is 5%. Needs at least 3 GB GPU. Hashrates on stock settings:

  • Nvidia 3070: 143 MH/s
  • Nvidia 3060 ti: 142 MH/s
  • Nvidia 1060: 33 MH/s
  • AMD RX 5700: 81 MH/s
  • AMD RX Vega 64: 80 MH/s
  • AMD RX 580: 42 MH/s

Pool hashrate can be slightly less on not so powerful GPUs due to data generation on every block.
Example of a simplest config.ini file for mining Ergo on Nanopool:

coin=ergo
wallet=9he6BZYMN8FMKxYKsqPvQJ6fbNar4bWuhJsR9JJt4x9Z6fiqSo1

Also fixed issue with disabling web interface by setting webPort option to zero.

nanominer v3.1.5

11 Jan 14:31
3d16504
Compare
Choose a tag to compare
  • Updated AMD Navi GPU Ethash kernels, new performance tuning applied.
  • AMD Radeon VII and Navi GPUs now have temperature, power and fan reported on Windows too.

nanominer v3.1.4

10 Dec 12:41
3d16504
Compare
Choose a tag to compare
  • Fixed detecting 0 Nvidia devices in case NVML fails with latest Nvidia driver (issue #117).
  • Fixed stability issue with AMD RX 5700 mining Ethash in Linux (issue #64).

nanominer v3.1.3

04 Dec 14:42
3d16504
Compare
Choose a tag to compare

Performance improvements for Octopus and Ethash algorithms on Nvidia GPUs.

Ethash improvements: +1.7% on Turing (16xx, 20xx), +0.5% on Ampere (30xx).

Octopus improvements: +4% on Turing (16xx, 20xx), +2% on Ampere (30xx).

nanominer v3.1.2

27 Nov 12:07
3d16504
Compare
Choose a tag to compare
  • Octopus algorithm (Conflux) performance improvements for Nvidia GPUs:
    • +1% performance improvement on Pascal arch (10xx);
    • +10% performance improvement on Turing arch (16xx, 20xx);
    • +1.5% performance improvement on Ampere arch (30xx).
  • Nicehash support was added for Octopus algorithm.

nanominer v3.1.1

20 Nov 16:38
3d16504
Compare
Choose a tag to compare

Some bugfixes:

  • Fixed running VerusHash on Windows.
  • Smarter auto update feature behaviour. It now downloads regular package if updating regular package and downloads cuda11 package if updating cuda11 package. Use autoUpdate option to enable auto update feature.

nanominer v3.1.0

20 Nov 10:29
3d16504
Compare
Choose a tag to compare
  • Performance improvements of Octopus algorithm (Conflux) on Nvidia GPUs, approximately
    • +4% on 10xx series,
    • +18% on 16xx and 20xx series,
    • +24% on 30xx series.
  • Added initial support for new AMD RX 6800, 6800 XT and 6900 XT GPUs on Ethash and KawPoW algorithms.
  • Added Verushash algorithm for VerusCoin support on CPUs with PCLMUL, AES and AVX hardware instructions supported.

nanominer v3.0.1

19 Nov 06:51
7dee9e2
Compare
Choose a tag to compare
  • Use Nanopool's Conflux pools by default. Minimum config.ini file for Conflux mining on Nanopool now looks like this:
wallet = 0x1fffffffffffffffffffffffffffffffffffffff
coin = CFX
  • Added dagSer option to serialize DAG generation on Octopus, Ethash and KawPoW algorithms. This is a workaround for some hardware specific issues, disabled by default.

nanominer v3.0.0

16 Nov 14:06
c4813fe
Compare
Choose a tag to compare
  • Added support for Nvidia 30xx series of GPUs, use cuda11 version of package for them.
    Octopus (Conflux) performance is 38 MH/s on stock 3070.
    Ethash and KawPoW algorithms are now supported too on Nvidia 30xx.
  • 8% performance increase on Nvidia 10xx series GPUs on Octopus algorithm.