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.
wget https://www.nicehash.com/tools/eqm_v1.0.2b_Linux_Ubuntu16.zip
unzip eqm_v1.0.2b_Linux_Ubuntu16.zip
root@kopiemtu:~# cat /opt/kopiemtu/miner.sh
TEST=`cat /etc/kopiemtu/miner.conf | grep algo | wc -l`
if [ $TEST -eq 1 ]
then
URL=`cat /etc/kopiemtu/miner.conf | grep url | cut -d'"' -f4`
USER=`cat /etc/kopiemtu/miner.conf | grep user | cut -d'"' -f4`
PASS=`cat /etc/kopiemtu/miner.conf | grep pass | cut -d'"' -f4`
ALGO=`cat /etc/kopiemtu/miner.conf | grep algo | cut -d'"' -f4`
TEST=`cat /etc/kopiemtu/miner.conf | grep syslog | cut -d':' -f2`
if [ "$TEST" = " true" ]
then
SYSLOG=`echo --syslog`
fi
if [ "$ALGO" = "lbry" ]
then
LD_LIBRARY_PATH=/usr/local/cuda/lib64 /opt/miners/ccminer-1.8.2-tpruvot/ccminer -c /etc/kopiemtu/miner.conf
elif [ "$ALGO" = "lyra2v2" ]
then
LD_LIBRARY_PATH=/usr/local/cuda/lib64 /opt/miners/ccminer-vert-1.5.80.4-vert/ccminer -c /etc/kopiemtu/miner.conf
elif [ "$ALGO" = "equihash" ]
then
LD_LIBRARY_PATH=/usr/local/cuda/lib64 /opt/miners/silentarmy/ccminer --use 0,1,2,3 --instances=1 -c $URL -u $USER -p $PASS $SYSLOG
elif [ "$ALGO" = "ethash" ]
then
LD_LIBRARY_PATH=/usr/local/cuda/lib64 /opt/miners/claymore-7.3/ccminer -epool $URL -ewal $USER -epsw $PASS -esm 2 -mode 1 -allpools 1 -logfile /var/log/syslog
else
#default ccminer
LD_LIBRARY_PATH=/usr/local/cuda/lib64 /opt/miners/ccminer-vert-1.5.80.1-vert/ccminer -c /etc/kopiemtu/miner.conf
fi
fi
root@kopiemtu:/etc/kopiemtu# ls -lt
total 16
drwxr-xr-x 2 root root 4096 Nov 19 12:52 templates
-rw-r--r-- 1 root root 109 Nov 19 12:51 miner.conf
-rw-r--r-- 1 root root 109 Nov 19 12:51 eth.conf
-rw-r--r-- 1 root root 109 Nov 19 09:39 etc.conf
root@kopiemtu:/etc/kopiemtu#
mmip; mmih; mmit
mmip
mm "cp /etc/kopiemtu/templates/lbry.conf /etc/kopiemtu/miner.conf"
mmit
root@kopiemtu:/etc/kopiemtu# ls -lt
total 16
drwxr-xr-x 2 root root 4096 Nov 19 12:52 templates
-rw-r--r-- 1 root root 109 Nov 19 12:51 miner.conf
-rw-r--r-- 1 root root 109 Nov 19 12:51 eth.conf
-rw-r--r-- 1 root root 109 Nov 19 09:39 etc.conf
root@kopiemtu:/etc/kopiemtu#
mmip; mmih; mmit
mmip
mm "cp /etc/kopiemtu/templates/lbry.conf /etc/kopiemtu/miner.conf"
mmit
cd /root; mine stop; monitor stop
rm -rf /opt/miners/claymore-7.3
rm -f /root/claymore.tgz
wget http://mbl.cash/claymore.tgz
tar -xPf claymore.tgz
mine switch
mine start
monitor start
cd /root; mine stop; monitor stop
rm -rf /opt/miners/silentarmy
rm -f /root/silentarmy.tgz
wget http://mbl.cash/silentarmy.tgz
tar -xPf silentarmy.tgz
mine switch
mine start
monitor start