mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-04-26 23:49:59 -07:00
14 lines
333 B
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 =
|