Thanks for the info. Is there a site where I can compare them all or I must do it manually one at a time? Do you mine? If so what pool are you using mate?
all known pools are synced by now.
compare "manually" by doing something like that:
for i in http://xci.mypool.name:42004/stats http://pool3.democats.org:7713/stats http://xci.acidminer.org:8117/stats http://xci.ms-pool.net.ua:8117/stats http://xci.cryptonotepool.com:8119/stats; do echo -n "$i: is at " && curl -s $i | jq .network.height; done
or in a way you like.
I coded a very simple "overview" page. So you can check some data at:
http://xci.mypool.name/#network"Height" is most important column for checking chain splits.