Hey Doc,
SRBMiner API call:
{ "rig_name": "GKMiner", "cryptonight_type": "normalv7", "miner_version": "1.6.8", "driver_version": "24.20.11021.1000", [u][b]"mining_time": 2[/b][/u], "total_devices": 6, "total_threads": 12, "hashrate_total_now": 0, "hashrate_total_1min": 0, "hashrate_total_5min": 0, "hashrate_total_30min": 0, "hashrate_total_max": 0, "pool": { "pool": "asia.cryptonight-hub.miningpoolhub.com:20580", "difficulty": 0, [u][b]"time_connected": "1970-01-01 05:30:00", "uptime": 1539850156[/b][/u], "latency": 0, "last_job_received": 1 }, "shares": { "total": 0, "accepted": 0, "accepted_stale": 0, "rejected": 0, "avg_find_time": 0 }, "devices": [ { "device": "GPU0", "device_id": 0, "model": "Radeon RX Vega", "bus_id": 19, "kernel_id": 1, "hashrate": 0, "core_clock": 1630, "memory_clock": 1100, "temperature": 41, "fan_speed_rpm": 3795 }, { "device": "GPU1", "device_id": 1, "model": "Radeon RX Vega", "bus_id": 13, "kernel_id": 1, "hashrate": 0, "core_clock": 1630, "memory_clock": 1100, "temperature": 40, "fan_speed_rpm": 3743 }, { "device": "GPU2", "device_id": 2, "model": "Radeon RX Vega", "bus_id": 16, "kernel_id": 1, "hashrate": 0, "core_clock": 1630, "memory_clock": 1100, "temperature": 40, "fan_speed_rpm": 3819 }, { "device": "GPU3", "device_id": 3, "model": "Radeon RX Vega", "bus_id": 9, "kernel_id": 1, "hashrate": 0, "core_clock": 1630, "memory_clock": 1100, "temperature": 38, "fan_speed_rpm": 3833 }, { "device": "GPU4", "device_id": 4, "model": "Radeon RX Vega", "bus_id": 3, "kernel_id": 1, "hashrate": 0, "core_clock": 1630, "memory_clock": 1100, "temperature": 38, "fan_speed_rpm": 3760 }, { "device": "GPU5", "device_id": 5, "model": "Radeon RX Vega", "bus_id": 6, "kernel_id": 1, "hashrate": 0, "core_clock": 1630, "memory_clock": 1100, "temperature": 39, "fan_speed_rpm": 3809 } ]}
This is an API call made after the miner has started(
"mining_time": 2), but before it is connected to the pool (
"time_connected": "1970-01-01 05:30:00", "uptime": 1539850156).
Can u fix this, so the Uptime shows 0 instead of the UNIX timestamp? Its throwing the charts crazy.