mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-04-26 15:40:00 -07:00
Feat: add config.ini for blockchain connection settings
This commit is contained in:
13
backend/script/config.ini
Normal file
13
backend/script/config.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[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 =
|
||||
Reference in New Issue
Block a user