Way to go east!
Sadly, the network is in a bit of a mess at the moment.
Hiro missed a trick with the hardfork, shoulda changed the pchMessageStart string which was fumbled by the original Karmacoin “dev”. A whole bunch of lacklustre devs have generated alts with that same pchMessageStart string - despite it being documented as supposedly a unique identifier
Reddcoin:
https://github.com/reddcoin-project/reddcoin/blob/master/src/main.cpp#L3618 unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb }; // Reddcoin: increase each by adding 2 to bitcoin's value.
(Reddcoin predates Karma, it's Karma dev's error to use the same string.)
Karma -
https://github.com/karmateam/karma/blob/master-0.8/src/main.cpp#L3298unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb }; // Karma: increase each by adding 2 to bitcoin's value.
Worldcoin -
https://github.com/coinkeeper/2015-06-22_19-19_worldcoin/blob/dev-0.8/src/main.cpp#L3155unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb }; // Worldcoin: increase each by adding 2 to worldcoin's value.
This is why there is an entertainingly wide variety of sub-versions appearing in the block explorer's listing
https://chainz.cryptoid.info/karm/#!network
All those 73 “/Satoshi:0.10.2.2/” clients are nothing at all to do with Karma, they're clients for another coin. The “/Satoshi:0.8.6.5/” looks plausible but again, Karma could just be sharing a pchMessageStart
and a version string with yet another coin.
/Satoshi:0.10.2.2/
/Satoshi:0.8.6.5/
/Hashtoshi:0.8.6.4/
/Satoshi:0.8.7.5/
/Satoshi:0.8.7.4/
/Satoshi:0.8.6.2/
/Satoshi:0.8.6.1/
Dain 0.0.1
/Satoshi:0.8.5.1/
/Satoshi:0.8.6.2/
/Christiaan Huygens:1.2.0.4/
/DigitalcoinV3.0:3.0.1/
/Reddcoin:1.4.0/
The current state of play --- anything other than a Satoshi 0.8.6.5 subver on protocol version 70006 is almost certainly not a Karma node.
addr | vers'n | subver | height |
5.101.96.124:33629 | 70006 | /Satoshi:0.8.6.5/ | 835337 |
5.196.190.82:9432 | 70006 | /Satoshi:0.8.6.5/ | 835321 |
50.192.83.22:61521 | 70006 | /Satoshi:0.8.6.5/ | 835404 |
62.221.89.173:54321 | 70006 | /Satoshi:0.8.6.5/ | 835332 |
68.35.218.223:54141 | 70006 | /Satoshi:0.8.6.5/ | 835327 |
72.42.100.141:58146 | 70006 | /Satoshi:0.8.6.5/ | 835339 |
76.95.178.229:39808 | 70006 | /Satoshi:0.8.6.5/ | 835326 |
78.206.12.70:57234 | 70006 | /Satoshi:0.8.6.5/ | 835322 |
83.104.61.47:50805 | 70006 | /Satoshi:0.8.6.5/ | 835419 |
86.190.17.95:61229 | 70006 | /Satoshi:0.8.6.5/ | 835394 |
89.11.228.207:56973* | 70006 | /Satoshi:0.8.6.5/ | 835354 |
99.113.26.253:57003 | 70006 | /Satoshi:0.8.6.5/ | 835328 |
104.243.34.106:50183 | 70006 | /Satoshi:0.8.6.5/ | 835328 |
125.237.57.154:64250 | 70006 | /Satoshi:0.8.6.5/ | 835323 |
148.251.126.241:24901 | 70006 | /Satoshi:0.8.6.5/ | 835326 |
188.165.2.147:51545 | 70006 | /Satoshi:0.8.6.5/ | 835327 |
188.99.40.239:62420 | 70006 | /Satoshi:0.8.6.5/ | 835324 |
204.11.237.233:37663 | 70006 | /Satoshi:0.8.6.5/ | 835356 |
204.11.237.233:49587 | 70006 | /Satoshi:0.8.6.5/ | 835366 |
67.225.99.248:9333 | 70003 | /Satoshi:0.10.2.2/ | 599527 |
94.242.250.58:9333 | 70002 | /Satoshi:0.8.5.1/ | 849615 |
140.116.82.42:9333 | 70003 | /Satoshi:0.10.2.2/ | 849615 |
104.236.77.94:9333 | 70003 | /Satoshi:0.10.1.3/ | 849616 |
198.27.67.137:38627 | 75000 | /WorldcoinFoundation:0.8.6.2/ | 2169061 |
213.163.74.163:9333 | 70003 | /Satoshi:0.10.2.2/ | 849616 |
219.113.244.52:9333 | 70003 | /Satoshi:0.10.2.2/ | 849617 |
212.66.44.43:9333 | 70003 | /Satoshi:0.10.2.2/ | 849618 |
* = syncnode
Cheers
Graham