nanominer

nanominer uses a config.ini file approach instead of providing arguments when executing it, and the file will be read when doing ./nanominer.

An example could look like the following

; nanominer configuration file.
; LINES STARTING WITH ";" ARE COMMENTS WHICH ARE NOT PARSED BY MINER.
; Full configuration file description and examples can be
; found in README document.

pool1= pool
wallet = wallet
rigname = name
coin = ergo
useSSL = true

Last updated