From ec7e90da0df124949d9f6e4e90d9c7ff6289fc9a Mon Sep 17 00:00:00 2001 From: Josh Lehan Date: Sat, 17 Jun 2023 22:22:05 -0700 Subject: [PATCH] Adding the new SI prefixes for bigger units Finally, they have added more prefixes beyond yotta: https://www.bipm.org/en/cgpm-2022/resolution-3 Adding RH and QH for ronnahashes and quettahashes respectively. Who knows, we might get there someday.... Signed-off-by: Josh Lehan --- miner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner.c b/miner.c index c029547e66..62435e9ded 100644 --- a/miner.c +++ b/miner.c @@ -3878,7 +3878,7 @@ utility_to_hashrate(double utility) return utility * 0x4444444; } -static const char*_unitchar = "pn\xb5m kMGTPEZY?"; +static const char*_unitchar = "pn\xb5m kMGTPEZYRQ?"; static const int _unitbase = 4; static