Skip to content

Commit

Permalink
Kyd Conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoAcidic authored Dec 21, 2018
1 parent c27efa4 commit d392596
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions config/kyd/kyd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
################################
# basic settings
################################
txindex=1
logtimestamps=1
listen=1
daemon=1
staking=0
gen=0
maxconnections=256
bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
#############################
# nodes we want to stick to
#############################
addnode=seed1.kydcoin.io
addnode=seed2.kydcoin.io
addnode=seed3.kydcoin.io
addnode=seed4.kydcoin.io
################################
# masternode specific settings
################################
masternode=1
#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
#################################################################################################
#
# b.
# 88b Insert your generated masternode privkey here
# 888b.
# 88888b
# 888888b.
# 8888P"
# P" `8.
# `8.
# `8
#################################################################################################
#############################
# optional indices
#############################
addressindex=1
timestampindex=1
spentindex=1
#############################
# JSONRPC
#############################
server=1
rpcuser=XXX_GIT_PROJECT_XXXrpc
rpcpassword=XXX_PASS_XXX
rpcallowip=127.0.0.1
rpcport=12245XXX_NUM_XXX

0 comments on commit d392596

Please sign in to comment.