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.
cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_miners/master/nvOC_miner_update.sh
bash /home/m1/Downloads/nvOC_miner_update.sh
if [ $COIN == "RVN" ]
then
HCD='/home/m1/MSFTccminer/ccminer'
ADDR="$RVN_ADDRESS.$RVN_WORKER"
screen -dmSL miner $HCD -a x16r -o stratum+tcp://$RVN_POOL:$RVN_PORT -u $ADDR -p $MINER_PWD -i $RVN_INTENSITY
fi
RVN_WORKER="workername"
RVN_ADDRESS="Accountname"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6667"
RVN_INTENSITY="21"
if [ $COIN == "RVN" ]
then
HCD='/home/m1/MSFTccminer/ccminer'
ADDR="$RVN_ADDRESS.$RVN_WORKER"
screen -dmSL miner $HCD -a x16r -o stratum+tcp://$RVN_POOL:$RVN_PORT -u $ADDR -p $MINER_PWD -i $RVN_INTENSITY
fi
RVN_WORKER="workername"
RVN_ADDRESS="Accountname"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6667"
RVN_INTENSITY="21"
CLAYMORE_VERSION="latest"
###################################################
# Claymore_Dual Mining #
# Set COIN="Claymore_Dual" #
###################################################
###You can use variables like this:
#DUAL_ECOIN="ETH"
#DUAL_EPOOL="$ETH_POOL"
#DUAL_EPORT="$ETH_PORT"
#DUAL_EWAL="$ETH_ADDRESS"
#DUAL_EPSW="$MINER_PWD"
#DUAL_EWORKER="$ETH_WORKER"
DUAL_ECOIN="MAIN COIN" #Main Coin, Ethereum or any Ethash Coin
DUAL_EPOOL="MAIN COIN POOL ADDREES" #Main Coin pool address, no need to add stratum+tcp://
DUAL_EPORT="MAIN COIN POOL PORT" #Main Coin Port Number
DUAL_EWAL="MAIN COIN WALLET ADDRESS" #Main Coin Wallet address or pool username
DUAL_EPSW="$MINER_PWD" #Main Coin worker password on pool
DUAL_EWORKER="$WORKER" #Main Coin Worker Name
DUAL_EWAL_FORMAT="." #Set your main pool wallet address format ".", "/", "-"
DUAL_DCOIN="DUAL COIN" #select second coin to mine in dual mode. Possible options are "dcr", "sc", "lbc", "pasc", "blake2s", "keccak". Default value is "dcr".
DUAL_DPOOL="DUAL COIN POOL ADDRESS" #2nd coin pool address
DUAL_DPORT="DUAL COIN POOL PORT" #2nd coin pool address
DUAL_DWAL="DUAL COIN WALLET ADDRESS" #2nd coin wallet address or worker name, it depends on pool.
DUAL_DPSW="$MINER_PWD" #Password for 2nd coin .
DUAL_DWORKER="$WORKER" #Worker name for 2nd coin
DUAL_DWAL_FORMAT="." #Set your dual pool wallet address format ".", "/", "-"
DCRI="40" #2nd coin intensity.
ALL_POOLS="1" #Specify "-allpools 1" if miner does not want to mine on specified pool (because it cannot mine devfee on that pool), but you agree to use some default pools for devfee mining.
MPORT="-3333" #remote monitoring/management port. Default value is -3333 (read-only mode), specify "-mport 0" to disable remote monitoring/management feature.
MPSW="" #remote monitoring/management password.
DUAL_ADDITIONAL_ARGUMENTS="" #add "-allcoins 1" if you mine Ethereum forks or other Ethash coins
if [[ $COIN == CLAYMORE_DUAL ]]
then
HCD=/home/m1/eth/claymore/$CLAYMORE_VERSION/ethdcrminer64
E_ADDR="$DUAL_EWAL$DUAL_EWAL_FORMAT$DUAL_EWORKER"
D_ADDR="$DUAL_DWAL$DUAL_DWAL_FORMAT$DUAL_DWORKER"
screen -dmSL miner $HCD -epool $DUAL_EPOOL:$DUAL_EPORT -ewal $E_ADDR -epsw $DUAL_EPSW -dpool stratum+tcp://$DUAL_DPOOL:$DUAL_DPORT -dwal $D_ADDR -dpsw $DUAL_DPSW -dcoin $DUAL_DCOIN -allpools $ALL_POOLS -dbg -1 -mport $MPORT -mpsw $MPSW $DUAL_ADDITIONAL_ARGUMENTS
fi
COIN="CLAYMORE_DUAL"
CLAYMORE_VERSION="latest"