Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
HASHRATE_SPEED
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 3, 2021
1 parent 5885932 commit 0e6ccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuinoCoin_Esp_Async_Master/DuinoCoin_Clients.ino
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void clients_sendJobDone(byte i)
{
Serial.print("[" + String(i) + "]");
Serial.println("Slow down HashRate: " + String(HashRate, 2));
HashRate = HASHRATE_MAX + random(-50, 50) / 100.0;
HashRate = HASHRATE_SPEED + random(-50, 50) / 100.0;
}

if (id.length() > 0) id = "," + id;
Expand Down

0 comments on commit 0e6ccee

Please sign in to comment.