Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Created November 24, 2019 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolim1t/f39840e45af0115057fd9b9b7199a431 to your computer and use it in GitHub Desktop.
Save nolim1t/f39840e45af0115057fd9b9b7199a431 to your computer and use it in GitHub Desktop.
My bitcoin conf works on 0.19.0.1 (Release Notes: https://bitcoin.org/en/release/v0.19.0.1)
server=1
rest=1
rpcallowip=127.0.0.1
rpcallowip=192.168.0.1/24
rpcallowip=192.168.1.1/24
rpcallowip=10.0.0.0/8
rpcallowip=172.16.0.0/12
maxmempool=512
#txindex=1
# BIP158 Filters (https://bitcoin.org/en/release/v0.19.0.1#new-settings)
blockfilterindex=1
# magic RBP optimisations
maxconnections=40
maxuploadtarget=5000
# Tor Stuff
#onion=127.0.0.1:9050
listen=1
bind=0.0.0.0
# Enable wallet.dat
disablewallet=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment