mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-04 21:45:33 +01:00
blockfilterindex incompatible with prune
This commit is contained in:
@@ -10,13 +10,13 @@ regtest=1
|
||||
prune=<%= bitcoin_prune_size || 550 %>
|
||||
<% } else { %>
|
||||
txindex=1
|
||||
blockfilterindex=1
|
||||
<% } %>
|
||||
|
||||
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