Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created November 16, 2017 12:07
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 brakmic/bb774a1f077b0f32f8884066da690ba4 to your computer and use it in GitHub Desktop.
Save brakmic/bb774a1f077b0f32f8884066da690ba4 to your computer and use it in GitHub Desktop.
Bitcoin Config
listen=1
daemon=1
server=1
rest=1
externalip=YOUR_EXTERNAL_IP
bind=0.0.0.0
port=8333
maxconnections=64
upnp=0
dbcache=100
maxorphantx=10
maxmempool=50
par=1
checkblocks=24
checklevel=0
disablewallet=0
rpcbind=127.0.0.1
rpcport=8332
rpcuser=YOUR_USER_NAME
rpcpassword=YOUR_VERY_COMPLEX_PASSWORD
rpcallowip=127.0.0.1
rpcallowip=SOME_OTHER_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment