Browse Source

Remove redundant bitcoin.conf options (#509)

spv
Luke Childs 4 years ago
committed by GitHub
parent
commit
b1a32bde1e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      templates/bitcoin-sample.conf

4
templates/bitcoin-sample.conf

@ -12,11 +12,9 @@ rpcallowip=<gateway-ip>/16
rpcallowip=127.0.0.1
rpcauth=<rpcauth>
# Optimizations
# Memory
dbcache=<size>
maxmempool=300
maxconnections=40
maxuploadtarget=1000
# zmq
zmqpubrawblock=tcp://0.0.0.0:<zmq-rawblock-port>

Loading…
Cancel
Save