Generate mining basic pool ranking (sorted by block found) for a specified timeframe
This commit is contained in:
@@ -51,3 +51,16 @@ export interface LiquidPegs {
|
||||
}
|
||||
|
||||
export interface ITranslators { [language: string]: string; }
|
||||
|
||||
export interface PoolsStats {
|
||||
poolsStats: {
|
||||
pooldId: number,
|
||||
name: string,
|
||||
link: string,
|
||||
blockCount: number,
|
||||
emptyBlocks: number,
|
||||
rank: number,
|
||||
}[],
|
||||
blockCount: number,
|
||||
lastEstimatedHashrate: number,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user