Skip to content

Commit

Permalink
Update AVR_Miner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jun 27, 2021
1 parent b233302 commit 5846e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AVR_Miner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
##########################################
# Duino-Coin Python AVR Miner (v2.49)
# Duino-Coin Python AVR Miner (v2.5)
# https://github.com/revoxhere/duino-coin
# Distributed under MIT license
# © Duino-Coin Community 2019-2021
Expand Down Expand Up @@ -92,8 +92,8 @@ def now():
install('pypresence')

# Global variables
MINER_VER = '2.49' # Version number
SOC_TIMEOUT = 30
MINER_VER = '2.5' # Version number
SOC_TIMEOUT = 60
AVR_TIMEOUT = 4 # diff 8(*100) / 196 H/s ~= 4
BAUDRATE = 115200
RESOURCES_DIR = 'AVRMiner_' + str(MINER_VER) + '_resources'
Expand Down Expand Up @@ -408,7 +408,7 @@ def load_config():
'language': lang,
'identifier': rig_identifier,
'debug': 'n',
"soc_timeout": 30,
"soc_timeout": 60,
"avr_timeout": 4,
"discord_presence": "y"}

Expand Down

0 comments on commit 5846e96

Please sign in to comment.