network: remove bitcoin mainnet setup

- not ready for mainnet yet
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh
2023-10-27 23:05:34 +05:30
parent f4f2807389
commit 0bfcb691f2
8 changed files with 2 additions and 57 deletions

View File

@@ -8,13 +8,6 @@ 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
@@ -27,4 +20,4 @@ rpcbind=0.0.0.0
rpcuser=rpcuser
rpcpassword=VLSsigner1
rpcport=38332
port=38333
port=38333

View File

@@ -1,9 +0,0 @@
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

View File

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