mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-19 19:24:19 +01:00
Added Bitcoin Core configs for Specter
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user