PoolStats
Bases: Base
ORM model for the pool stats endpoint.
Attributes:
Name | Type | Description |
---|---|---|
uid |
int
|
Primary key. |
time |
datetime
|
Timestamp of the record. |
full_json |
dict
|
Full JSON data. |
pool_list |
dict
|
List of pools. |
pool_statistics |
dict
|
Pool statistics. |
hashrate |
int
|
Pool hashrate. |
miners |
int
|
Number of miners. |
total_hashes |
int
|
Total number of hashes. |
last_block_found_time |
int
|
Time of the last block found. |
last_block_found |
int
|
Last block found. |
total_blocks_found |
int
|
Total number of blocks found. |
pplns_weight |
int
|
PPLNS weight. |
pplns_window_size |
int
|
PPLNS window size. |
sidechain_difficulty |
int
|
Sidechain difficulty. |
sidechain_height |
int
|
Sidechain height. |