From ba96c0e8c85f1732b261d827c26b68f8ea29e711 Mon Sep 17 00:00:00 2001 From: Robert Piotrowski <50244265+revoxhere@users.noreply.github.com> Date: Sat, 6 May 2023 12:44:50 +0200 Subject: [PATCH] Update difficulty list for new arduino code --- AVR_Miner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AVR_Miner.py b/AVR_Miner.py index df680c67..733cde13 100644 --- a/AVR_Miner.py +++ b/AVR_Miner.py @@ -1096,9 +1096,9 @@ def mine_avr(com, threadid, fastest_pool, thread_rigid): start_diff = "ESP8266" elif hashrate_test > 1000: start_diff = "DUE" - elif hashrate_test > 500: + elif hashrate_test > 520: start_diff = "ARM" - elif hashrate_test > 300: + elif hashrate_test > 370: start_diff = "MEGA" pretty_print('sys' + port_num(com),