Meanwhile my DRZ 2.4 wallet is unable to find nodes too
I added this to droidz.conf:
addnode=drz-seed1.granitecoin.com
addnode=drz-seed2.granitecoin.com
addnode=drz-seed3.granitecoin.com
But this is what I get now:
trying connection 51.254.216.25:5124 lastseen=376427.6hrs
trying connection 79.69.39.40:5124 lastseen=76.1hrs
connection timeout
connection timeout
trying connection 51.254.216.250:5124 lastseen=376427.6hrs
trying connection 85.25.214.214:5124 lastseen=96.3hrs
connection timeout
connection timeout
trying connection 51.254.216.251:5124 lastseen=376427.6hrs
The 51.254.216.25, 51.254.216.250 and 51.254.216.251 are the drz-seed1, drz-seed2 and drz-seed3 appropriately..
Not sure whats wrong. Hopefully that is just my local wallet, but...
crysx, could you please check the nodes just in case?
I'll try later from another machine, as this one is behind NAT and wallets running on it often have connection issues.
these are the right dns - and ips for the nodes - so you are not wrong there mate ...
ive just checked the log - and debug is telling the same story ... checked the old drz block explorer and that is behind by a little over 1.5 hours - but the seednodes are still active in the v2.4 node list -
https://chainz.cryptoid.info/drzold/#!network ...
so looking into what is happening here - but it seems that the majority of v2.4 wallet holders are offline - which has slowed the block chain down quite dramatically ... but even that shouldnt stop the nodes from updating and syncing ...
below are the current getinfo details from the daemons ...
drz-seed1.granitecoin.com
droidzd getinfo
{
"version" : "v2.4.0.0: Assembly-beta",
"protocolversion" : 80001,
"walletversion" : 60000,
"balance" : 7.02233970,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 254209,
"timeoffset" : -1,
"moneysupply" : 5173993.36684699,
"connections" : 9,
"proxy" : "",
"ip" : "51.254.216.25",
"difficulty" : {
"proof-of-work" : 18.49960634,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1450494405,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00000000,
"errors" : ""
}
drz-seed2.granitecoin.com
droidzd getinfo
{
"version" : "v2.4.0.0: Assembly-beta",
"protocolversion" : 80001,
"walletversion" : 60000,
"balance" : 7.02507939,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 254209,
"timeoffset" : 0,
"moneysupply" : 5173993.36684699,
"connections" : 7,
"proxy" : "",
"ip" : "51.254.216.250",
"difficulty" : {
"proof-of-work" : 18.49960634,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1450494414,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00000000,
"errors" : ""
}
drz-seed3.granitecoin.com
droidzd getinfo
{
"version" : "v2.4.0.0: Assembly-beta",
"protocolversion" : 80001,
"walletversion" : 60000,
"balance" : 7.02607529,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 254209,
"timeoffset" : 0,
"moneysupply" : 5173993.36684699,
"connections" : 8,
"proxy" : "",
"ip" : "51.254.216.251",
"difficulty" : {
"proof-of-work" : 18.49960634,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1450494428,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00000000,
"errors" : ""
}
so the blockchains are moving - are updated - and are active ... but showing as not contactable for a huge amount of time from your debug.log? ... very weird indeed ...
ill restart the daemons and see if that helps - but i need to check the ports to see if they are clashing with anything else ... as they were supposed to have been removed a while back when the swap was finished ... but - as we all know what happened has disrupted the plan and caused this 'damage control' session to take place ...
give it a few minutes and restart your wallet again - but remove all the files in your v2.4 folder - except for the .conf and the wallet.dat ... then see how this goes for the sync ...
ill watch the log files on all three seednodes to see what happens ... it 'should' request blocks from these nodes unless your wallet still sees them as not contactable ...
do you have access to port forwarding ( fro the rpcport 5125 and psp 5124) through the router to bypass nat? ...
tanx drays ...
#crysx