Nanominer Versions Save

Nanominer is a versatile tool for mining cryptocurrencies on GPUs and CPUs.

v3.8.4

10 months ago

Fixed DAG-based algorithms on AMD RX 7600 (gfx1102):

  • ethash family (ETHW, ETC, Ubiq, Zilliqa, Callisto, etc);
  • progpow family (Raven, FIRO);
  • Octopus (Conflux).

v3.8.3

11 months ago
  • Improved Kaspa performance on RDNA3 GPUs up to 10%.
  • Added AMD RX 7600 (and others based on gfx1102) support.
  • Fixed VerusCoin mining protocol issue.

v3.8.2

11 months ago

Supported Verus coin mainnet changes.

v3.8.1

1 year ago

Fixed some issues related to quad mining.

v3.8.0

1 year ago
  • Finally there is a single build for all CUDA versions.
  • We added Kaspa. Nanominer suports dual, triple and quad mining:
    • Ethash + Kaspa (ETC, ETHW and other coins based on ethash algorithm);
    • Ergo + Kaspa;
    • Kaspa + Zilliqa;
    • Ethash + Kaspa + Zilliqa;
    • Ergo + Kaspa + Zilliqa;
    • Ethash + Kaspa + Zilliqa + Monero;
    • Ergo + Kaspa + Zilliqa + Monero;
    • Ethash + Kaspa + Zilliqa + Verus coin;
    • Ergo + Kaspa + Zilliqa + Verus coin;
  • Silent mode which allows to reduce log messages;

v3.7.7

1 year ago

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

v3.7.6

1 year ago
  • 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

v3.7.5

1 year ago

Added Intel Arc support for progpow including kawpow (Raven) and firopow (FIRO).

Intel Arc a380 progpow hashrate: 6.8 MH/s without OC.

v3.7.4

1 year ago
  • 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.

v3.7.3

1 year ago

Fixed bug in authorizing wallet + ID in some VerusCoin pools.