Releases: nanopool/nanominer
nanominer v1.13.1
Significantly improved performance of octopus (Conflux) algorithm on Nvidia: +96% up to 4.5 MH/s on stock p106, +139% up to 22.7 MH/s on stock 2060.
Nvidia 30xx GPUs will be supported soon.
*Update: Added missed nvrtc64_111_0.dll
in windows package. RavenCoin mining may be broken on windows in this release.
nanominer v1.13.0
Added support for Conflux Network's Octopus algorithm on Nvidia GPUs:
2.3 MH/s on stock 1060, p106
6.5 MH/s on stock 1080 ti
Dev fee is only 2% for Octopus.
Both pool mining and solo mining with node are supported.
Example of config file for pool mining:
wallet = 0x1bebf6e224586a4ce22e50faee656176ad155bb9
coin = CFX
rigName = rig1
pool1 = cfx.666pool.cn:6655
pool2 = cfx.f2pool.com:6800
Example of config file for solo minig:
[octopus]
; Wallet is setup in node for solo mining, it does not matter here.
wallet=0
pool1=192.168.0.123:32525
nanominer v1.12.0
First known GPU miner to support upcoming Ethereum Classic's EtcHash algorithm.
Switching ETC mining from Ethash to EtcHash is hardcoded on epoch 390 (current ETC epoch is 383).
No special changes in config is necessary, minimal config for ETC is the following:
wallet = 0x9eab4b0fc468a7f5d46228bf5a76cb52370d068d
coin = ETC
Mining on Mordor ETC EtcHash testnet is possible too with the config like this:
[etchash]
; Wallet is set up in node, it doesn't matter what you write here.
wallet=0
; IP and port of your Mordor node.
pool1=127.0.0.1:8545
coin=mordor
nanominer v1.11.0
- Removed dev fee for RandomHash2 (Pascal coin) algorithm. Mining Pascal is now free.
- Added
countDevShares
config file option to control if dev reward shares are reflected in miner statistics or not.
nanominer v1.10.1
Nvidia KawPoW (Ravencoin) improvements: better hashrate, less memory consumption.
nanominer v1.10.0
Added KawPoW (Ravencoin) algorithm support for Nvidia. Main features:
- It can work without additional CUDA libraries installed, Nvidia driver is sufficient.
- Includes several know-how memory optimizations for longer mining on a 3 GB Nvidia cards.
nanominer v1.9.6
XMR mining: Fixed miner termination in case there are no jobs for 10 minutes.
nanominer v1.9.5
Fixed 4 GB Ethash DAG problem for AMD GPUs. Extended 4 GB cards life on Ethereum and Ethereum Classic.
To benchmark nanominer working with specific Ethash DAG epoch please use epoch
config option. Example for testing nanominer on epoch 800 (7423 MB DAG size):
[ethash]
wallet=0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5
epoch=800
nanominer v1.9.4
- Fixed setting up email for Ravencoin.
- Added
useSSL
option for disabling SSL connections. - Fixed incompatibility issue with some Ethereum pools introduced in version 1.9.0.
nanominer v1.9.3
KawPow (Ravencoin):
- Performance improved on AMD Navi GPUs, +16% on stock RX 5700 XT and +14% on stock RX 5700.
- Average performance was slightly improved for pre-Navi AMD GPUs.
- Fixed build issue with GCN1 GPUs (Tahiti).