Xmrig miner config

Comment

Author: Admin | 2025-04-28

Least one pool and miner:Options: --pool= (-p): is in pool_address:pool_port format, where pool_port can be or ssl --host=: defines host that will be used for miner connections (localhost 127.0.0.1 by default) --port=: defines port that will be used for miner connections (3333 by default) --user= (-u): to use as pool user login (will be taken from the first miner otherwise) --pass=: to use as pool pass login (will be taken from the first miner otherwise) --perf_= Sets hashrate for algo that is: rx/0, rx/wow, cn/r, cn-pico/trtl, cn-heavy/xhv, cn/gpu, argon2/chukwa, k12, c29s, c29v, c29b, kawpow, ethash, autolykos2, panthera, ghostrider --algo_min_time= Sets minimum time pool should keep our miner on one algo (0 default, set higher for starting miners) --miner= (-m): to start smart miner that can report algo itself --=: to start miner for that can not report it itself --watchdog= (-w): restart miner if is does not submit work for (600 by default, 0 to disable) --hashrate_watchdog=: restart miner if is hashrate dropped below value of of its expected hashrate (0 by default to disable) --miner_stdin: enables stdin (input) in miner --quiet (-q): do not show miner output during configuration and also less messages --verbose (-v): show more messages --debug: show pool and miner messages --log=: of output log --no-config-save: Do not save config file --help (-help,-h,-?): Prints this help textCheck https://github.com/xmrig/xmrig-proxy/blob/master/doc/STRATUM_EXT.md#14-algorithm-names-and-variants for list of possible algo names.Sample mm.json (to use with xmrig v2.99.0+ located in the same directory){ "miner_host": "127.0.0.1", "miner_port": 3333, "pools": [ "auto.c3pool.org:19999" ], "algos": { "cn/1": "./xmrig --config=config.json", "cn/2": "./xmrig --config=config.json", "cn/r": "./xmrig --config=config.json", "cn/fast": "./xmrig --config=config.json", "cn/half": "./xmrig --config=config.json", "cn/xao": "./xmrig --config=config.json", "cn/rto": "./xmrig --config=config.json", "cn/rwz": "./xmrig --config=config.json", "cn/zls": "./xmrig --config=config.json", "cn/double": "./xmrig --config=config.json", "cn/gpu": "./xmrig --config=config.json", "cn-heavy/0": "./xmrig --config=config.json", "cn-heavy/tube": "./xmrig --config=config.json", "cn-heavy/xhv": "./xmrig --config=config.json", "cn-pico": "./xmrig --config=config.json", "rx/0": "./xmrig --config=config.json", "rx/wow": "./xmrig --config=config.json",

Add Comment