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 amdconfig --adapter=all --initial
sudo service lightdm stop
rm ~/.config/dconf/user
sudo reboot
cd ~
gedit darkgpu
#!/bin/bash
cd ~/sgminer
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./sgminer -k x11mod -o # -u # -p # --no-submit-stale -I #
./sgminer -k x11mod -o stratum+tcp://darkcoin.stonedpuppy.com:9902
./sgminer -k x11mod -o stratum+tcp://darkcoin.stonedpuppy.com:9902 -u GreenRaccoon23.chucknorris
./sgminer -k x11mod -o stratum+tcp://darkcoin.stonedpuppy.com:9902 -u GreenRaccoon23.chucknorris -p knowsvictoriassecret
sudo ./sgminer -k x11mod -o stratum+tcp://darkcoin.stonedpuppy.com:9902 -u GreenRaccoon23.chucknorris -p knowsvictoriassecret -I 25
#!/bin/bash
cd ~/sgminer
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./sgminer -k x11mod -o stratum+tcp://darkcoin.stonedpuppy.com:9902 -u GreenRaccoon23.chucknorris -p knowsvictoriassecret --no-submit-stale --auto-fan --auto-gpu --gpu-fan 25-75 --gpu-memclock 850 --thread-concurrency 8192 -I 23
chmod +x darkgpu
cd ~
./darkgpu
cd ~ &&
wget "https://raw.githubusercontent.com/GreenRaccoon23/sgminer-install-scripts/master/INSTALL" &&
chmod +x INSTALL &&
./INSTALL
./sgminer1.in
sudo aptitude update
sudo aptitude upgrade -y
sudo aptitude install -yr git curl unzip automake autogen yasm autoconf dh-autoreconf build-essential pkg-config openssh-server screen libtool libcurl4-openssl-dev libtool libncurses5-dev libudev-dev xserver-xorg-core xserver-xorg-video-ati gdebi gedit execstack dh-modaliases lib32gcc1 dkms
fglrxinfo
sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo aptitude purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx &&
sudo aptitude reinstall -y libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core &&
sudo dpkg-reconfigure xserver-xorg
cd ~/Downloads
curl -o driver.zip http://www2.ati.com/drivers/linux/amd-catalyst-14-9-linux-x86-x86-64.zip --referer http://support.amd.com/en-us/kb-articles/Pages/Catalyst-Linux-Installer-
unzip driver.zip
cd fglrx-14.20
chmod a+x *.run
sudo sh *.run
sudo gedit /usr/share/ati/fglrx-install.log
sudo apt-get install ...
sudo sh ~/Downloads/fglr*/*.run
sudo gdebi *.deb
sudo aptitude update
sudo aptitude upgrade -y
sudo aticonfig --adapter=all --initial
sudo aptitude install -yr boinc-amd-opencl opencl-headers mesa-utils libglu1-mesa libgl1-mesa-glx libgl1-mesa-dri
cd /tmp
curl -o amd-app-sdk.tgz http://blog.truepps.com/downloads/AMD/AMD-APP-SDK-v2.9-lnx64.tgz
sudo mkdir amd-app-sdk
sudo mv amd-app-sdk.tgz amd-app-sdk
cd amd-app-sdk
sudo tar -zxvf amd-app-sdk.tgz
sudo tar -zxvf AMD-APP-SDK-v2.9-RC-lnx64.tgz
cd AMD-APP-SDK-v2.9-RC-lnx64
sudo cp -pv lib/x86_64/* /usr/lib/
sudo rsync -avl include/CL/ /usr/include/CL/
cd ..
sudo tar -zxvf icd-registration.tgz
sudo rsync -avl etc/OpenCL/ /etc/OpenCL/
sudo ldconfig
sudo perl default-install_lnx_64.pl
sudo aticonfig --adapter=all --initial
cd ~/
git clone https://github.com/sgminer-dev/sgminer.git
cd ~/Downloads
curl -o adl_sdk.zip http://blog.truepps.com/downloads/AMD/ADL_SDK_6.0.zip
mkdir adl_sdk
mv adl_sdk.zip adl_sdk
cd adl_sdk
unzip adl_sdk.zip
cp ~/Downloads/adl_sdk/include/* ~/sgminer/ADL_SDK
cd ~/sgminer
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure
make
sudo make install
sgminer -n