Add getlocalsolps and getnetworksolps RPC calls, show them in getmininginfo

This commit is contained in:
Jack Grigg
2016-10-25 13:11:41 -07:00
parent 54218ea05c
commit 000499ae64
8 changed files with 116 additions and 12 deletions

View File

@@ -31,6 +31,9 @@ extern AtomicCounter solutionTargetChecks;
void TrackMinedBlock(uint256 hash);
void MarkStartTime();
double GetLocalSolPS();
void ConnectMetricsScreen();
void ThreadShowMetricsScreen();