You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Arduino Uno and with Arduino Nano old bootloader on Mac Sonoma 14.4.1:
13:20:29 avr1440 ⛏ Aceptado 198/198 (100%) ∙ 00.4s ∙ 342 H/s (685 H/s total) ⚙ diff. 8 ∙ ping 54ms
13:20:31 avr1440 ⛏ Aceptado 199/199 (100%) ∙ 01.8s ∙ 342 H/s (685 H/s total) ⚙ diff. 8 ∙ ping 53ms
Exception in thread Thread-2:
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/Users/user/Downloads/duino-coin-4.0/AVR_Miner.py", line 1242, in mine_avr
f"{get_string('surpassed')} {accept.value} {get_string('surpassed_shares')}",
NameError: name 'accept' is not defined
13:20:33 avr1440 ⛏ Aceptado 200/200 (100%) ∙ 01.9s ∙ 342 H/s (685 H/s total) ⚙ diff. 8 ∙ ping 53ms
Futhermore:
user@mac duino-coin-4.0 % python3 AVR_Miner.py
/Users/user/Library/Python/3.9/lib/python/site-packages/urllib3/init.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
warnings.warn(
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With Arduino Uno and with Arduino Nano old bootloader on Mac Sonoma 14.4.1:
13:20:29 avr1440 ⛏ Aceptado 198/198 (100%) ∙ 00.4s ∙ 342 H/s (685 H/s total) ⚙ diff. 8 ∙ ping 54ms
13:20:31 avr1440 ⛏ Aceptado 199/199 (100%) ∙ 01.8s ∙ 342 H/s (685 H/s total) ⚙ diff. 8 ∙ ping 53ms
Exception in thread Thread-2:
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/Users/user/Downloads/duino-coin-4.0/AVR_Miner.py", line 1242, in mine_avr
f"{get_string('surpassed')} {accept.value} {get_string('surpassed_shares')}",
NameError: name 'accept' is not defined
13:20:33 avr1440 ⛏ Aceptado 200/200 (100%) ∙ 01.9s ∙ 342 H/s (685 H/s total) ⚙ diff. 8 ∙ ping 53ms
Futhermore:
user@mac duino-coin-4.0 % python3 AVR_Miner.py
/Users/user/Library/Python/3.9/lib/python/site-packages/urllib3/init.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
warnings.warn(
Beta Was this translation helpful? Give feedback.
All reactions