11 lines
337 B
Text
11 lines
337 B
Text
# Provide options to the bitcoin daemon here, for example
|
|
# OPTIONS="-testnet -disable-wallet"
|
|
|
|
OPTIONS=""
|
|
|
|
# System service defaults.
|
|
# Don't change these unless you know what you're doing.
|
|
CONFIG_FILE="/etc/bitcoin/bitcoin.conf"
|
|
DATA_DIR="/var/lib/bitcoin"
|
|
PID_FILE="/run/bitcoind/bitcoind.pid"
|
|
DEBUG_FILE="/var/log/bitcoin/debug.log"
|