It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
# ------
# Insert DIRECTLY below the original clock line in the COPY OF THE FILE
# KEEP THE ORIGINAL LINE and add a section for each module/die you want to change
# 6 possible ASIC modules 4 die each
# $p = plug # on the mainboard (count from zero)
# $c = die #
#*KnCMiner on the Advanced Tuning web page counts from 1 !(but not in the code)
#*They count die from 1 also
#*Subtract 1 from the ASIC # on the web page to use in the .sh file
################
if [ $p -eq 0 ]
then
if [ $c -eq 0 ]
then
cmd=$(printf "0x86,0x%02X,0x01,0xC1" $c)
fi
if [ $c -eq 1 ]
then
cmd=$(printf "0x86,0x%02X,0x01,0xD1" $c)
fi
if [ $c -eq 2 ]
then
cmd=$(printf "0x86,0x%02X,0x01,0xD1" $c)
fi
if [ $c -eq 3 ]
then
cmd=$(printf "0x86,0x%02X,0x01,0xD1" $c)
fi
fi
# ------
700.0 1B1? 372?
712.5 382
725.0 1C1 392?
737.5 3A2
750.0 1D1 3B2
762.5 3C2
775.0 1E1 3D2
787.5 3E2
800.0 1F1 3F2
812.5 402
825.0 201 412
837.5 422
850.0 211 432