-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.production.yml
31 lines (27 loc) · 1.06 KB
/
settings.production.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Bitcoin Core RPC settings
bitcoin_rpc:
enabled: true
host: your_bitcoin_rpc_production_host
port: your_bitcoin_rpc_production_port
username: your_bitcoin_rpc_production_username
password: your_bitcoin_rpc_production_password
# Lightning Node settings
lightning_node:
enabled: true
implementation: your_lightning_node_implementation # Replace with your Lightning implementation (e.g., LND, c-lightning, Eclair, etc.)
host: your_lightning_node_production_host
port: your_lightning_node_production_port
pubkey: your_lightning_node_pubkey
rpc_host: your_lightning_rpc_production_host
rpc_port: your_lightning_rpc_production_port
rpc_username: your_lightning_rpc_production_username
rpc_password: your_lightning_rpc_production_password
# DLC (Discreet Log Contract) settings
dlc:
contract: your_dlc_production_contract # Replace with your DLC contract details
utxo: # UTXO details for the DLC
transaction_id: your_utxo_transaction_id
vout: your_utxo_vout
# Network settings
network:
mainnet: true # Set to true for mainnet, false for testnet