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.
screen -dmS miner $HCD ....
screen -dmSL miner $HCD
tail -f screenlog.0
tail -f screenlog.0 | grep search_word
TELEGRAM_APIKEY="408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g"
TELEGRAM_CHATID="97994065"
if [ $COIN == "ZPOOL_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
ZPOOLADDR="$BTC_ADDRESS"
ZPOOLPASS="$WORKERNAME,c=btc"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass $ZPOOLPASS --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
COIN="MPH_EQUIHASH"
MPH_WORKER="$WORKERNAME"
MPH_ADDRESS="papampi"
MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
MPH_EQUIHASH_PORT="20570"
if [ $COIN == "MPH_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
MPHADDR="$MPH_USERNAME.$MPH_WORKER"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $MPH_EQUIHASH_POOL --user $MPHADDR --pass z --port $MPH_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
COIN="ZPOOL_EQUIHASH"
# ZPOOL uses your BTC_ADDRESS
ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
ZPOOL_EQUIHASH_PORT="2142"
if [ $COIN == "ZPOOL_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
if [ $COIN == "ZPOOL_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
COIN="MPH_EQUIHASH"
MPH_WORKER="$WORKERNAME"
MPH_ADDRESS="papampi"
MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
MPH_EQUIHASH_PORT="20570"
if [ $COIN == "MPH_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
MPHADDR="$MPH_USERNAME.$MPH_WORKER"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $MPH_EQUIHASH_POOL --user $MPHADDR --pass z --port $MPH_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
COIN="ZPOOL_EQUIHASH"
# ZPOOL uses your BTC_ADDRESS
ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
ZPOOL_EQUIHASH_PORT="2142"
if [ $COIN == "ZPOOL_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
if [ $COIN == "ZPOOL_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
nvidia-smi
lshw
COIN="MPH_EQUIHASH"
MPH_WORKER="$WORKERNAME"
MPH_ADDRESS="papampi"
MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
MPH_EQUIHASH_PORT="20570"
if [ $COIN == "MPH_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
MPHADDR="$MPH_USERNAME.$MPH_WORKER"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $MPH_EQUIHASH_POOL --user $MPHADDR --pass z --port $MPH_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
COIN="ZPOOL_EQUIHASH"
# ZPOOL uses your BTC_ADDRESS
ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
ZPOOL_EQUIHASH_PORT="2142"
if [ $COIN == "ZPOOL_EQUIHASH" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000 --log 2 --logfile ewbf.log;
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
screen -r miner
screen -r temp
screen -r wdog
ctrl a+d