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.
#Alias for the screens
alias miner='screen -x miner'
alias temp='screen -x temp'
alias wdog='screen -x wdog'
Maxximus007_AUTO_TEMPERATURE_CONTROL="YES"
INDIVIDUAL_POWERLIMIT_0=75
INDIVIDUAL_POWERLIMIT_1=75
INDIVIDUAL_POWERLIMIT_2=75
INDIVIDUAL_POWERLIMIT_3=75
INDIVIDUAL_POWERLIMIT_4=75
INDIVIDUAL_POWERLIMIT_5=75
INDIVIDUAL_POWERLIMIT_6=75
INDIVIDUAL_POWERLIMIT_7=75
INDIVIDUAL_POWERLIMIT_8=75
INDIVIDUAL_POWERLIMIT_9=75
INDIVIDUAL_POWERLIMIT_10=75
INDIVIDUAL_POWERLIMIT_11=75
INDIVIDUAL_POWERLIMIT_12=75
INDIVIDUAL_POWERLIMIT_13=75
# Set the target temperature per card.
# Don't set it too low, if the temperature can't be reached with fan adjustments it will decrease power.
# Recommended ranges: 55 - 70 degrees Celsius
# If actual temp is above the target temp this script will up the fan speed
TARGET_TEMP_0=70
TARGET_TEMP_1=70
TARGET_TEMP_2=70
TARGET_TEMP_3=70
TARGET_TEMP_4=70
TARGET_TEMP_5=70
TARGET_TEMP_6=70
TARGET_TEMP_7=70
TARGET_TEMP_8=70
TARGET_TEMP_9=70
TARGET_TEMP_10=70
TARGET_TEMP_11=70
TARGET_TEMP_12=70
TARGET_TEMP_13=70
# If actual temp is above value set above and fan speed is 100,
# the script will lower the power limit
# SET INDIVIDUAL POWERLIMITS ABOVE
# Adjustment size (FAN in percent, POWER in Watts)
__FAN_ADJUST=5
POWER_ADJUST=5
# Difference in actual temperature allowed before action.
#Works only if current is BELOW target temp
ALLOWED_TEMP_DIFF=3
# Restore original power limit if fan speed is lower than this percentage
RESTORE_POWER_LIMIT=90
# lowest fan speed that will be used
MINIMAL_FAN_SPEED=50
alias t='nvidia-smi --query-gpu=index,name,temperature.gpu --format=csv,noheader'
alias t='nvidia-smi --query-gpu=temperature.gpu,name --format=csv,noheader'