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.
Worker: nv102
Boot Time: 2017-09-24 06:11:41
System Up Time: up 7 hours, 1 minute
Miner Uptime: 06:59:02
GPU Count: 7
GPU Utilization:
99 100 97 97 100 97 99
Temp, Fan, Power:
GPU 0, Target temp: 75, Current: 70, Diff: 5, Fan: 65, Power: 135.25
GPU 1, Target temp: 75, Current: 68, Diff: 7, Fan: 65, Power: 137.36
GPU 2, Target temp: 75, Current: 70, Diff: 5, Fan: 65, Power: 136.05
GPU 3, Target temp: 75, Current: 72, Diff: 3, Fan: 65, Power: 133.92
GPU 4, Target temp: 75, Current: 57, Diff: 18, Fan: 65, Power: 136.58
GPU 5, Target temp: 75, Current: 67, Diff: 8, Fan: 65, Power: 137.50
GPU 6, Target temp: 75, Current: 67, Diff: 8, Fan: 65, Power: 132.73
date-time - Starting miner restart script.
date-time - Lost GPU so restarting system.
reboot in 10 seconds
date-time - Utilization is too low: restart 3main
date-time - Utilization is too low: reviving did not work so restarting system in 10 seconds
nvidia-smi
AUTO_UPDATE="BETA"
bash 4update
HCD=/home/m1/eth/$CLAYMORE_VERSION/ethdcrminer64
REBOOT_REQUIRED=$(/home/m1/reboot-required)
m1@m1-desktop:~$ bash /home/m1/BaliMiner_TELEGRAM_ALERTS
/home/m1/telegram: line 40: /home/m1/reboot-required: No such file or directory
#REBOOT_REQUIRED=$(/home/m1/reboot-required)
APIKEY=$TELEGRAM_ALERT_APIKEY
APIKEY=$TELEGRAM_APIKEY
INDIVIDUAL_CLOCKS="NO" # YES NO
# Set individual clocks here if INDIVIDUAL_CLOCKS="YES"
__CORE_OVERCLOCK_0=150
MEMORY_OVERCLOCK_0=100
COIN="SIGT"
Maxximus007_AUTO_TEMPERATURE_CONTROL="YES"
IAmNotAJeep_and_Maxximus007_WATCHDOG="YES"
# SET OC and POWERLIMIT by ALGO (see end of 1bash for ALGO OC settings)
damNmad_ALGO_SPECIFIC_OC="YES"
POWERLIMIT="YES" # YES NO
POWERLIMIT_WATTS=76
__CORE_OVERCLOCK=150
MEMORY_OVERCLOCK=100
INDIVIDUAL_CLOCKS="NO" # YES NO
# Set individual clocks here if INDIVIDUAL_CLOCKS="YES"
__CORE_OVERCLOCK_0=150
MEMORY_OVERCLOCK_0=-1000
if [ $COIN == "SIGT" -o $COIN == "ZPOOL_SKUNK" ]
then
POWERLIMIT_WATTS=80
__CORE_OVERCLOCK=150
MEMORY_OVERCLOCK=600
fi
INDIVIDUAL_TARGET_TEMPS="NO" # YES NO
# Set individual target temps here if INDIVIDUAL_TARGET_TEMPS="YES"
TARGET_TEMP_0=60
#!/bin/bash
if [ -f /var/run/reboot-required ]; then
echo 'yes'
else
echo 'No'
fi
chmod +x reboot-required
REBOOT_REQUIRED=$(/home/m1/reboot-required)
REBOOT_REQUIRED=$([ -f /var/run/reboot-required ] && echo "Yes!!!" || echo "No")
MSG=" Worker: $WORKERNAME
Reboot Required: $REBOOT_REQUIRED
... REST_of_The_Message
"
sudo echo 'export CUDA_DEVICE_ORDER=PCI_BUS_ID' | sudo tee -a /etc/profile.d/cuda-device-order.sh
INDIVIDUAL_CLOCKS="NO" # YES NO
# Set individual clocks here if INDIVIDUAL_CLOCKS="YES"
__CORE_OVERCLOCK_0=150
MEMORY_OVERCLOCK_0=100
COIN="SIGT"
Maxximus007_AUTO_TEMPERATURE_CONTROL="YES"
IAmNotAJeep_and_Maxximus007_WATCHDOG="YES"
# SET OC and POWERLIMIT by ALGO (see end of 1bash for ALGO OC settings)
damNmad_ALGO_SPECIFIC_OC="YES"
POWERLIMIT="YES" # YES NO
POWERLIMIT_WATTS=76
__CORE_OVERCLOCK=150
MEMORY_OVERCLOCK=100
INDIVIDUAL_CLOCKS="NO" # YES NO
# Set individual clocks here if INDIVIDUAL_CLOCKS="YES"
__CORE_OVERCLOCK_0=150
MEMORY_OVERCLOCK_0=-1000
if [ $COIN == "SIGT" -o $COIN == "ZPOOL_SKUNK" ]
then
POWERLIMIT_WATTS=80
__CORE_OVERCLOCK=150
MEMORY_OVERCLOCK=600
fi
INDIVIDUAL_TARGET_TEMPS="NO" # YES NO
# Set individual target temps here if INDIVIDUAL_TARGET_TEMPS="YES"
TARGET_TEMP_0=60