We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0ebe2 commit c777350Copy full SHA for c777350
AVR_Miner.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python3
2
##########################################
3
-# Duino-Coin Python AVR Miner (v2.7.1)
+# Duino-Coin Python AVR Miner (v2.7.2)
4
# https://github.com/revoxhere/duino-coin
5
# Distributed under MIT license
6
# © Duino-Coin Community 2019-2021
@@ -95,7 +95,7 @@ def now():
95
install('pypresence')
96
97
# Global variables
98
-MINER_VER = '2.71' # Version number
+MINER_VER = '2.72' # Version number
99
SOC_TIMEOUT = 45
100
PERIODIC_REPORT_TIME = 60
101
AVR_TIMEOUT = 4 # diff 6 * 100 / 196 h/s = 3.06
0 commit comments