feat: Add initial internal node option
All checks were successful
Build Docker / Build Image (push) Successful in 10m29s

This commit is contained in:
2025-08-26 16:44:10 +10:00
parent 4c84bc2bbe
commit 5ff8960b7b
9 changed files with 310 additions and 30 deletions

View File

@@ -124,6 +124,8 @@ SHOW_EXPIRED: Show expired domains (true/false)
EXCLUDE: Comma separated list of wallets to exclude from the wallet list (default primary)
EXPLORER_TX: URL for exploring transactions (default https://shakeshift.com/transaction/)
HSD_NETWORK: Network to connect to (main, regtest, simnet)
DISABLE_WALLETDNS: Disable Wallet DNS records when sending HNS to domains (true/false)
INTERNAL_HSD: Use internal HSD node (true/false)
```