aboutsummaryrefslogtreecommitdiff
path: root/src/cgminer/cgminer.conf.d
blob: 88ec535d6b9d73053535dba4bf4940d9a7b428c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Use JSON-format configuration. (recommended)
CGMINER_CONF="/etc/cgminer.conf"

# Uncommend this if you prefer simple command-line arguments.
#CGMINER_CONF=""
#CGMINER_PROTOCOL="http"
#CGMINER_IP="127.0.0.1"
#CGMINER_PORT="8332"
#CGMINER_USER="username"
#CGMINER_PASS="password"
CGMINER_ARGS="--syslog"