diff --git a/contrib/assets_tutorial/bitcoin.conf b/contrib/assets_tutorial/bitcoin.conf index a5a45b6f64..802b55ddc7 100644 --- a/contrib/assets_tutorial/bitcoin.conf +++ b/contrib/assets_tutorial/bitcoin.conf @@ -1,9 +1,14 @@ +regtest=1 +daemon=1 +txindex=1 + +regtest.rpcuser=user3 +regtest.rpcpassword=password3 +regtest.rpcport=18888 +regtest.port=18889 + rpcuser=user3 rpcpassword=password3 rpcport=18888 port=18889 -regtest=1 -testnet=0 -daemon=1 -txindex=1