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.
sgminer.exe -k x11mod -o-u -p -I 19 -g 2 --gpu-memclock 1500 --gpu-engine 1090 --gpu-fan 70 --gpu-powertune 20 --thread-concurrency 8192 --lookup-gap 2
GPU_MAX_ALLOC_PERCENT=100
sgminer -o-u -p -k x11mod -I 18 -g 2 -w 256 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1425
"kernel" : "x11mod",
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "1",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scan-time" : "5",
"scrypt" : true,
"shares" : "0",
"failover-switch-delay" : "1",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "60",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
"gpu-vddc" : "0",
"intensity" : "15,",
"xintensity" : "0",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "128",
"lookup-gap" : "0",
"shaders" : "1792,1536,1792,1792,1792",
"thread-concurrency" : "8192,8000,8192,8192,8192",
"no-pool-disable" : true,
"device" : "0,1,2,3,4"
}
sgminer $OPTIONS 2>> $LOG
[14:10:34] [b]Mapping device[/b] 0 to GPU 5 according to Bus Number order
[14:10:34] Mapping device 1 to GPU 4 according to Bus Number order
[14:10:34] Mapping device 2 to GPU 3 according to Bus Number order
[14:10:34] Mapping device 3 to GPU 2 according to Bus Number order
[14:10:34] Mapping device 4 to GPU 1 according to Bus Number order
[14:10:34] Mapping device 5 to GPU 0 according to Bus Number order
sgminer.exe -k x11mod -o-u -p -I 19 -g 2 --gpu-memclock 1500 --gpu-engine 1090 --gpu-fan 70 --gpu-powertune 20 --thread-concurrency 8192 --lookup-gap 2
#!/bin/sh
mine stop
wget http://smos-linux.org/upgrade/sgminer.pl
wget http://smos-linux.org/upgrade/sgminer2.pl
rm -rf /opt/bamt/gpumon
mv sgminer2.pl /opt/bamt/gpumon
rm -rf /opt/bamt/common.pl
mv sgminer.pl /opt/bamt/common.pl
sleep 5
cd /opt/miners/
rm -rf cgminer
git clone https://github.com/lasybear/sph-sgminer_x11mod
mv /opt/miners/sph-sgminer_x11mod /opt/miners/sgminer
cp /opt/ADL/include/* /opt/miners/sgminer/ADL_SDK/
cd /opt/miners/sgminer/
./autogen.sh
sleep 5
make clean
sleep 5
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-darkcoin --enable-opencl --bindir="/opt/miners/sgminer" --prefix="/usr/local/bin"
sleep 5
make
sleep 5
rm -rf /root/sgminer-sph.sh
clear
echo "sgminer sph"
echo "SMOS-Linux.org"
echo "Now reboot your rig, and start mining"