['timeout' => 3]]); $data = @file_get_contents($api_base . $endpoint, false, $ctx); if ($action === 'pool' && $data) { $json = json_decode($data, true); $hr = $json['totalHashRate'] ?? 0; $file = __DIR__ . '/posts/hashrate_history.json'; $history = file_exists($file) ? json_decode(file_get_contents($file), true) : []; $last_time = end($history)['timestamp'] ?? 0; $now = time(); if ($now - $last_time >= 300) { $history[] = [ 'timestamp' => $now, 'label' => date('d.m. H:i'), 'hashrate' => $hr ]; if (count($history) > 432) array_shift($history); file_put_contents($file, json_encode($history), LOCK_EX); } } echo $data ?: '{}'; exit; } ?> Bitcoin Solo Pool Dashboard

⛏️ Bitcoin Solo Mining Dashboard

📊 Live Pool Hashrate (36 Stunden Verlauf)

🔍 Eigene Worker prüfen

WorkerSessionsHashrateBest Difficulty
Bitte Wallet-Adresse suchen.