Thanks to the very few of you that have donated. Id spend some time to write a GUI version, except I would need to create a custom firmware version from scratch, since there is no way to edit the web GUI without updating the whole bitmain firmware. Figured this way would be easier and not require you to update the firmware at all.
I know the command line seems scary to some but this is super easy to do, and there is very little risk of screwing up your antminer, even if you accidentally delete the whole root directory :p Bitmain's firmware is pretty good in that regard since they unpack the whole kernel and stock filesystem on each reboot.
It was easy on terminal via mac I just was fooled about password because I have not done it since 2014 with s-1's.
first down load your file
https://github.com/jstefanop/bitmain-tools/releases/download/v.1/set_voltage.zipthen open terminal on a mac when is asks for password type in admin
Last login: Mon May 7 11:10:06 on ttys002
macs-Mac-mini-4:~ macmini$ scp /Users/macmini/Downloads/set_voltage
[email protected]:/config
The authenticity of host '192.168.0.165 (192.168.0.165)' can't be established.
RSA key fingerprint is 12:41:2a:98:5e:19:4f:dc:5e:16:f8:b0:e6:07:46:9a.
Are you sure you want to continue connecting (yes/no)?
yesWarning: Permanently added '192.168.0.165' (RSA) to the list of known hosts.
[email protected]'s password:
adminset_voltage 100% 9204 9.0KB/s 00:00
macs-Mac-mini-4:~ macmini$ ssh
[email protected][email protected]'s password:
adminroot@L3antMinerNine9:~# cd /config
root@L3antMinerNine9:/config# ./set_voltage 1 fe
version = 0x03
reading voltage
voltage = 0x80
setting voltage
reading voltage
voltage = 0xfe
Success: Voltage updated!
root@L3antMinerNine9:/config# ./set_voltage 2 fe
version = 0x03
reading voltage
voltage = 0x80
setting voltage
reading voltage
voltage = 0xfe
Success: Voltage updated!
root@L3antMinerNine9:/config# ./set_voltage 3 fe
version = 0x03
reading voltage
voltage = 0x80
setting voltage
reading voltage
voltage = 0xfe
Success: Voltage updated!
root@L3antMinerNine9:/config# ./set_voltage 4 fe
version = 0x03
reading voltage
voltage = 0x80
setting voltage
reading voltage
voltage = 0xfe
Success: Voltage updated!
root@L3antMinerNine9:/config# Write failed: Broken pipe
macs-Mac-mini-4:~ macmini$
macs-Mac-mini-4:~ macmini$
macs-Mac-mini-4:~ macmini$
macs-Mac-mini-4:~ macmini$
macs-Mac-mini-4:~ macmini$
macs-Mac-mini-4:~ macmini$