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.
00:12:08:501 44dc DUAL MINING MODE ENABLED: ETHEREUM+SIACOIN
00:12:08:506 44dc ETH: HTTP SOLO mode
00:12:08:506 f94 Setting DAG epoch #62...
00:12:08:508 255c SC - connecting to sia-eu1.nanopool.org:9980/miner/header?address=e325c219e6acb9e57b8f5adf5c60def3028ecb12f9b25a0c78cbf59ba97e4104c2ad1c5183fb
00:12:08:522 255c http send request:
00:12:08:523 44dc Ethereum HTTP requests time (-etht) is set to 200 ms
00:12:08:528 44dc Watchdog enabled
00:12:08:532 44dc Remote management is enabled on port 3333
00:12:08:537 44dc
00:12:08:689 255c http got answer: 0000000015fd7fe17964955fdef1ed34a2a73ae91e5fe71947db5116127c069e0000000000000362170123931ced3ee9259ff6ee8fac2da4adaa998211ac248000000000000000008c5d855700000000e37c71cb3294135a70e7ed13f45204947c1b0dd295c0efdd549717c41866509b
00:12:08:713 255c SC: Connected (sia-eu1.nanopool.org:9980/miner/header?address=e325c219e6acb9e57b8f5adf5c60def3028ecb12f9b25a0c78cbf59ba97e4104c2ad1c5183fb)
00:12:08:714 255c SIA job updated
DUAL MINING MODE ENABLED: ETHEREUM+DECRED
ETH: HTTP SOLO mode
Ethereum HTTP requests time (-etht) is set to 200 ms
Watchdog enabled
Remote management is enabled on port 3333
Setting DAG epoch #62...
DCR: Stratum - connecting to 'dcr.pool.mn' <136.243.50.159> port 4800
C:\Users\Miner>taskkill /IM EthDcrMiner64.exe
ERROR: The process "EthDcrMiner64.exe" with PID 7216 could not be terminated.
Reason: This process can only be terminated forcefully (with /F option).
C:\Users\Miner>taskkill /IM EthDcrMiner64.exe /F
ERROR: The process "EthDcrMiner64.exe" with PID 7216 could not be terminated.
Reason: Access is denied.
@echo off
setx GPU_FORCE_64BIT_PTR 0 >nul
setx GPU_MAX_HEAP_SIZE 100 >nul
setx GPU_USE_SYNC_OBJECTS 1 >nul
setx GPU_MAX_ALLOC_PERCENT 100 >nul
set /a num=%random% %%2
echo %num%
:start
timeout -t 180 /nobreak
if %num% == 0 start /min EthDcrMiner64.exe -r 1 -tt 75 -dbg -1 -epool exp-eu.dwarfpool.com:8018 -ewal 0xxxx -epsw x -eworker bittrex -allcoins -1 -ethi 12 -dpool stratum+tcp://dcr.coinmine.pl:2222 -dwal xxx.xxx -dpsw xls -dcri 60 -dcrt 8
if %num% == 1 start /min EthDcrMiner64.exe -r 1 -tt 75 -dbg -1 -epool eu1.ethermine.org:4444 -esm 1 -ewal 0xxxx -epsw [email protected] -eworker xxx -ethi 12 -dpool stratum+tcp://dcr.coinmine.pl:2222 -dwal xxx.xxx -dpsw xls -dcri 43 -dcrt 8
::if %num% == 1 start /min EthDcrMiner64.exe -r 1 -tt 75 -dbg -1 -epool eu1.ethermine.org:4444 -esm 1 -ewal 0xxxx -epsw [email protected] -eworker xxx -ethi 12 -dpool stratum+tcp://dcr.suprnova.cc:2252 -dwal xxx.xxx -dpsw xls -dcri 43 -dcrt 8
:: pause
if %num% == 0 echo 0. Mining Exps..
if %num% == 1 echo 1. Mining Eths..
if %num% == 0 timeout -t 21600 /nobreak
if %num% == 1 timeout -t 64800 /nobreak
taskkill /F /IM EthDcrMiner64.exe /T >nul
echo Just killed the miner!
if %num% == 0 (
set num=1
goto start )
if %num% == 1 (
set num=0
goto start )
C:\Users\Miner>taskkill /IM EthDcrMiner64.exe
ERROR: The process "EthDcrMiner64.exe" with PID 7216 could not be terminated.
Reason: This process can only be terminated forcefully (with /F option).
C:\Users\Miner>taskkill /IM EthDcrMiner64.exe /F
ERROR: The process "EthDcrMiner64.exe" with PID 7216 could not be terminated.
Reason: Access is denied.