Comment
Author: Admin | 2025-04-28
Card.General -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 Mining -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 onValues: 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 Managing Options --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.Statistics --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”)
Add Comment