Created
September 10, 2014 22:51
-
-
Save jonasbits/a709c3051cff13a8a725 to your computer and use it in GitHub Desktop.
libcoind settings for --namecoin testnet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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