chore: config assets for multiple chains
- lightning config - env vars - bitcoin.conf for different networks - copy configs in lightningd repo Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
@@ -2,15 +2,29 @@
|
||||
## bitcoin.conf configuration file. Lines beginning with # are comments.
|
||||
##
|
||||
|
||||
[test]
|
||||
server=1
|
||||
rpcallowip=0.0.0.0/0
|
||||
whitelist=0.0.0.0/0
|
||||
txindex=1
|
||||
blockfilterindex=1
|
||||
|
||||
[main]
|
||||
rpcbind=0.0.0.0
|
||||
rpcuser=rpcuser
|
||||
rpcpassword=VLSsigner1
|
||||
rpcport=8332
|
||||
port=8333
|
||||
|
||||
[test]
|
||||
rpcbind=0.0.0.0
|
||||
rpcuser=rpcuser
|
||||
rpcpassword=VLSsigner1
|
||||
rpcport=18332
|
||||
port=18333
|
||||
|
||||
[regtest]
|
||||
rpcbind=0.0.0.0
|
||||
rpcallowip=0.0.0.0/0
|
||||
whitelist=0.0.0.0/0
|
||||
zmqpubrawblock=tcp://bitcoind:38332
|
||||
zmqpubrawtx=tcp://bitcoind:38333
|
||||
txindex=1
|
||||
blockfilterindex=1
|
||||
rpcuser=rpcuser
|
||||
rpcpassword=VLSsigner1
|
||||
rpcport=38332
|
||||
port=38333
|
||||
9
assets/main-config
Normal file
9
assets/main-config
Normal file
@@ -0,0 +1,9 @@
|
||||
network=regtest
|
||||
bitcoin-rpcuser=rpcuser
|
||||
bitcoin-rpcpassword=VLSsigner1
|
||||
bitcoin-rpcport=8332
|
||||
log-level=info
|
||||
max-locktime-blocks=288
|
||||
important-plugin=/usr/bin/clboss
|
||||
clboss-auto-close=true
|
||||
bind-addr=0.0.0.0:9735
|
||||
4
assets/main-env
Normal file
4
assets/main-env
Normal file
@@ -0,0 +1,4 @@
|
||||
VLS_PORT=17701
|
||||
VLS_NETWORK=regtest
|
||||
BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:8332
|
||||
RUST_LOG=info
|
||||
9
assets/regtest-config
Normal file
9
assets/regtest-config
Normal file
@@ -0,0 +1,9 @@
|
||||
network=regtest
|
||||
bitcoin-rpcuser=rpcuser
|
||||
bitcoin-rpcpassword=VLSsigner1
|
||||
bitcoin-rpcport=38332
|
||||
log-level=info
|
||||
max-locktime-blocks=288
|
||||
important-plugin=/usr/bin/clboss
|
||||
clboss-auto-close=true
|
||||
bind-addr=0.0.0.0:19846
|
||||
4
assets/regtest-env
Normal file
4
assets/regtest-env
Normal file
@@ -0,0 +1,4 @@
|
||||
VLS_PORT=17701
|
||||
VLS_NETWORK=regtest
|
||||
BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:38332
|
||||
RUST_LOG=info
|
||||
@@ -5,4 +5,5 @@ bitcoin-rpcport=18332
|
||||
log-level=info
|
||||
max-locktime-blocks=288
|
||||
important-plugin=/usr/bin/clboss
|
||||
clboss-auto-close=true
|
||||
clboss-auto-close=true
|
||||
bind-addr=0.0.0.0:19735
|
||||
Reference in New Issue
Block a user