Releases: nanopool/nanominer
Releases · nanopool/nanominer
nanominer v1.3.3
Fixed random Monero mining crashes on some connection types.
UPDATE: This release have critical connection issue fixed in 1.3.4. Please don't use this release.
nanominer v1.3.2
Fixed hanging while enumerating AMD devices on some systems.
nanominer v1.3.1
Fixed CryptoNightR runtime compilation issue on some AMD devices.
nanominer v1.3.0
- Added CryptoNightR (Monero) and CryptoNightReverseWaltz (Graft) algorithms support on AMD GPUs.
- New option
powerLimits
to control Nvidia GPUs power limits. - Show block acception time for QuarkChain.
- Support any shard IDs for QuarkChain, including
null
for root chain mining.
nanominer v1.2.4
- QuarkChain
shard
option was renamed toshardid
to avoid confusion. - Added
farmRecheck
option for QuarkChain. - Do not show block accepted time for getwork protocol because it was calculated wrong. Will be added in some future update.
- Fixed some stability issues.
nanominer v1.2.3
Fixed issue #19 with devices
parameter ignored for Ethash.
nanominer v1.2.2
- Added QuarkChain node support for mining Ethash algorithm. See configuration file examples for QuarkChain Ethash solo mining. Added optional
shard
parameter for QuarkChain. - Added command line launching scripts (
cmdline_launcher.bat
on Windows,cmdline_launcher.sh
on Linux) for those users who need to run miner using single command line with arguments. See examples in README. - Up to 8% Cuckaroo29 (GRIN coin) performance improvements for AMD RX 580 8 GB.
nanominer v1.2.1
Fixed crash on startup on some systems without Nvidia GPUs.
nanominer v1.2.0
- Added fast (arguably the fastest) implementation of Grin's Cuckaroo29 algorithm for 8+ GB AMD GPUs with lowest possible CPU usage. Cuckaroo29 devfee is 0% till April 26th 4:20 PM local time and 2% after for this and any next version of nanominer.
- Switched to CUDA 10 so all new Nvidia RTX GPUs are now supported. Need Nvidia Linux driver >= 410.48 or Windows driver >= 411.13 in order to work.
- Added support for CryptoNightReverseWaltz (Graft coin) algorithm on Nvidia.
- Two times less switches to dev fee and back - commission mining is now done once per two hours instead of single hour.
Happy Cosmonautics Day! 🚀
nanominer v1.1.1
- Lower CPU usage and system memory consumption for Nvidia CryptoNightR algorithm.
- Fixed local miners discovery on some network configurations.