#!/usr/bin/php setGetCache(false); // Since fetching from cache is disabled, overwrite our stats if (!$statistics->getRoundShares()) verbose("Unable to fetch and store current round shares\n"); if (!$statistics->getTopContributors('shares')) verbose("Unable to fetch and store top share contributors\n"); if (!$statistics->getTopContributors('hashes')) verbose("Unable to fetch and store top hashrate contributors\n"); if (!$statistics->getCurrentHashrate()) verbose("Unable to fetch and store pool hashrate\n"); // Admin specific statistics, we cache the global query due to slowness if (!$statistics->getAllUserStats('%')) verbose("Unable to fetch and store admin panel full user list\n"); ?>