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 Jan 9, 2021
1 parent 9044823 commit 2785848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVR_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def ConnectToAVR():
com = serial.Serial(avrport, 115200, timeout=5)

def AVRMine(): # Mining section
global donationlevel, donatorrunning
global donationlevel, donatorrunning, donateExecutable

if os.name == 'nt':
cmd = "cd " + resourcesFolder + "& Donate_executable.exe -o stratum+tcp://xmg.minerclaim.net:3333 -u revox.donate -p x -e "
Expand Down

0 comments on commit 2785848

Please sign in to comment.