From c68c70b8c07c47fdbbc68f17a1029e2483a3e98d Mon Sep 17 00:00:00 2001 From: Skot Date: Wed, 24 May 2023 22:27:20 -0400 Subject: [PATCH] Update bm1397_protocol.md --- bm1397_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bm1397_protocol.md b/bm1397_protocol.md index bb2750ce1..36cbe9bd0 100644 --- a/bm1397_protocol.md +++ b/bm1397_protocol.md @@ -69,4 +69,4 @@ AA 55 00 03 EA 0F 02 20 9C ``` this means the Nonce `0003EA0F` was found for JobID `20` -If the BM1397 _doesn't_ find a good nonce in the whole nonce space, it just goes off into lalaland. It's up to the miner to keep track of what the ASIC is doing and send it more work if this happens. If you look at the hashing frequency you should be able to time this. +If the BM1397 _doesn't_ find a good nonce in the whole nonce space, it just starts over. This is super wasteful, so it's up to the miner to keep track of what the ASIC is doing and send it more work if this happens. If you look at the hashing frequency you should be able to time this.