Added Bitcoin Core configs for Specter

This commit is contained in:
kexkey
2020-10-14 11:20:57 -04:00
parent e1cac588ec
commit 0a775e75a5
2 changed files with 4 additions and 0 deletions

View File

@@ -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 %>

View File

@@ -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