Этот выпуск поддерживает ряд алгоритмов, оптимизированных для графических процессоров AMD GCN (ethash, kawpow, nimiq, lyra2z, phi2, lyra2rev3, x16r, x16rv2, x16s, x16rt, MTP, cuckarood29, cuckatoo31, chukwa-512, cryptonight R, a cryptonight v8 множество других вариантов криптографии).
Это оптимизированный майнер только для видеокарт семейства AMD. Майнер настраивается только через батник (файл с расширением .bat). Конфигурацию настраивать не нужно (есть автонастройка).
teamredminer.exe – указывает какое приложение будет запущено. Этот файл должен находиться в одной и той же папке, что и .bat файл
-a kawpow – указываем алгоритм для майнинга. Для Ravencoin мы указали cnr, а например, для монеты Zcoin мы бы указали mtp
us.rvn.minermore.com после длинной конструкции -o stratum+tcp:// мы указываем адрес пула
:4501 – указав адрес пула, ставим двоеточие и пишем порт пула. Адрес и порт можно найти на самом пуле. Обычно в разделе Get Started или Help
-u RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX – указываем кошелек, на который будет идти майнинг. В нашем случае это Ravencoin.
-p x – команда p означает пароль. На пуле minermore (как и на 90% всех пулов) пароль не требуется, поэтому пишем x
pause – необязательная команда. Нужна лишь для того, что бы программа сразу же не закрылась в случае возникновения какой-либо ошибки, а отобразила ее.
Готовый пример (не забудьте поменять кошелек на свой!)
teamredminer.exe -a kawpow -o stratum+tcp://us.rvn.minermore.com:4501 -u RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX.trmtest -p x
pause
teamredminer v0.7.15
This is an optimized miner for AMD GPUs created by todxx and kerney666.
Download is available in the github releases section.
This miner supports a range of algorithms. Please see the list below for details. The miner is configured via command line only, please run with the –help option to print a short help message for how to use the command line options.
This miner includes the following algorithms and their respective dev fees:
Algorithm
Fee
Ethash on Polaris GPUs
0.75%
Ethash on all other GPUs
1.0%
Kawpow
2.0%
Nimiq
2.5%
Cryptonight R
2.5%
Cryptonight v8 upx2
2.5%
Cryptonight v8 turtle
2.5%
Cryptonight v8 half
2.5%
Cryptonight v8 double
2.5%
Cryptonight v8 rwz
2.5%
Cryptonight v8
2.5%
Cryptonight heavy
2.5%
Cryptonight haven
2.5%
Cryptonight saber
2.5%
Cryptonight conceal
2.5%
Chukwa-512 (Turtlecoin)
2.5%
x16r
2.5%
x16rv2
2.5%
x16s
2.5%
x16rt
2.5%
MTP
2.5%
Cuckatoo31
2.5%
Cuckarood29
2.5%
Lyra2rev3
2.5%
Lyra2z
3.0%
Phi2
3.0%
GPUs supported and tested:
Navi – RX 5700(XT)/5600(XT)/5500(XT) for supported algos in the table below.
Some algorithms are not supported on some GPU architectures and/or drivers. Below is the compatiblity table:
Navi
Vega
Polaris
Ethash
Y
Y
Y
Kawpow
Y
Y
Y
Nimiq
Y
Y
Y
Cryptonight R
N
L
L
Cryptonight v8 upx2
N
L
L
Cryptonight v8 turtle
N
L
L
Cryptonight v8 half
N
L
L
Cryptonight v8 double
N
L
L
Cryptonight v8 rwz
N
L
L
Cryptonight v8
N
L
L
Cryptonight heavy
N
L
L
Cryptonight haven
N
L
L
Cryptonight saber
N
L
L
Cryptonight conceal
N
L
L
Chukwa-512
N
L
L
x16r
N
Y
Y
x16rv2
N
Y
Y
x16s
N
Y
Y
x16rt
N
Y
Y
MTP
Y
Y
Y
Cuckatoo31
N
Y
Y
Cuckarood29
N
Y
Y
Lyra2rev3
N
L
L
Lyra2z
N
L
L
Phi2
N
L
L
Support legend:
Y = Supported
N = Not supported
L = Limited support: algos are supported on windows and linux with amdgpu-pro drivers, not supported on ROCm drivers.
The miner reports GPU hash rates every 30 seconds. These are the full GPU hash rates before dev fee deduction (your pool hashrate will be slightly lower).
The miner includes a read-only api based on the sgminer-5.5 API. Both the json and text formats are supported. For more details, we refer to the sgminer api documentation.
For reporting bugs and/or for features requests, please open an issue on this project’s github issue tracker.
For example command lines please see the batch/shell scripts in the miner download packages. For command line options see the USAGE.txt file that comes with the miner.
Changes in v0.7.15
Small bugfix release.
Release notes:
Ethash: fixed bug for ZIL (epoch 0) mining on 4GB gpus (bug appeared in 0.7.14).
Ethash: reverted to v0.7.10 kernels for stability purposes except for ROCm-based rigs.
Changes in v0.7.14
This release wraps up our work for 4GB gpus mining ethash. Linux 4GB are verified to mine up to and including epoch 381 on drivers 18.50/19.30/19.50/20.10. After that, we have added support for extended mining from epoch 382 and up. Extended mining is a trade-off between hashrate and being able to mine at all, gpus will lose additional hashrate for every extra epoch. Please see the Linux section in the ETHASH_4GB_HOWTO.txt for more details and instructions.
Release notes:
Ethash: verified Linux support for 4GB gpus up to and including epoch 381.
Ethash: added support for extended 4GB mining from epoch 382 and up.
Kawpow: cleaned up false hw errs for some block heights.
Changes in v0.7.13
Windows user with 4GB rigs – see the new guide ETHASH_4GB_HOWTO.txt for instructions.
Release notes:
Added better default Windows dag allocation strategy on 4GB gpus.
Added experimental support for resetting gpus before mining (Windows only).
Added argument for manual adjustment of 4GB dag allocation (see –eth_4g_alloc_adjust=X,Y,Z,…).
Added protection against broken dev servers with additional random server selection mechanism.
Changes in v0.7.12
Bugfix release: v0.7.11 could crash with rejected ethash shares.
Release notes:
Fixed print format bug on ethash rejected shares.
Changes in v0.7.11
Ethash additions: printing share diff in GH (always enabled), hashrate watchdog (see –eth_hashwatch).
We’ve found certain motherboard/bios combinations that due to kernel and/or driver bugs have issues with the first or last gpu in rigs. If you see excessive hw errors reported on a single gpu, and switching around gpus still always generates errors in the first or last gpu, try using –eth_dag_alloc_patch.
Release notes:
Added DAG allocation patch under linux for certain mobo/bios combinations (see –eth_dag_alloc_patch).
Added ethash hashrate watchdog (see –eth_hashwatch).
Added ethash abort mechanism for Vegas on ROCm (see –eth_direct_abort). Not useful in other contexts.
Added pool traffic debug (use –pool_debug).
Added print of share difficulty for ethash family algos. Unit is always GH.
Added microsec timestamp resolution in logs (use –long_timestamps).
Regression bug: argon2/chukwa was broken in 0.7.10, now working again.
Turned off compute mode checks for non-Polaris gpus.
Changes in v0.7.10
Release notes:
Ethash 4GB rigs, especially on win, should use –eth_alloc_epoch=N with N being the max epoch that the gpus can allocate. This will avoid DAG reallocation issues.
For Navi rigs having issues with eth+zil or Nicehash mining with frequent DAG switching, try using –eth_dag_slowdown=9.
Как и биткойн, Ravencoin также имеет фиксированную поставку. В биткойнах предложение зафиксировано на уровне 21 миллиона BTC. В то время как на Raven в обращении будет 21 миллиард монет RVN (21 000 000 000 RVN). Помимо жесткого ограничения предложения, количество выпущенных монет также очень похоже на количество биткойнов.
Если вы выбираете первую программу майнинга, NiceHash Miner – один из лучших вариантов. Здесь не придется лазить в командной строке, редактировать конфиг файлы, искать адреса пулов. Все что необходимо – вписать свой Биткоин кошелек и кликнуть на кнопку «Начать майнинг». Конфигурация программного обеспечения для каждого каждого алгоритма облачного майнинга подбирается автоматически.
Данная программа поможет вам более детально настроить разгон и даунвольтинг вашей видеокарты. MTP активно развивается и в данный момент уже доступны бета-версии для Windows.