Add new stats in mining pool page

This commit is contained in:
nymkappa
2023-03-16 16:13:11 +09:00
parent 870a7e51b1
commit 0ebe0a5dc9
7 changed files with 128 additions and 65 deletions

View File

@@ -107,8 +107,8 @@ export interface PoolStat {
'1w': number,
};
estimatedHashrate: number;
reportedHashrate: number;
luck?: number;
avgBlockHealth: number;
totalReward: number;
}
export interface BlockExtension {