Files
stealth/backend/script/config.ini

14 lines
333 B
INI

[bitcoin]
# Network to connect to: regtest | testnet | signet | mainnet
network = regtest
# Path to the bitcoin-cli binary (use full path if not on PATH)
cli = bitcoin-cli
# Optional: override RPC connection details.
# Leave these blank to use the defaults from ~/.bitcoin/bitcoin.conf.
rpchost =
rpcport =
rpcuser =
rpcpassword =