One change that ck made that might be relevant is he removed the ability to get the stats for each worker via a single "workers" URL. Instead if you have multiple workers for a given bitcoin address, you have to get their stats from the "users" URL now.
So for example with my address, this doesn't work any more and results in a 404 error:
http://solo.ckpool.org/workers/18mztP2vq8u79oBPjFvTrMpy53mKHiFQNt.gekko1But this will provide the info for all workers associated with a user address in a new "worker" JSON structure:
http://solo.ckpool.org/users/18mztP2vq8u79oBPjFvTrMpy53mKHiFQNtPerhaps that's what's breaking the current gekkorun implementation? Maybe it's not that hard to fix, but I have no visibility into the code.
Hi edonkey,
thx for your feedback - yes I recognised this changes too a couple of days ago,
and changed the path in the gekkorun code, but it only works for a single instance w/o a worker name.
So you´ll see just the moment only eight runners on gekkorun, all eight are single instances w/o a worker address (only BTC address).
But we work on it...

Cheers,
andY