Skip to content

Instantly share code, notes, and snippets.

@jonasbits
Created September 10, 2014 22:51
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 jonasbits/a709c3051cff13a8a725 to your computer and use it in GitHub Desktop.
Save jonasbits/a709c3051cff13a8a725 to your computer and use it in GitHub Desktop.
libcoind settings for --namecoin testnet
#libcoind.conf.namecoin.test
#p2p
port = 18334
#port = 19334 #if running namecoin/qt/d at the same time
rpcport = 18336
#rpcuser not needed?
rpcuser = keepitsecret
rpcpassword = keepitsafe
#rpcallowip = 192.168.1.74 #must connect from this subnet?
#nolisten = 1 #if you are low on upload speed
searchable = 0
verification = CHECKPOINT #NONE, MINIMAL, CHECKPOINT, FULL
validation = NONE #NONE, MINIMAL, CHECKPOINT, FULL
persistence = FULL #NONE, MINIMAL, CHECKPOINT, FULL, LAZY = MINIMAL and only purge on restart
#FULL = quick rebuild if delete sqlite files but keep _db files
portmap = 0 #zero = do not try, is it working? not on August 2014!
#connect = 127.0.0.1:18334 #if bad node gives us invalid chain
#connect = 198.27.66.171:18334
#addnode = 127.0.0.1:18334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment