Post
Topic
Board Mining support
Topic OP
is it possible to run S17 or S17 Pro in fixed-freq mode ?
by
bobzombie
on 08/10/2019, 14:09:42 UTC
sorry for noob question

i have some Antminer s17 / s17 pro miners
with unlocked ssh , so i can ssh into them

is there anyway i can use them in fixed-freq mode ? (for over/under clock and ...)

for example :
is it possible to build s9 bmminer source code , for S17 ?
or should i think about reverse-engineering the bmminer or cgminer binary ?
or should i forget about it ?

in the kernel.log it says:

Code:
driver-btm-api.c:758:init_freq_mode: This is scan-user version

so it's auto/scan freq firmware
i tried to change cgminer.conf and tried these but still the miner is running in auto freq mode

Code:
"bitmain-fixed-freq" : true,
"fixed-freq" : true,
"bitmain-fixed-freq" : "true",
"fixed-freq" : "true",
"bitmain-freq" : "600",
"bitmain-voltage" : "1850"