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.
ethminer 0.13.0
chfast released this 13 days ago
Move stale detection to the source, eliminate solution reporting inefficiencies.
Minor cosmetic console output changes.
CUDA: Much faster job switch time. Higher stable hash rate.
CUDA: Refactored host software. Efficiency and simplification.
OCL: Added support for experimental kernel. Performs better on some cards.
Dropped support for CUDA 8.0
Blank API server fields correctly populated.
Compiler and linker build options optimized.
ethminer 0.13.0
chfast released this 13 days ago
Move stale detection to the source, eliminate solution reporting inefficiencies.
Minor cosmetic console output changes.
CUDA: Much faster job switch time. Higher stable hash rate.
CUDA: Refactored host software. Efficiency and simplification.
OCL: Added support for experimental kernel. Performs better on some cards.
Dropped support for CUDA 8.0
Blank API server fields correctly populated.
Compiler and linker build options optimized.
if [ $plusCPU == "YES" ] && [ $AUTO_START_MINER == "YES" ]
then
HCD='/home/m1/cpuOPT/cpuminer'
XMRADDR="$XMR_ADDRESS.$XMR_WORKER"
echo ""
echo ""
echo "LAUNCHING: plusCPU"
if [[ `ps -ef |grep cpuminer |grep -v grep |wc -l` -eq 0 ]]
then
if [ $LOCALorREMOTE == "LOCAL" ]
then
guake -n $HCD -r plusCPU -e "$HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT"
else
screen -dmS plusCPU $HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT
fi
echo ""
echo "plusCPU process in guake terminal Tab (f12)"
echo ""
running=""
fi
if [ $plusCPU == "YES" ] && [ $AUTO_START_MINER == "YES" ]
then
HCD='/home/m1/VeRiumMiner/cpuminer'
VRCADDR="$VRC_ADDRESS.$VRC_WORKER"
echo ""
echo ""
echo "LAUNCHING: plusCPU"
if [[ `ps -ef |grep cpuminer |grep -v grep |wc -l` -eq 0 ]]
then
if [ $LOCALorREMOTE == "LOCAL" ]
then
guake -n $HCD -r plusCPU -e "$HCD -o stratum+tcp://$VRC_POOL:$VRC_PORT -u $VRCADDR -p $VRC_PWD -t $threadCOUNT"
else
screen -dmS plusCPU $HCD -a cryptonight -o stratum+tcp://$VRC_POOL:$VRC_PORT -u $VRCADDR -p $VRC_PWD -t $threadCOUNT
fi
echo ""
echo "plusCPU process in guake terminal Tab (f12)"
echo ""
running=""
fi
# VERICOIN (VRC)
# ## No Need to add add stratum+tcp:// to server address
VRC_WORKER="$WORKERNAME" # WorkerName : remember that you have to create it in your account pool page !
VRC_ADDRESS="YourWebloginPool" # Local Wallet Address
VRC_POOL="vrm.n3rd3d.com" # 1% pool fee
VRC_PORT="3332" # It depnds on your CPU Core (see the pool page to use the best port for you)
VRC_PWD="x"
threadCOUNT="1" # Number of CPU threads to use for plusCPU mining. Please check how many threads your CPU has.
"cmd": "/home/m1/eth/ethminer_12dev2/ethminer -SP 2 -S daggerhashimoto.usa.nicehash.com:3353 -O {ADDR}.{MINER}:x -U"
"cmd": "/home/m1/eth/ethminer/latest/ethminer -SP 2 -S daggerhashimoto.usa.nicehash.com:3353 -O {ADDR}.{MINER}:x -U"
"bin": "/home/m1/eth/ethminer_12dev2/ethminer -S {HOST}:{PORT} -O {NAME}.{MINER}:x -U",
"bin": "/home/m1/eth/ethminer/latest/ethminer -S {HOST}:{PORT} -O {NAME}.{MINER}:x -U",