Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
19957476
Topic
1933467
Board
Mining (Altcoins)
Re: [DIY] auto-hard-reset mining rigs with Raspberry Pi
by
Kasmetski
on
05/07/2017, 17:17:19 UTC
To turn on the machine after that hard reset, the program makes quick short for about 0.108 sec.
You can edit the code very easy. Open machines.go and edit line 26
https://github.com/Kasmetski/auto-hard-reset/blob/master/machines.go#L26
from
Code:
r[i].Restarter()
to this
Code:
r[i].TurnOn()
This should work