Created
May 2, 2017 03:55
-
-
Save tranvictor/ba20b6ad345a373652123dfae927a023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 20170502105520 | |
// http://localhost:1633/farm | |
{ | |
"last_1_hour": { | |
"24894949": { | |
"mined_share": 26, | |
"valid_share": 26, | |
"average_share_difficulty": 123456, | |
"rejected_share": 0, | |
"submitted_claim": 0, | |
"accepted_claim": 0, | |
"rejected_claim": 0, | |
"reported_hashrate": 62446, | |
"effective_hashrate": 133744, | |
"rigs": { | |
"victor": true | |
}, | |
"block_found": 0, | |
"time_period": 24894949, | |
"start_time": "2017-05-02T10:49:35.197843826+07:00" | |
}, | |
"24894950": { | |
"mined_share": 21, | |
"valid_share": 21, | |
"average_share_difficulty": 123456, | |
"rejected_share": 0, | |
"submitted_claim": 1, | |
"accepted_claim": 0, | |
"rejected_claim": 0, | |
"reported_hashrate": 94023, | |
"effective_hashrate": 152504, | |
"rigs": { | |
"victor": true | |
}, | |
"block_found": 0, | |
"time_period": 24894950, | |
"start_time": "2017-05-02T10:50:00.087453332+07:00" | |
} | |
}, | |
"last_3_hours": { | |
"24894949": { | |
"mined_share": 26, | |
"valid_share": 26, | |
"average_share_difficulty": 123456, | |
"rejected_share": 0, | |
"submitted_claim": 0, | |
"accepted_claim": 0, | |
"rejected_claim": 0, | |
"reported_hashrate": 62446, | |
"effective_hashrate": 133744, | |
"rigs": { | |
"victor": true | |
}, | |
"block_found": 0, | |
"time_period": 24894949, | |
"start_time": "2017-05-02T10:49:35.197843826+07:00" | |
}, | |
"24894950": { | |
"mined_share": 21, | |
"valid_share": 21, | |
"average_share_difficulty": 123456, | |
"rejected_share": 0, | |
"submitted_claim": 1, | |
"accepted_claim": 0, | |
"rejected_claim": 0, | |
"reported_hashrate": 94023, | |
"effective_hashrate": 152504, | |
"rigs": { | |
"victor": true | |
}, | |
"block_found": 0, | |
"time_period": 24894950, | |
"start_time": "2017-05-02T10:50:00.087453332+07:00" | |
} | |
}, | |
"overall": { | |
"last_mined_share": "2017-05-02T10:50:17.237285762+07:00", | |
"last_valid_share": "2017-05-02T10:50:17.237285762+07:00", | |
"last_rejected_share": "0001-01-01T00:00:00Z", | |
"last_block": "0001-01-01T00:00:00Z", | |
"mined_share": 47, | |
"valid_share": 47, | |
"average_share_difficulty": 123456, | |
"rejected_share": 0, | |
"last_submitted_claim": "2017-05-02T10:50:29.919948971+07:00", | |
"last_accepted_claim": "0001-01-01T00:00:00Z", | |
"last_rejected_claim": "0001-01-01T00:00:00Z", | |
"total_submitted_claim": 1, | |
"total_accepted_claim": 0, | |
"total_rejected_claim": 0, | |
"reported_hashrate": 76678, | |
"effective_hashrate": 138153, | |
"rigs": { | |
"victor": true | |
}, | |
"total_block_found": 0, | |
"pending_share": 4, | |
"start_time": "2017-05-02T10:49:35.197843826+07:00" | |
}, | |
"period_duration": 60 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment