Initial commit

see https://github.com/king-11/vls-containers/pull/1 for the original PR
discussion
This commit is contained in:
Lakshya Singh
2023-09-18 18:54:06 +02:00
committed by Devrandom
commit 93884e15b4
11 changed files with 584 additions and 0 deletions

16
assets/bitcoin.conf Normal file
View 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
View 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
View File

@@ -0,0 +1,4 @@
VLS_PORT=17701
VLS_NETWORK=testnet
BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:18332
RUST_LOG=info