lolMiner: Настройки, Команды, Параметры Командной Строки

3 мин на чтение

Базовая настройка запуска программы. Аргумент командной строки - это параметр, передаваемый программе при ее вызове lolMiner

Скачать

Скачать сейчас

Параметры командной строки

Чтобы запустить lolMiner, нужно знать три вещи, а именно:

  1. алгоритм для майнинга
  2. адрес пула или соло-узла для подключения
  3. логин пула (имя пользователя) / либо адрес кошелька для майнинга

Настройте алгоритм для майнинга

В lolMiner есть два способа указать алгоритм, который вы хотите майнить. Вам нужно выбрать один из них, чтобы начать майнинг.

Первый вариант - –algo (-a), за которым следует одно из следующих имен алгоритмов.

Параметр Алгоритм
BEAM-I BeamHash I
BEAM-II BeamHash II
BEAM-III BeamHash III
C29AE Cuckoo 29
C29D CuckarooD 29
C29M CuckarooM 29
C30CTX Cuckaroo 30 Cortex
C31 Cuckatoo 31
C32 Cuckatoo 32
CR29-32 Cuckaroo 29-32
CR29-40 Cuckaroo 29-40
CR29-48 Cuckaroo 29-48
EQUI144_5 Equihash 144/5
EQUI192_7 Equihash 192/7
EQUI210_9 Equihash 210/9
ETCHASH Etchash
ETHASH Ethash
ZEL ZelHash

Гоотвоый пример для Binance Pool

lolMiner.exe --algo ETHASH --pool ethash.poolbinance.com:8888 --user username1.worker_name --tls 0

Просто измените username1 на имя вашего аккаунта от пула Binance.

майнинг ферма

Вместо arg нужно подставить аргумент.

Список параметров командной строки

Команды для разгона

Параметр Описание
--cclk аргумент (=*) Тактовая частота ядра, используемая для графических процессоров. Карточки разделяются запятой. «*» можно использовать для пропуска карты.

Общие

  • -h [ --help ] Help screen

  • --config arg (=./lolMiner.cfg) Config file

  • --json arg (=./user_config.json) Config file in Json format

  • --profile arg Profile to load from Json file

  • --nocolor [=arg(=on)] (=off) Disable colors in output

  • --basecolor [=arg(=on)] (=off) Use 16 colors scheme for non-rgb terminals

  • --list-coins List all supported coin profiles

  • --list-algos List all supported algorithms

  • --list-devices List all supported & detected GPUs in your system

  • -v [ --version ] Print lolMiner version number

майнинг ферма

Майнинг

  • -c [ --coin ] arg The coin to mine
  • -a [ --algo ] arg The algorithm to mine. This is an alternative to --coin.
  • -p [ --pool ] arg Mining pool to mine on. Format::
  • -u [ --user ] arg Wallet or pool user account to mine on

  • --pass arg Pool user account password (Optional)

  • --tls arg Toggle TLS (“on” / “off”)

  • --devices arg The devices to mine on

Values: ALL / AMD / NVIDIA or a comma separated list of indexces.

  • --devicesbypcie [=arg(=on)] (=off) Interpret --devices as list of PCIE BUS:SLOT pair

  • --pers arg The personalization string.

Required when using --algo for Equihash algorithms

  • --keepfree arg (=5) Set the number of MBytes of GPU memory that should be left free by the miner.

  • --benchmark arg The algorithm to benchmark

майнинг ферма

Опция управления

  • --singlethread [=arg(=-1)] (=-2) Enable single mining thread mode for all GPUs (-1) or for a specific GPU id.
  • --tstart arg (=0) Minimal temperature for a GPU to start in degree C. If set to 0 disables restart below a fixed temperature.
  • --tstop arg (=0) Temperature to pause or stop a GPU from mining in degree C. If set to 0 disables stop above a fixed temperature.
  • --tmode arg (=edge) Mode for temperature management.

Use “edge” (default), “junction” or “memory” to set the mode for temperature management.

Статистика

  • --apiport arg (=0) The port the API will use

  • --longstats arg (=150) Long statistics interval

  • --shortstats arg (=30) Short statistics interval

  • --digits arg Number of digits in hash speed after delimiter

  • --timeprint [=arg(=on)] (=off) Enables time stamp on short statistics (“on” / “off”)

  • --compactaccept [=arg(=on)] (=off) Enables compact accept notification

  • --log [=arg(=on)] Enables printing a log file (“on” / “off”)

  • --logfile arg Path to a custom log file location

майнинг ферма

Ethash опции

--ethstratum arg (=ETHPROXY) Ethash stratum mode. Available options:

  • ETHV1: EthereumStratum/1.0.0 (Nicehash)
  • ETHPROXY: Ethereum Proxy

--worker arg (=eth1.0) Separate worker name for Ethereum Proxy stratum mode.

--4g-alloc-size arg (=0) Sets the DAG size (in MByte) the miner is allowed to use on 4G cards. Can be a comma separated list of values for each card.

Suggested values:

  • Linux: 4080
  • Windows: 4024

--zombie-tune arg (=0) Sets the Zomie tune mode (0-3) for Polaris GPUs. Can be a comma separated list of values to set for each card individually.

--dagdelay [=arg(=0)] (=-1) Delay between creating the DAG buffers for the GPUs. Negative values enable parallel generation (default).

--enablezilcache [=arg(=1)] (=0) Allows 8G+ GPUs to store the DAG for mining Zilliqa. It will generated only once and offers a faster switching.

--benchepoch arg (=350) The DAG epoch the denchmark mode will use

майнинг ферма

Ethash экспертные опции

  • --workmulti arg (=180) Modifys the amount of Ethash work a GPU does per batch.

  • --rebuild-defect arg (=3) Triggers a DAG rebuild if a card produced defect shares. Default is 3, use 0 to deactivate the rebuild.

  • --enable-ecip1099 [=arg(=on)] (=off) Enable reduced DAG size for mining ETC from block 11.730.000 and higher.

  • --disableLinux56fix [=arg(=on)] (=off) Disables the startup workaround for Polaris GPUs on Linux kernel 5.6.

  • --win4galloc [=arg(=1)] (=0) Enables (1) / Disables (0) experimental 4G DAG allocation mode on Windows.

майнинг ферма