Stratum
Bases: Base
ORM model for the local stratum endpoint.
Attributes:
Name | Type | Description |
---|---|---|
uid |
int
|
Primary key. |
time |
datetime
|
Timestamp of the record. |
full_json |
dict
|
Full JSON data. |
hashrate_15m |
int
|
Hashrate for the last 15 minutes. |
hashrate_1h |
int
|
Hashrate for the last hour. |
hashrate_24h |
int
|
Hashrate for the last 24 hours. |
total_hashes |
int
|
Total number of hashes. |
shares_found |
int
|
Number of shares found. |
shares_failed |
int
|
Number of shares failed. |
average_effort |
float
|
Average effort. |
current_effort |
float
|
Current effort. |
connections |
int
|
Number of connections. |
incoming_connections |
int
|
Number of incoming connections. |
block_reward_share_percent |
float
|
Block reward share percentage. |
workers |
dict
|
List of workers. |