From 370e797615d82a781b9305d253fd09e5c45ea151 Mon Sep 17 00:00:00 2001 From: wintercooled Date: Thu, 1 Nov 2018 14:29:55 +0000 Subject: [PATCH] Changed config file to work with new core v0.17 format as well as previous versions --- contrib/assets_tutorial/bitcoin.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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