- bitcoind - lightnind - txood - vlsd: already - update future work Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
24 lines
338 B
Plaintext
24 lines
338 B
Plaintext
##
|
|
## bitcoin.conf configuration file. Lines beginning with # are comments.
|
|
##
|
|
|
|
server=1
|
|
rpcallowip=0.0.0.0/0
|
|
whitelist=0.0.0.0/0
|
|
txindex=1
|
|
blockfilterindex=1
|
|
|
|
[test]
|
|
rpcbind=0.0.0.0
|
|
rpcuser=rpcuser
|
|
rpcpassword=VLSsigner1
|
|
rpcport=18332
|
|
port=18333
|
|
|
|
[regtest]
|
|
rpcbind=0.0.0.0
|
|
rpcuser=rpcuser
|
|
rpcpassword=VLSsigner1
|
|
rpcport=38332
|
|
port=38333
|