Feat: add config.ini for blockchain connection settings

This commit is contained in:
LORDBABUINO
2026-02-27 02:55:07 -03:00
parent 374e185ba1
commit b8e4f03695
3 changed files with 77 additions and 10 deletions

13
backend/script/config.ini Normal file
View 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 =