Our addnode list is long and outdated.
May want to consider building a new list and ask people to update their hotcoin.conf.
List 20-40 running nodes should improve the consistency of the network.
I do not know much about it, but I think that this should help?
To help the developer, I suggest you send him your own list of nodes (PM).
Then the developer would be easier to build a complete list of nodes and update hotcoin.conf.
Hover what do you think? whether this makes sense?For a list of currently connected nodes can be accessed using the command getpeerinfo
For linux/unix command line you can get
./hotcoind getpeerinfo | grep addr
"addr" : "89.254.227.13:49353",
"addr" : "82.246.47.198:53992",
"addr" : "80.218.60.159:57189",
"addr" : "70.180.127.70:53409",
"addr" : "113.132.2.235:9889",
"addr" : "222.65.218.169:53394",
"addr" : "187.178.143.86:60476",
"addr" : "222.77.179.170:9889",
"addr" : "84.195.164.196:53318",
"addr" : "112.5.234.78:11334",
"addr" : "202.99.219.178:64187",
"addr" : "37.146.110.5:9889",
"addr" : "86.62.110.209:32962",
"addr" : "116.17.83.110:59444",
"addr" : "119.122.7.119:30814",
"addr" : "58.22.94.100:3154",
"addr" : "175.0.89.74:42792",
"addr" : "112.5.234.78:45719",
"addr" : "123.133.61.97:2366",
"addr" : "46.187.149.223:31038",
"addr" : "112.5.234.78:60761",
I don't know is all address is needed or only 9889 ?
./hotcoind getpeerinfo | grep addr | grep 9889
"addr" : "113.132.2.235:9889",
"addr" : "222.77.179.170:9889",
"addr" : "37.146.110.5:9889",
Or with cleaning
./hotcoind getpeerinfo | grep addr | grep 9889 | sed 's/.*"addr" : "/addnode=/g' | sed 's/:9889",//g'
addnode=113.132.2.235
addnode=222.77.179.170
addnode=37.146.110.5
All IP (not only 9889) with cleaning - I don't know that all is needed or only 9889
./hotcoind getpeerinfo | grep addr | sed 's/.*"addr" : "/addnode=/g' | sed 's/:.*",//g'
addnode=89.254.227.13
addnode=82.246.47.198
addnode=80.218.60.159
addnode=70.180.127.70
addnode=187.178.143.86
addnode=222.77.179.170
addnode=112.5.234.78
addnode=37.146.110.5
addnode=86.62.110.209
addnode=116.17.83.110
addnode=119.122.7.119
addnode=58.22.94.100
addnode=175.0.89.74
addnode=112.5.234.78
addnode=46.187.149.223
addnode=112.5.234.78
addnode=60.214.232.42
addnode=37.140.123.71
addnode=14.209.53.13
addnode=89.68.164.123