Skip to content

Releases: nanopool/nanominer

nanominer v3.8.6

27 Nov 10:07
f86ab0f
Compare
Choose a tag to compare

Added EthashB3 (RTH) support. Performance is the same as Ethash.

nanominer v3.8.5

16 Aug 15:53
2585cf7
Compare
Choose a tag to compare
  • Fixed Conflux hashrate calculation on AMD RDNA GPUs;
  • Improved Conflux real performance on AMD RDNA GPUs up to 20%;
  • Imroved performance of VertCoin datafile creation up to 1000%.
  • Default Zilliqa epoch is now 1 (but still can be set up in config file).

nanominer v3.8.4

03 Jul 21:49
2585cf7
Compare
Choose a tag to compare

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

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

nanominer v3.8.3

09 Jun 12:01
2585cf7
Compare
Choose a tag to compare
  • Improved Kaspa performance on RDNA3 GPUs up to 10%.
  • Added AMD RX 7600 (and others based on gfx1102) support.
  • Fixed VerusCoin mining protocol issue.

nanominer v3.8.2

02 Jun 14:39
202e954
Compare
Choose a tag to compare

Supported Verus coin mainnet changes.

nanominer v3.8.1

15 May 09:57
f6c332f
Compare
Choose a tag to compare

Fixed some issues related to quad mining.

nanominer v3.8.0

12 May 00:28
f6c332f
Compare
Choose a tag to compare
  • 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;

nanominer v3.7.7

02 Mar 09:52
30d9b8f
Compare
Choose a tag to compare

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

02 Dec 15:37
30d9b8f
Compare
Choose a tag to compare
  • 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

11 Nov 18:08
370d4ca
Compare
Choose a tag to compare

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

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