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.
sudo -s
apt-get -y update
apt-get -y upgrade
apt-get install -y dh-make dh-modaliases execstack libxrandr2 libice6 libsm6 libfontconfig1 libxi6 libxcursor1 libgl1-mesa-glx libxinerama1 libqtgui4 unzip xdm xorg git build-essential autoconf libtool libcurl4-openssl-dev libncurses5-dev pkg-config libudev-dev screen opencl-headers lib32gcc1 libc6-i386 dkms
sed "s/:--1/0/g" -i /etc/grub.d/00_header
update-grub2
su miner
POSTDATA="amd_developer_central_nonce=c51137f55e&_wp_http_referer=%2Ftools-and-sdks%2Fgraphics-development%2Fdisplay-library-adl-sdk%2F&f=QURMX1NES182LjAuemlw"
REFER="http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/"
URL="http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/"
wget --post-data="$POSTDATA" --referer="$REFER" $URL -O ADL_SDK_6.0.zip
wget --referer="http://www.amd.com" http://www2.ati.com/drivers/beta/amd-catalyst-14.2-betav1.3-linux-x86.x86_64.zip
unzip amd-catalyst-*.zip
chmod +x amd-driver*.run
exit
./amd-driver*.run --buildpkg Ubuntu/precise
dpkg -i fglrx_*.deb
dpkg -i fglrx-dev*.deb
dpkg -i fglrx-amdcccle*.deb
aticonfig --adapter=all -f --initial
sed -i 's/DisplayManager\*authorize:.*true/DisplayManager\*authorize: false/' /etc/X11/xdm/xdm-config
reboot
sudo -s
su miner
git clone https://github.com/veox/sgminer
mkdir ADL-SDK
cd ADL-SDK
unzip -o -qq /home/miner/ADL_SDK_*.zip
cp include/* /home/miner/sgminer/ADL_SDK/
cd
cd /home/miner/sgminer
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure
make clean
make
cd
git clone https://github.com/Kalroth/cgminer-3.7.2-kalroth.git kgminer
mkdir ADL-SDK
cd ADL-SDK
unzip -o -qq /home/miner/ADL_SDK_*.zip
cp include/* /home/miner/kgminer/ADL_SDK/
cd
cd /home/miner/kgminer
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure --disable-ADL --enable-opencl --enable-scrypt
make clean
make
cd
cd
wget http://ck.kolivas.org/apps/cgminer/3.7/cgminer-3.7.2.tar.bz2
bunzip2 cgminer-3.7.2.tar.bz2
tar -xvf cgminer-3.7.2.tar
mv cgminer cgminer.old
rm -rfv cgminer
mv cgminer-3.7.2 cgminer
mkdir ADL-SDK
cd ADL-SDK
unzip -o -qq /home/miner/ADL_SDK_*.zip
cp include/* /home/miner/cgminer/ADL_SDK/
cd
cd /home/miner/cgminer
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl --enable-scrypt
make clean
make
cd
exit
export DISPLAY=:0
aticonfig --list-adapters
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
/home/miner/kgminer/cgminer -n
/home/miner/sgminer/sgminer -n
/home/miner/cgminer/cgminer -n
cat > /etc/rc.local << EOF
/bin/su miner -c "bash /home/miner/mine.sh&"
EOF
cat > /home/miner/frboot.sh << EOF
#!/bin/sh
echo 1 > /proc/sys/kernel/sysrq &
echo b > /proc/sysrq-trigger &
EOF
chmod +x frboot.sh
cat > mine.sh << EOF
#!/bin/bash
#Dynamic miner config for `hostname`
POOLA="-o stratum+tcp://us.clevermining.com:3333 -u 132axFgv4WmtC9r4xSZN5hCZzdPnyaNTg9 -p x"
POOLB="-o stratum+tcp://stratum.scryptguild.com:3333 -u unicornhasher -p x"
POOLC="-o stratum+tcp://middlecoin.com:3333 -u 132axFgv4WmtC9r4xSZN5hCZzdPnyaNTg9 -p x"
API="--api-port 4028 --api-listen --api-allow 0.0.0.0"
GENERAL="--queue 0 --scan-time 1 --gpu-threads 2 --auto-fan --gpu-fan 35-85 --temp-target 78 " #--scrypt #For K and C
#CARD="--gpu-engine xxx --gpu-memclock xxx --gpu-powertune xxx"
WORK="--xintensity 4 --worksize 256 --lookup-gap 2 " #--thread-concurrency 8192
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
sleep 1
cd /home/miner/sgminer/
/usr/bin/screen -dmS miner /home/miner/sgminer/sgminer \$API \$POOLA \$POOLB \$POOLC \$GENERAL \$CARD \$WORK
sleep 1
EOF
chmod +x mine.sh
cat > cgrestart.sh << EOF
rm sgminer/*.bin
rm -r .sgminer/
cd
./frboot.sh
EOF
chmod +x cgrestart.sh
cat > pool.unicorn.sh << EOF
#!/bin/bash
#Unicorn Pools
POOLA="-o stratum+tcp://us.clevermining.com:3333 -u 132axFgv4WmtC9r4xSZN5hCZzdPnyaNTg9 -p x"
POOLB="-o stratum+tcp://stratum.scryptguild.com:3333 -u unicornhasher -p x"
POOLC="-o stratum+tcp://middlecoin.com:3333 -u 1NHTgjErdNS9SRHrwN3CsVXERibRmKGkAU -p x"
EOF
cp pool.unicorn.sh pool.sh
cat > lease.sh << EOF
#!/bin/bash
DATE=\`date +%Y%m%d\`
cp /home/miner/pool.sh /home/miner/pool.sh-\$DATE
if [ -f /home/miner/pool.next.sh ];
then
mv /home/miner/pool.next.sh /home/miner/pool.sh
else
cp /home/miner/pool.unicorn.sh /home/miner/pool.sh
fi
mv mine.sh mine.sh-\$DATE
echo "#!/bin/bash" > mine.sh
echo "#Dynamic miner config for \`hostname\`" >> mine.sh
sed -n '/^POOL/p' pool.sh >> mine.sh
sed -e '/^\#/d' -e '/^POOL/d' mine.sh-\$DATE >> mine.sh
chmod +x mine.sh
screen -S miner -X quit
bash /home/miner/mine.sh &
EOF
chmod +x lease.sh
reboot