12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
# default /etc/electrumx.conf for systemd
|
|
|
|
# REQUIRED
|
|
DB_DIRECTORY = /db
|
|
# Bitcoin Node RPC Credentials
|
|
DAEMON_URL = http://username:password@hostname:port/
|
|
|
|
# COIN = BitcoinSegwit
|
|
|
|
# See http://electrumx.readthedocs.io/en/latest/environment.html for
|
|
# information about other configuration settings you probably want to consider.
|