Nimiq Desktop Miner: GUI GPU майнер (Скачать для Windows)
GitHub:
Nimiq AMD GPU майнер (OpenCL NoncerPro GPU) — Это OpenCL версия майнера NoncerPro GPU, который использует стандартный протокол Nano mining и совместим со всеми доступными пулами nimiq.
Этот майнер имеет фиксированную 2% плату за разработку (DevFee 2%). Плата за разработку составила 1% в AMD miner V1.0.1 и предыдущих версиях.
- ~ 10% улучшение хэшрейта
- rx580 8 Гб -> 242 кГц / с с состоянием ядра: p3, тактовая частота ядра: 1090, тактовая частота памяти 2200, amdmemtweak: —ref = 30
- Увеличьте значение mem clock до максимальной стабильной, а затем проверьте диапазон часов 1050-1125 на лучший хэшрейт.
- Обязательно добавляйте —optimizer каждый раз, когда вы меняете настройку oc.
- Улучшение энергопотребления (карты Ellesmere в Linux)
- Эта версия лучше работает на более низких тактовых частотах, поэтому вы можете снизить напряжение ядра (830 — 850 мВ) и
- Добавлена поддержка тупого режима (—mode = dumb)
- Отбросил лишние 20 секунд на время платы разработчика (ровно 120 секунд или 2%)
- Добавлена опция startDifficulty (—diff = 32)
- Отключенный API по умолчанию. Добавьте —api = ture, если вам это нужно
Changelog:
Version 0.3.4: Updated to Nimiq Core 1.4.1 — Temp fix for Accounts Tree.
Version 0.3.3: Updated to Nimiq Core 1.40
Version 0.3.2: Updated to Nimiq Core 1.3.1 — Also prep for upcoming experimental features.
Version 0.3.1: Applied prune miner fix.
Version 0.3.0: Update to current master. Community seed nodes plus various updates and fixes.
Version 0.2.9: Includes auto update, additional optimizations for AMD/Intel64 bit CPUs, solo mine without pool info, worker name (extraData), option to automatically start mining on app launch. (Auto start on Windows boot by copying shortcut to startup folder. Run ‘shell:startup’)
International language support for Български, 中文, Nederlands, Danske, français, Deutsch, Suomi, Bahasa Indonesia, portugués, Español, Latviešu, Polski, 日本語, 한국어, Русский, svenska, Türkçe.
NOTE: Now includes anonymous analytics for app errors, cpu type, peak hashrate, and selected language to help bring even better optimizations. No personal information is ever collected, stored, or transmitted.
Nimiq (NIM) — криптовалюта, разработанная для браузера. Первоначально Nimiq можно было добывать только с помощью вашего процессора. С января 2019 года также возможно майнинг на GPU.
Installation
Note: This page describes the installation and usage of the precompiled packages provided above. For better performance, you might also consider to compile the miner
Debian
dpkg -i nimiq_1.5.7-1_amd64.deb
Fedora
yum install nimiq-1.5.7-1.x86_64.rpm
Windows
Double click the downloaded MSI file (nimiq-v*.x64.msi) and follow the instructions during the installation process.
Configuration
Note: To run a Nimiq Full Node and receive connections from other peers you need a valid domain name and SSL certificate.
The configuration file for Linux is located in /etc/nimiq/nimiq.conf
On Windows systems, to access the configuration go to the Windows Start Menu and in the Nimiq folder select «Edit Config».
Example Configuration File
{ host: "example.yourdomain.com", tls: { cert: "PATH-TO-YOUR-CERTIFICATE", key: "PATH-TO-YOUR-KEY", }, network: "main", miner: { enabled: "yes", }, }
Usage
Linux
systemctl start|stop|restart nimiq
Windows
Start the Nimiq Application from the Windows Start Menu. If the miner is enabled in the configuration file, mining will start automatically.