Ant S3 Overclocking asic-freq FileI put this together from the BM1382 datasheet provided by Bitmain here:
https://bitmaintech.com/files/download/BM1382_Datasheet_v3.0.pdfI have no idea what the default settings will be; so be sure to rename, save, and take a look at the default asic-freq settings from Bitmain...
Assuming the S3 has the same file structure as the S1 follow these instructions:
SSH to your miner and run:
clear
cd /etc/config
mv asic-freq asic-freq.original
wget -O asic-freq http://minefast.coincadence.com/ant-s3-asic-freq.txt
chmod 664 asic-freq
Note: As I don't know the default values yet all settings in this file are commented out!
You MUST use vi to un-comment at least 1 setting by removing the "#" from before the 3 options.
Once you have un-commented your options restart the Ant.
Here is the complete file in the wget above:
#####################################
# Coin Cadence P2Pool Mining #
# http://minefast.CoinCadence.com #
# #
# Ant Miner S3/BM1382 asic-freq #
# Based on BM1382 datasheet #
# (uncomment the desired setting) #
# USE AT YOUR OWN RISK #
#####################################
package 'cgminer'
config 'asic-freq' 'default'
##
# Clock Frequency 100 (M)
##
#option 'chip_freq' '100'
#option 'freq_value' '0783'
#option 'timeout' '38'
##
# Clock Frequency 125 (M)
##
#option 'chip_freq' '125'
#option 'freq_value' '0983'
#option 'timeout' '31'
##
# Clock Frequency 150 (M)
##
#option 'chip_freq' '150'
#option 'freq_value' '0b83'
#option 'timeout' '26'
##
# Clock Frequency 175 (M)
##
#option 'chip_freq' '175'
#option 'freq_value' '0d83'
#option 'timeout' '22'
##
# Clock Frequency 200 (M)
##
#option 'chip_freq' '200'
#option 'freq_value' '0782'
#option 'timeout' '19'
##
# Clock Frequency 225 (M)
##
#option 'chip_freq' '225'
#option 'freq_value' '0882'
#option 'timeout' '17'
##
# Clock Frequency 250 (M)
##
#option 'chip_freq' '250'
#option 'freq_value' '0982'
#option 'timeout' '15'
##
# Clock Frequency 275 (M)
##
#option 'chip_freq' '275'
#option 'freq_value' '0a82'
#option 'timeout' '14'
##
# Clock Frequency 300 (M)
##
#option 'chip_freq' '300'
#option 'freq_value' '0b82'
#option 'timeout' '13'
##
# Clock Frequency 325 (M)
##
#option 'chip_freq' '325'
#option 'freq_value' '0c82'
#option 'timeout' '12'
##
# Clock Frequency 350 (M)
##
#option 'chip_freq' '350'
#option 'freq_value' '0d82'
#option 'timeout' '11'
##
# Clock Frequency 375 (M)
##
#option 'chip_freq' '375'
#option 'freq_value' '0e82'
#option 'timeout' '10'
##
# Clock Frequency 400 (M)
##
#option 'chip_freq' '400'
#option 'freq_value' '08f2'
#option 'timeout' '10'
Once batch 1 arrives from Bitmain I'll update this with default values and any other frequency settings provided in the default file...