up!
Hi dev! My masternode change status ENABLED -> PRE_ENABLED every day.
wtf?
debug.log:
2017-09-11 06:59:30 CMasternodeMan::AskForMN - Asking node for missing entry, vin: CTxIn(COutPoint(37a5e42ee55ba47fa5b43e6a4fc3684094491a82e9ce25447a3071fa1dcc737e, 1), scriptSig=)
2017-09-11 06:59:30 CMasternodeMan::AskForMN - Asking node for missing entry, vin: CTxIn(COutPoint(6ad6e23c3a664d96b3c92938da5b8e625f284cae973858c5aa825a7f26b7f951, 1), scriptSig=)
2017-09-11 06:59:31 CMasternodeMan::AskForMN - Asking node for missing entry, vin: CTxIn(COutPoint(4e21321b4704911a7ea926b08344cee743c439abbf74745e60c7cddd0bd6b275, 1), scriptSig=)
i need help!
das.conf
rpcallowip=127.0.0.1
server=1
listen=1
daemon=1
masternode=1
port=43781
banscore=100
maxconnections=24
masternodeprivkey=7sxxxxxxxbs
externalip=server_ip
masternode.conf
mn1 server_ip:9399 7sBmuNXxxxxDi5zu4bs 60816xxxxx86b9 1
masternode start-all
{
"overall": "Successfully started 1 masternodes, failed to start 0, total 1",
"detail": {
"status": {
"alias": "mn1",
"result": "successful"
}
}
}
masternode list-conf
{
"masternode": {
"alias": "mn1",
"address": "server_ip:9399",
"privateKey": "7sBmuxxxxxxxxxxxxxi5zu4bs",
"txHash": "608xxxxxxxxxxxxxxxxxxxb86b9",
"outputIndex": "1",
"status": "PRE_ENABLED"
}
}
./das-cli getinfo
{
"version": 120200,
"protocolversion": 70201,
"walletversion": 61000,
"balance": 1002.00000000,
"privatesend_balance": 0.00000000,
"blocks": 41123,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 2110.14665240545,
"testnet": false,
"keypoololdest": 1503539310,
"keypoolsize": 1001,
"unlocked_until": 1505166496,
"paytxfee": 0.00000000,
"relayfee": 0.00010000,
"errors": ""
Do not ignore this problem please.
YOUR das.conf (above):
rpcallowip=127.0.0.1
server=1
listen=1
daemon=1
masternode=1
port=43781
banscore=100
maxconnections=24
masternodeprivkey=7sxxxxxxxbs
externalip=server_ip
Missing components and where did you get port 43781?! Port MUST be 9399 consistently in all entries. No addnodes?!
MY das.conf that is working just fine:
#BEGIN
rpcuser=[USERNAME]
rpcpassword=[PASSWORD]
#rpcallowip=127.0.0.1
externalip=[EXTERNALIP]
rpcport=9399
#listen=1
port=9399
server=1
daemon=1
#staking=0
logips=1
maxconnections=24
#banning to limit debug.log file size and peer sync issues
banscore=5000
bantime=86400
#
masternode=1
masternodeaddr=[EXTERNALIP]:9399
masternodeprivkey=[MASTERNODEPRIVKEY]
#
#current addnodes from
https://novaexchange.com/addnodes/DAS/addnode=104.207.145.22:9399
addnode=107.174.69.220:9399
addnode=137.74.157.36:9399
addnode=141.134.124.215:9399
addnode=154.16.7.191:9399
addnode=185.137.97.15:9399
addnode=185.81.167.100:9399
addnode=192.99.70.176:9399
addnode=195.181.241.86:9399
addnode=212.47.243.63:9399
addnode=24.91.171.132:9399
addnode=35.184.44.214:9399
addnode=35.197.67.60:9399
addnode=45.32.169.164:9399
addnode=45.32.169.70:9399
addnode=45.32.235.64:9399
addnode=45.76.13.77:9399
addnode=45.77.115.157:9399
addnode=47.209.22.141:9399
addnode=5.79.97.229:9399
addnode=52.23.180.74:9399
addnode=75.130.162.248:9399
addnode=78.106.135.194:9399
addnode=85.214.153.21:9399
addnode=89.239.193.68:9399
addnode=94.176.238.166:9399
addnode=98.172.83.52:9399
addnode=98.172.83.59:9399
addnode=98.226.11.139:9399
#END
Try this with your specific information and see what happens. PM me if more assistance needed.
Regards,
c_p