Yes, I seen Their statement...
But if disabled accounts are so small percent why is it taking more than 10 days with no answer from support and none get enabled yet?
...
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.
function genoil_statics ()
{
#### Arrange the output for Genoil statics
if [[ "$ETHMINER_or_GENOIL_or_CLAYMORE" == "GENOIL" ]]; then
# Check if Genoil is running. Note that I have to search the full path as there is a few miners with the same exec's name
ps aux | grep -v grep | grep miner | grep -q "$KEY_GENOIL"
if [[ $? -eq 0 ]]; then
GENOIL_IS_RUNNING="YES"
TIMEOUT_FOR_TIMEOUT_IN_SECONDS=20 # The timeout for the command timeout to wait
GENOIL_NUMBER_OF_HASHRATES_TO_SHOW=3 # Default 3, and I want to keep this value independent for each miner
echo
echo "It seems that GENOIL is running!!"
# Extract the output from screen
echo "Running timeout+script+screen for $TIMEOUT_FOR_TIMEOUT_IN_SECONDS seconds"
timeout $TIMEOUT_FOR_TIMEOUT_IN_SECONDS script -q ~/kk003_telegram_data/files/output_miner_from_screen --command "screen -dr miner"
sleep 2
# screen -d miner # does not seem to need to be Detached
# I don't see any valuable information than the total hashrate (I'll show a few at last)
# Surprise!!!, sed 's/ /\n/g' no convierte espacios en saltos de linea, pero la misma linea en la consola si lo hace!!!
TOTAL_HASHRATE=$(cat ~/kk003_telegram_data/files/output_miner_from_screen | grep "Mining on PoWhash" | cut -d":" -f4 | cut -d" " -f2 | sed 's/ /\n/g' | tail -$GENOIL_NUMBER_OF_HASHRATES_TO_SHOW
# Mount the little thing Genoil gives us
#
echo "Latest total hashrates : " > ~/kk003_telegram_data/files/miner_statics.txt
echo $TOTAL_HASHRATE >> ~/kk003_telegram_data/files/miner_statics.txt
echo "Latest total hashrates : " > ~/kk003_telegram_data/files/miner_statics_log_file.txt
echo $TOTAL_HASHRATE >> ~/kk003_telegram_data/files/miner_statics_log_file.txt
# Insert the Title for Genoil mining information
sed -i "1s/^/** Genoil mining Information **\n/" ~/kk003_telegram_data/files/miner_statics.txt
sed -i "1s/^/\n/" ~/kk003_telegram_data/files/miner_statics.txt
sed -i "1s/^/** Genoil mining Information **\n/" ~/kk003_telegram_data/files/miner_statics_log_file.txt
sed -i "1s/^/\n/" ~/kk003_telegram_data/files/miner_statics_log_file.txt
else
echo "Genoil does not seem to be running!!. Skiping this bit."
GENOIL_IS_RUNNING="NO"
fi
fi
}
# Extract the output from screen
echo "Running timeout+script+screen for $TIMEOUT_FOR_TIMEOUT_IN_SECONDS seconds"
timeout $TIMEOUT_FOR_TIMEOUT_IN_SECONDS script -q ~/kk003_telegram_data/files/output_miner_from_screen --command "screen -dr miner"
sleep 2
# screen -d miner # does not seem to need to be Detached
ECHO AMD and NVIDIA Claymore - Eth Only Ethermine.org
Claymore_Dual_Ethereum_v10\EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal %ETH_WALLET_ADDRESS%.%MINER_NAME% -epsw x
WTM_AUTO_SWITCH_COINS="[ 'ZEC', 'HUSH, 'ZEN' ]"
ps ax | grep WTM
pkill -f WTM_AUTO_SWITCH