Версия майнера T-Rex 0.15.3 представила поддержку нового алгоритма KAWPOW, как и ожидалось во время форка RavenCoin (RVN). Помимо новой поддержки Kawpow, последний майнер T-Rex также добавляет поддержку алгоритмов ProgPow и MTP-tcr. Новая же версия v0.15.6 несет с собой ряд полезных изменений и улучшений, а также исправления ряда ошибок.
DEV FEE: Developer fee is 1% (3% for Tensority).
Changelog v0.15.x:0.15.6Bug fixes:
DAG regeneration on epoch change.
Benchmark for kawpow.
0.15.5Bug fixes:
Less memory consumption. Possible crash fix for “out of memory” error for GPUs with 3GB memory onboard.
Unblock feature of intensity setting.
0.15.4Bug fixes:
Fix showing miner version info for mining pool
0.15.3
Add algorithms: kawpow (upcoming RVN fork), progpow, mtp-tcr
Add SNI support for SSL
Improve stat table (now showing percentage of rejected shares)
NOTE (RVN fork): In order for the miner to automatically switch to mining kawpow at the time of RVN fork, please make sure
T-Rex is launched in watchdog mode (--no-watchdog parameter should NOT be set in your bat file)
Your system clock is synchronised with a time server (The miner uses your system clock to check if it’s time to switch)
Add --fork-at kawpow=2020-05-06T18:00:00 parameter to the miner start cmd line. If your pool changes ports for the new algo, make it --fork-at kawpow:3637=2020-05-06T18:00:00 where 3637 is the new port the miner should switch to (replace it with the actual port number)
JSON config file
Чтобы запустить T-Rex с файлом конфигурации config.txt, введите в консоли: t-rex -c config.txt. Используйте файл config_example в качестве отправной точки для создания собственной конфигурации. Вы также можете использовать переменные окружения: просто поместите% YOUR_ENV_VAR% в любом месте вашего конфигурационного файла, и он автоматически заменит значение переменной YOUR_ENV_VAR во время выполнения.
Watchdog
Сторожевой таймер предназначен для наблюдения за состоянием майнера и перезапускает T-Rex в случае сбоя или зависания по какой-либо причине. Кроме того, сторожевой таймер может дополнительно выполнять автоматическое обновление, если доступна более новая версия. Мы рекомендуем использовать сторожевой таймер, чтобы избежать простоев майнинга и убедиться, что ваши графические процессоры заняты 24/7. Если вам нужно отключить сторожевой таймер, вы можете сделать это с помощью параметра –no-watchdog.
Антивирусные оповещения
Обратите внимание, программы-майнеры часто помечаются как вредоносные программы антивирусными программами. Это не так, они помечены просто потому, что они являются майнерами криптовалюты. Если вы не доверяете программному обеспечению, не используйте его!
Для защиты майнера от атак с помощью обратного инжиниринга двоичные файлы упакованы с использованием стороннего программного обеспечения, которое искажает исходный машинный код. В результате некоторые антивирусные ядра могут обнаруживать определенные сигнатуры в исполняемом файле, которые аналогичны тем, которые есть у реальных вирусов, защищенных одним и тем же упаковщиком.
Советы
Чтобы максимизировать скорость хэширования, наше программное обеспечение использует все доступные ресурсы графического процессора, поэтому важно проверить настройки разгона перед началом майнинга. Наша общая рекомендация – начинать с заводских настроек графического процессора (без разгона, ограничения по умолчанию по умолчанию), а затем, убедившись, что он стабилен, медленно увеличивать свой разгон, чтобы найти «слабое место», в котором майнер работает наилучшим образом, но все еще не работает. врезаться.
Usage
Full list of command line options:
-a, --algo Specify the hash algorithm to use.
alterhash
astralhash
balloon
bcd
bitcore
c11
dedal
geek
hmq1725
honeycomb
jeonghash
kawpow
lyra2z
mtp
mtp-tcr
padihash
pawelhash
phi
polytimos
progpow
sha256q
sha256t
skunk
sonoa
tensority
timetravel
tribus
x11r
x16r
x16rt
x16rv2
x16s
x17
x21s
x22i
x25x
--coin [ProgPOW] Set coin name.
--nonce-start [ProgPOW] Starting nonce for the solution search.
--nonce-range-size [ProgPOW] Nonce range size for nonce search. The range will be split between all devices.
-d, --devices Comma separated list of CUDA devices to use.
Device IDs start counting from 0.
--ab-indexing Afterburner indexing (Sort devices by bus ID. First device starts with 1).
-i, --intensity GPU intensity 8-25 (default: auto).
-o, --url URL of mining server.
-u, --user Username for mining server.
-p, --pass Password for mining server.
-r, --retries Number of times to retry if a network call fails.
-R, --retry-pause Pause in seconds between retries.
-T, --timeout Network timeout, in seconds (default: 300)
--time-limit Miner shutdown interval in seconds. (default: 0 - disabled)
--temperature-color Set temperature color for GPUs stat. Example: 55,65 - it means that
temperatures above 55 will have yellow color, above 65 - red color. (default: 67,77)
--temperature-limit GPU shutdown temperature. (default: 0 - disabled)
--temperature-start GPU temperature to enable card after disable. (default: 0 - disabled)
-b, --api-bind-telnet IP:port for the miner API via telnet (default: 0.0.0.0:4068). Set to 0 to disable.
--api-bind-http IP:port for the miner API via HTTP (default: 0.0.0.0:4067). Set to 0 to disable.
-J --json-response Telnet API server will make json responses.
-N, --hashrate-avr Sliding window length in seconds used to compute average hashrate (default: 60).
--sharerate-avr Sliding window length in seconds used to compute sharerate (default: 600).
--gpu-report-interval GPU stats report frequency. (default: 5. every 5th share)
-q, --quiet Quiet mode. No GPU stats at all.
--hide-date Don't show date in console.
--no-color Disable color output for console.
--no-nvml Disable NVML GPU stats.
--no-watchdog Disable built-in watchdog.
-B, --benchmark Benchmark mode.
-P, --protocol-dump User protocol logging.
-c, --config Load a JSON-format configuration file.
-l, --log-path Full path of the log file.
--cpu-priority Set process priority (default: 2) 0 idle, 2 normal to 5 highest.
--autoupdate Perform auto update whenever a newer version of the miner is available.
--back-to-main-pool-sec Forces miner to switch back to main pool in case working with failover pool.
Parameter is set in seconds. (default: 600)
--exit-on-cuda-error Forces miner to immediately exit on CUDA error.
--exit-on-connection-lost Forces miner to immediately exit on connection lost.
--reconnect-on-fail-shares Forces miner to immediately reconnect to pool on N successively failed shares (default: 10).
--fork-at Forces miner to change algorithm on predefined condition.
Time condition: algo_name=YYYY-MM-DDTHH:MM:SS (eg: --fork-at x16rv2=2019-10-01T16:00:00).
Time must be set in UTC+0.
Block condition: algo_name=integer_block_number (eg: --fork-at x16rv2=6526421).
To change main pool port you must write it right after algo: algo_name:integer_port_number
(eg: --fork-at x16rv2:4081=2019-10-01T16:00:00).
--version Display version information and exit.
-h, --help Display this help text and exit.
No Comments