@@ -41,15 +41,15 @@ BU_DIR2='/custom_path/backup'
41
41
BU_DIR3 = ' /custom_path/backup2'
42
42
43
43
BITCOIN_DATA = ' /custom_path/testnet/bitcoin'
44
- BITCOIN_CONF = ' ./env/lndtn/bitcoin.conf'
44
+ BITCOIN_CONF = ' ./env-sample /lndtn/bitcoin.conf'
45
45
LND_DATA = ' /custom_path/testnet/lnd'
46
- LND_CONF = ' ./env/lndtn/lnd.conf'
46
+ LND_CONF = ' ./env-sample /lndtn/lnd.conf'
47
47
LIT_DATA = ' /custom_path/testnet/lit'
48
48
49
49
GUEST_BITCOIN = /home/bitcoin/.bitcoin
50
50
51
- TOR_DATA = ' ./env/lndtn/tor'
52
- TOR_CONFIG = ' ./env/lndtn/torrc'
51
+ TOR_DATA = ' ./env-sample /lndtn/tor'
52
+ TOR_CONFIG = ' ./env-sample /lndtn/torrc'
53
53
54
54
GUEST_LND_RPC_PORT = 10009
55
55
GUEST_LND_REST_PORT = 8080
@@ -58,12 +58,13 @@ HOST_LND_RPC_PORT=10009
58
58
HOST_LND_REST_PORT = 8080
59
59
60
60
THUB_LOCAL_PORT = 3001
61
- THUB_ACCOUNTS = ' ./env/lndtn/thunderhub-accounts.yml'
61
+ THUB_ACCOUNTS = ' ./env-sample /lndtn/thunderhub-accounts.yml'
62
62
# THUB_ACCOUNTS_CONFIG_PATH must match thub...env
63
63
THUB_ACCOUNTS_CONFIG_PATH = ' /config/accounts.yml'
64
64
65
-
66
-
65
+ LNDG_CONFIG = ' ./env-sample/lndtn/supervisord.conf'
66
+ LNDG_DATA = ' /custom_path/testnet/lndg/data'
67
+ LNDG_PASSWORD = 999999999
67
68
68
69
LIT_LOCAL_PORT = 4001
69
70
LIT_PASSWORD = 999999999
@@ -72,4 +73,4 @@ LND_BACKUP_PATH='/custom_path/testnet/lnd-backup'
72
73
NODE_ALIAS = ' 🤖RoboSats⚡(Testnet)'
73
74
NODE_COLOR = ' #4126a7'
74
75
75
- LND_AUTOUNLOCK_PWD = ' ./env/lndtn/lnd_autounlock_pwd'
76
+ LND_AUTOUNLOCK_PWD = ' ./env-sample /lndtn/lnd_autounlock_pwd'
0 commit comments