Initial commit
see https://github.com/king-11/vls-containers/pull/1 for the original PR discussion
This commit is contained in:
16
assets/bitcoin.conf
Normal file
16
assets/bitcoin.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
##
|
||||
## bitcoin.conf configuration file. Lines beginning with # are comments.
|
||||
##
|
||||
|
||||
[test]
|
||||
server=1
|
||||
rpcuser=rpcuser
|
||||
rpcpassword=VLSsigner1
|
||||
rpcport=18332
|
||||
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
|
||||
8
assets/testnet-config
Normal file
8
assets/testnet-config
Normal file
@@ -0,0 +1,8 @@
|
||||
network=testnet
|
||||
bitcoin-rpcuser=rpcuser
|
||||
bitcoin-rpcpassword=VLSsigner1
|
||||
bitcoin-rpcport=18332
|
||||
log-level=info
|
||||
max-locktime-blocks=288
|
||||
important-plugin=/usr/bin/clboss
|
||||
clboss-auto-close=true
|
||||
4
assets/testnet-env
Normal file
4
assets/testnet-env
Normal file
@@ -0,0 +1,4 @@
|
||||
VLS_PORT=17701
|
||||
VLS_NETWORK=testnet
|
||||
BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:18332
|
||||
RUST_LOG=info
|
||||
Reference in New Issue
Block a user