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.
#!/bin/bash
while [ 1 ]; do
echo "$(aticonfig --adapter=all --odgt | sed ':a;N;$!ba;s/\n/
/g')" | nc -l 9001
done
#!/bin/bash
while [ 1 ]; do
echo "$(sed ':a;N;$!ba;s/\n/
/g' < minerlog.log)" | nc -l 9001
done
#!/bin/bash
EUHTTP="http://eligius.st/~luke-jr/raw/eu/hashrate.txt"
USHTTP="http://eligius.st/~luke-jr/raw/us/hashrate.txt"
EUIP="85.25.78.8"
USIP="173.242.112.67"
export EUIP
export USIP
CURRENT=$USHTTP
echo $EUIP
echo $USIP
while [ 1 == 1 ]; do
echo "Checking..."
HR=$(wget -q -O - $CURRENT)
if [ -z "$HR" ]
then
HR="0"
fi
echo "Hashrate $HR"
if [ $CURRENT == $USHTTP ]
then
if [ $HR == 0 ]
then
cp /etc/hosts /tmp/hosts
sed s/$USIP/$EUIP/ < /tmp/hosts > /etc/hosts
echo "Switched to Europe."
CURRENT=$EUHTTP
fi
elif [ $CURRENT == $EUHTTP ]
then
if [ $HR == 0 ]
then
cp /etc/hosts /tmp/hosts
sed s/$EUIP/$USIP/ < /tmp/hosts > /etc/hosts
echo "Switched to US."
CURRENT=$USHTTP
fi
fi
sleep 5m
done
#!/bin/bash
#set the line below to the exact number of GPUs you have in your system
GPU_COUNT=3
while true; do
#loop for each GPU and spit out the temp and load
COUNTER=1
let GPU_COUNT-1
while [ $COUNTER -le $GPU_COUNT ]; do
aticonfig --adapter=${COUNTER} --od-gettemperature | tail -n1 | awk '{print "Current temp: " $5}' ;
echo $(aticonfig --odgc --adapter=${COUNTER}| grep GPU);
echo -e " \n"
let COUNTER=COUNTER+1
done
# Next lines are to check your balance if solo mining
# BALANCE=$(bitcoind getbalance)
# echo -ne "Bitcoin Balance: ${BALANCE}\r";
sleep 10;
clear
done
curl -s http://www.btcguild.com/api.php?api_key=PUT_API_KEY_HERE | python -mjson.tool
aticonfig --adapter=0 --odgc | awk '/GPU\ load/ { print $4 }'
#!/bin/sh
GPU_LOAD="$(aticonfig --adapter=0 --odgc | awk '/GPU\ load/ { print $4 }')"
[[ "$GPU_LOAD" == "98%" || "$GPU_LOAD" == "99%" ]] && echo "miner running" || echo "GPU melted :("
aticonfig --adapter=0 --odgc | awk '/GPU\ load/ { print $4 }'
#!/bin/sh
GPU_LOAD="$(aticonfig --adapter=0 --odgc | awk '/GPU\ load/ { print $4 }')"
[[ "$GPU_LOAD" == "98%" || "$GPU_LOAD" == "99%" ]] && echo "miner running" || echo "GPU melted :("
while true; do
aticonfig --adapter=0 --od-gettemperature | tail -n1 | awk '{print "Current temp: " $5}' ;
aticonfig --adapter=0 --odgt | awk '/Temperature/ { print $5 }'
while true; do
aticonfig --adapter=0 --od-gettemperature | tail -n1 | awk '{print "Current temp: " $5}' ;
aticonfig --adapter=0 --od-gettemperature | tail -n1 | awk '{print "Current temp: " $5}' ;
echo $(aticonfig --odgc --adapter=0| grep GPU);
echo $(aticonfig --odgc --adapter=1| grep GPU);
# Next lines are to check your balance if solo mining
# BALANCE=$(bitcoind getbalance)
# echo -ne "Bitcoin Balance: ${BALANCE}\r";
sleep 35;
clear
done
curl -s 'http://deepbit.net/api/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' |
sed -e 's/[{}]/''/g' | awk -v k="text" '{n=split($0,a,","); for (i=1;
i<=n; i++) print a[i]}' | grep -e 'confirmed_reward' -e 'hashrate'
sudo -u nobody watch -n 60 /tmp/miningstats
curl -s 'https://mtgox.com/code/data/ticker.php' | sed -e 's/[{}]/''/g' | awk -v k="text" '{n=split($0,a,","); for (i=1; i<=n; i++) print a[i]}'
sudo -u nobody watch -n 300 /tmp/mtgoxquote
watch -n 30 bitcoind getinfo