Skip to content

Releases: nanopool/nanominer

nanominer v1.1.0

06 Mar 15:08
1eae250
Compare
Choose a tag to compare
  • Added support for CryptoNightR algorithm on Nvidia for upcoming Monero PoW hardfork. Up to 17% faster than best competive CryptoNightR Nvidia miners currently available with only 1% devfee.
  • Miner can now auto-detect Monero coin and algorithm so no need to reconfigure miner after PoW hardfork on March 9th.
  • Added web-interface for easy rigs monitoring and remote setup. Runs on 9090 port by default, see http://127.0.0.1:9090
  • Added checkForUpdates (enabled by default) and autoUpdate (disabled by default) for checking and installing newest nanominer version on miner start.
  • Added options coreClocks, memClocks for overclocking. Only Nvidia cards on Windows are supported for now.
  • RandomHash devfee for CPU-only case was reduced from 5% downto 3%.
  • About 5% performance improvents for RandomHash on some CPUs.

nanominer v1.0.7

13 Feb 16:34
8bc108e
Compare
Choose a tag to compare

Fixed AMD devices detection on some Windows systems with recent AMD drivers.

File Checksum (SHA256)
nanominer-windows-1.0.7.zip 3471d214d54569fbc54ef2a9d2277aee169b7daf0394fca43646609d041712e8
nanominer-linux-1.0.7.tar.gz d3d34f8cf7c33b231d1ca39cbff6b2830698a69f4eabff5632f8a87260f3e829
nanominer-1.0.7.tar.gz (HiveOS) f26a9c96483f0ee0118b1fbdb8005d0a211690358172d5b29acd54c2e6e422d6

Custom miner package for HiveOS: https://github.com/nanopool/nanominer/releases/download/v1.0.7/nanominer-1.0.7.tar.gz

nanominer v1.0.6

23 Jan 11:19
ccaeb2f
Compare
Choose a tag to compare
  • Fixed small memory leak on Nvidia DAG change.
  • Some additional Ethash 3GB Nvidia cards optimizations - it is now possible to mine Ethereum on Windows 10 with half hashrate on full speed x16 PCI-e.

Custom miner package for HiveOS: https://github.com/nanopool/nanominer/releases/download/v1.0.6/nanominer-1.0.6.tar.gz

Update: some users have troubles mining Ethereum with nanominer on Windows 7 and Windows 8. If you see "Display driver stopped responding and has recovered" messages and miner restarts with "unknown error" in log please increase Windows Timeout Detection and Recovery (TDR) delay from default value of two seconds to at least 20 seconds. You can make it running attached set_tdr_delay_20.reg file and reboot.

nanominer v1.0.5

11 Jan 16:35
ccaeb2f
Compare
Choose a tag to compare

Fixed 1.0.4 issue with missing library dependency for systems without Nvidia GPU driver installed.

Custom miner package for HiveOS: https://github.com/nanopool/nanominer/releases/download/v1.0.5/nanominer-1.0.5.tar.gz

nanominer v1.0.4

11 Jan 13:45
ccaeb2f
Compare
Choose a tag to compare
  • Extended Ethash support on Nvidia 3 GB cards. We are now the only one known miner that can support epochs 241 and 242 (best on Linux) with full speed. Next epochs will work too but performance degradation is possible. To make performance better you can try using full-speed PCI-e connections for 3 GB devices.
  • Fixed some issues with miner reconnection to pools.
  • Fixed floating bug with enormous reported hashrate on AMD Ethash.

Custom miner package for HiveOS: https://github.com/nanopool/nanominer/releases/download/v1.0.4/nanominer-1.0.4.tar.gz

nanominer v1.0.3

29 Dec 11:56
ccaeb2f
Compare
Choose a tag to compare

nanominer v1.0.2

28 Dec 10:12
2372e64
Compare
Choose a tag to compare
  • DAG generation time decreased for epochs 235-240 on 3GB GPUs from 4-20 minutes down to about ten seconds. We have best DAG generation time on Nvidia compared to other Ethash miners.
  • Improved CryptoNight v8 performance on Kepler and Maxwell archs. We are now 10%-38% better on those archs than tuned XMR-stak. Tested on GTX 970 and GTX750ti.

nanominer v1.0.1

26 Dec 16:10
364bddd
Compare
Choose a tag to compare

Improved 3GB Nvidia GPUs support!
Ethash epochs till 241 are supported now on 3 GB GPUs systems which have at least 3017 MB free - tested with Linux system and Xorg consuming 2 MBs. DAG file generation is slower for epochs 235-240. About 4 minutes on x16 PCI-e or 20 minutes on x1 PCI-e. Epochs before 235 are mined on 3 GB cards as usual.
What we have now means it is possible to run Ethereum Classic which is on epoch 239 right now. We've checked - and yes, It works. Will work for current epoch and the next one until 2 January so you have a chance to mine Ethereum Classic on 3 GB Nvidia GPU in 2019. You can even do make this with PascalCoin in dual like in 2017.
All other miners don't support such experimental feature so looks like nanominer is now the last hope for 3 GB cards mining Eths. Current release will work until epoch 241. Current Ethereum epoch is 231. Epoch 241 will start approximately at 8th of February.

In short: our miner is the only known Ethereum miner for 3 GB Nvidia cards that will work till 8th of February.

nanominer v1.0.0

24 Dec 16:01
a0165ba
Compare
Choose a tag to compare
  • Ubqhash algorithm was added.
  • Huge RandomHash performance improvement, up to 80% better than FinMiner.
  • Support several algorithms on same process with single config. This includes dual mining PascalCoin with Ethash, CryptoNight or Ubqhash without performance drops. This make nanominer the most profitable Ethash miner at the moment.
  • RandomHash commission is now 5% for mining RandomHash only and 3% in case at least one of GPU algorithms is running in parallel. All other commissions are 1%.
  • New BoringAPI implemented for rigs monitoring. This includes some complex cases of several algorithms running in parallel.