2024-12-18 02:17:21 +00:00
|
|
|
#include <array>
|
|
|
|
#include <string>
|
|
|
|
|
2024-12-20 00:08:03 +00:00
|
|
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsHashRate(std::string text);
|
|
|
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsDailyEarnings(int sats, std::string label);
|