Releases: nanopool/nanominer
nanominer v3.7.4
- Significantly improved Ethash performance in Intel Arc (up to 40%);
- Removed LHR unlocker for new Nvidia drivers.
Ethash Intel Arc performance:
Intel Arc a380: 10.2 MH/s -> 14.6 MH/s.
nanominer v3.7.3
Fixed bug in authorizing wallet + ID in some VerusCoin pools.
nanominer v3.7.2
- Fixed several ZIL issues.
- Changed default coin to ETC.
- Removed automatic switch from ETH to ETC.
- Added config for ETHW (Ethereum-Pow)
nanominer v3.7.1
We reworked automatic switch ETH -> ETC after Pos:
- Automatic switch to ETC is off by default.
- We added the option walletEtc to specify ETC wallet after switching.
To enable automatic switch add the following into the config:
switchToEtc = true
walletEtc = <ETC wallet>
nanominer v3.7.0
- Added Intel Arc support for ethash.
- Added automatic switch from ETH to ETC when ETH moves to PoS.
Intel Arc a380 ethash hashrate: 10.2 MH/s without OC.
Automatic switch is configured by switchToEtc
. In case of mining on exchange wallet or any another custodial wallet switchToEtc
should be false
.
To enable automatic switch add the following line into the config:
switchToEtc = true
To disable automatic switch add the following line into the config:
switchToEtc = false
The default value is true
.
nanominer v3.6.8
- Added Conflux (Octopus algorithm) for AMD RDNA GPUs (RX 5xxx and RX6xxx).
- Fixed nanominer crashes.
Approximate average performance (without OC):
RX 6800XT: 22.9 MH/s
RX 6700XT: 13.7 MH/s
RX 6600: 9 MH/s
RX 5700XT: 13.9 MH/s
nanominer v3.6.7
Fixed bug: nanominer does not require libcuda.so on AMD rigs anymore.
nanominer v3.6.6
- Fixed 90% LHR unlock for Nvidia 3080 12 Gb.
- Fixed high CPU usage with disabled hardware-accelerated GPU scheduling for ProgPow algorithms family (KawPow, FiroPow) on Nvidia GPUs.
- Hashrate is now displayed once per 30 seconds for all algorithms.
nanominer v3.6.5
90% LHR unlock for Nvidia RTX 3050 & 3080-12gb.
Recommended drivers: Linux: 510.x Windows: 512.x. Admin/root privileges are required to unlock.
90% LHR unlock does not work on 512.95 and 515.x at this moment.
nanominer v3.6.4
Improved LHR unlock stability on old drivers. Recommended drivers are still: Linux: 510.x Windows: 512.x. Admin/root privileges are required to unlock.
100% LHR unlock does not work on 512.9x and 515.x at this moment.