From 0a775e75a5357cc75ef63af99899e58c84053222 Mon Sep 17 00:00:00 2001 From: kexkey Date: Wed, 14 Oct 2020 11:20:57 -0400 Subject: [PATCH] Added Bitcoin Core configs for Specter --- cyphernodeconf_docker/templates/bitcoin/bitcoin-client.conf | 3 +++ cyphernodeconf_docker/templates/bitcoin/bitcoin.conf | 1 + 2 files changed, 4 insertions(+) diff --git a/cyphernodeconf_docker/templates/bitcoin/bitcoin-client.conf b/cyphernodeconf_docker/templates/bitcoin/bitcoin-client.conf index e9402e8..32924ad 100644 --- a/cyphernodeconf_docker/templates/bitcoin/bitcoin-client.conf +++ b/cyphernodeconf_docker/templates/bitcoin/bitcoin-client.conf @@ -7,5 +7,8 @@ regtest=1 <% } %> rpcconnect=<%= (bitcoin_mode === 'internal')?'bitcoin':bitcoin_node_ip %> +main.rpcport=8332 +test.rpcport=18332 +regtest.rpcport=18443 rpcuser=<%= bitcoin_rpcuser %> rpcpassword=<%= bitcoin_rpcpassword %> diff --git a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf index 1c47cc6..6ad29d3 100644 --- a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf +++ b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf @@ -16,6 +16,7 @@ zmqpubrawblock=tcp://0.0.0.0:18501 zmqpubrawtx=tcp://0.0.0.0:18502 listen=1 +blockfilterindex=1 <% if ( features.indexOf('tor') !== -1 && torifyables && torifyables.indexOf('tor_bitcoin') !== -1 ) { %> #tor