Skip to content

Instantly share code, notes, and snippets.

@bitbd83
Created November 23, 2019 09:28
Show Gist options
  • Save bitbd83/94f43f99b1a619e6ea69d78dfa69d6b0 to your computer and use it in GitHub Desktop.
Save bitbd83/94f43f99b1a619e6ea69d78dfa69d6b0 to your computer and use it in GitHub Desktop.
#Server Config
#RPC Details
rpcuser=<yourid>
rpcpassword=<your pass>
rpcallowip=127.0.0.1 <you can define any IP>
listen=1
daemon=1
server=1
testnet=0
#P2P Port
port=13520
#Fixed nodes for better connectivity but not necessary
addnode=167.71.78.206
addnode=157.245.76.203
addnode=202.182.121.200
discover=1
#utilities
txindex=1
dbcache=25
printtoconsole=1
#rescan=1
wallet=0
dns=1
#Can enable time syncing
#synctime=1
banscore=100
logtimestamps=1
bantime=860400
keypool=100
#capacity
# Can enable debug but its slowing down
#debug=mempool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment