diff --git a/src/stratifier.c b/src/stratifier.c index d1071759..d2e0d33f 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -6248,11 +6248,12 @@ static void update_workerstats(ckpool_t *ckp, sdata_t *sdata) ghs5 = worker->dsps5 * nonces; ghs60 = worker->dsps60 * nonces; ghs1440 = worker->dsps1440 * nonces; - JSON_CPACK(val, "{ss,si,ss,ss,sf,sf,sf,sf,sb,ss,ss,ss,ss}", + JSON_CPACK(val, "{ss,si,ss,ss,si,sf,sf,sf,sf,sb,ss,ss,ss,ss}", "poolinstance", ckp->name, "elapsed", elapsed, "username", user->username, "workername", worker->workername, + "instances", worker->instance_count, "hashrate", ghs1, "hashrate5m", ghs5, "hashrate1hr", ghs60,