Releases: nanopool/nanominer
nanominer v3.7.7
Nanominer 3.7.7 is out!
- We added RDNA3 support.
AMD Radeon 7900XTX:
- Autolykos (Ergo): 195 MH/s
- Ethash: 101 MH/s
- Octopus (Conflux): 40 MH/s
- Progpow family (Raven, FIRO): 41 MH/s
nanominer v3.7.6
- Added EVR coin.
- Fixed password vulnerability: we do not show config via API now in case of webPassword is set.
- Added support new name for AMD Radeon RX 550 in modern drivers.
Config example for EVR coin:
[Evrprogpow]
coin = evr
wallet = eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98
pool1 = stratum-eu.rplant.xyz:17073
Config example for dual EVR+ZIL:
[Evrprogpow]
wallet = eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98
pool1 = stratum-eu.rplant.xyz:17073
[zil]
wallet = zil1rpxnv479xy9c2jlgry3wy3869rnt4rjvjwjtuv
zilEpoch = 0 ; number of DAG epoch for caching
pool1 = eu.ezil.me:4444
Config example for triple EVR+ZIL+XMR:
[Evrprogpow]
wallet = eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98
pool1 = stratum-eu.rplant.xyz:17073
[zil]
wallet = zil1rpxnv479xy9c2jlgry3wy3869rnt4rjvjwjtuv
zilEpoch = 0 ; number of DAG epoch for caching
pool1 = eu.ezil.me:4444
pool2 = us-east.ezil.me:4444
[RandomX]
coin = xmr
wallet = 46TgqBPmxFYiEhWfwGMRWWaqyrardCVB2JtZCKyAmatGeuPWMsNAJmFU3cCiTSn16XT2nw5XMXcJVidVxR46F3i57N5K7NN
Config example for triple EVR+ZIL+Verus coin:
[Evrprogpow]
wallet = eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98
pool1 = stratum-eu.rplant.xyz:17073
[zil]
wallet = zil1rpxnv479xy9c2jlgry3wy3869rnt4rjvjwjtuv
zilEpoch = 0 ; number of DAG epoch for caching
pool1 = eu.ezil.me:4444
pool2 = us-east.ezil.me:4444
[verushash]
wallet = REoPcdGXthL5yeTCrJtrQv5xhYTknbFbec
coin = VRSC
rigName = speed_test
rigPassword=X
pool1=na.luckpool.net:3956
Command line example for EVR:
nanominer.exe -coin evr -wallet eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98 -pool1 stratum-eu.rplant.xyz:17073
./nanominer -coin evr -wallet eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98 -pool1 stratum-eu.rplant.xyz:17073
Command line example for EVR+ZIL:
nanominer -algo Evrprogpow -wallet eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98 -pool1 stratum-eu.rplant.xyz:17073 -algo zil -wallet zil1rpxnv479xy9c2jlgry3wy3869rnt4rjvjwjtuv -zilEpoch 0 -pool1 eu.ezil.me:4444
Command line example for triple EVR+ZIL+XMR:
nanominer -algo Evrprogpow -wallet eHNUGzw8ZG9PGC8gKtnneyMaQXQTtAUm98 -pool1 stratum-eu.rplant.xyz:17073 -algo zil -wallet zil1rpxnv479xy9c2jlgry3wy3869rnt4rjvjwjtuv -zilEpoch 0 -pool1 eu.ezil.me:4444 -algo RandomX -coin xmr -wallet 46TgqBPmxFYiEhWfwGMRWWaqyrardCVB2JtZCKyAmatGeuPWMsNAJmFU3cCiTSn16XT2nw5XMXcJVidVxR46F3i57N5K7NN
nanominer v3.7.5
Added Intel Arc support for progpow including kawpow (Raven) and firopow (FIRO).
Intel Arc a380 progpow hashrate: 6.8 MH/s without OC.
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.