Releases: nanopool/nanominer
Releases · nanopool/nanominer
nanominer v3.2.1
- Autolykos performance improvements for AMD, 1-5% depending on GPU.
- Updated AMD devices detection code for windows.
nanominer v3.2.0
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
- 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
nanominer v3.1.3
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
- 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
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 updatingcuda11
package. UseautoUpdate
option to enable auto update feature.
nanominer v3.1.0
- 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
- 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
- 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.