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.
###
# Examples of command line for miners:
#
# ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/GiveMeDaBlocks
# ethminer.exe --farm-recheck 500 -G -F http://HOST:PORT/GiveMeDaBlocks
#
# ethminer.exe -G -F http://127.0.0.1:8080/
# ethminer.exe --farm-recheck 200 -G -F http://192.168.0.24:8080/rig1
#
# farm-recheck parameter is very individual. Just test different values.
#
# You can submit shares without workername or
# You can provide workername:
# - with url like "/rig1"
# - or use automatically numbering(integer) based on IP of miner
#
# Servers:
# EU-Server: europe1.ethereum.miningpoolhub.com (Europe)
# US-Server: us-east1.ethereum.miningpoolhub.com (East)
# AU-Server: asia1.ethereum.miningpoolhub.com (Asia)
#
###
# Select Ethereum ETH or Expanse EXP
COIN = "ETH"
# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080
# Coin address where money goes
WALLET = "Add your ETH wallet here be sure it is same as on pool for payments."
# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"
# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True
# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "[email protected]"
# Main pool
POOL_HOST = "europe1.ethereum.miningpoolhub.com"
POOL_PORT = 20536
# Failover pool
POOL_FAILOVER_ENABLE = True
POOL_HOST_FAILOVER1 = "us-east1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER1 = 20536
POOL_HOST_FAILOVER2 = "asia1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER2 = 20536
# Logging
LOG_TO_FILE = True
# Enable debug
DEBUG = False
ethminer -G --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200 -F http://127.0.0.1:8080/GiveMeDaBlocks
###
# Examples of command line for miners:
#
# ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/GiveMeDaBlocks
# ethminer.exe --farm-recheck 500 -G -F http://HOST:PORT/GiveMeDaBlocks
#
# ethminer.exe -G -F http://127.0.0.1:8080/
# ethminer.exe --farm-recheck 200 -G -F http://192.168.0.24:8080/rig1
#
# farm-recheck parameter is very individual. Just test different values.
#
# You can submit shares without workername or
# You can provide workername:
# - with url like "/rig1"
# - or use automatically numbering(integer) based on IP of miner
#
# Servers:
# EU-Server: europe1.ethereum.miningpoolhub.com (Europe)
# US-Server: us-east1.ethereum.miningpoolhub.com (East)
# AU-Server: asia1.ethereum.miningpoolhub.com (Asia)
#
###
# Select Ethereum ETH or Expanse EXP
COIN = "ETH"
# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080
# Coin address where money goes
WALLET = "Add your ETH wallet here be sure it is same as on pool for payments."
# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"
# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True
# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "[email protected]"
# Main pool
POOL_HOST = "europe1.ethereum.miningpoolhub.com"
POOL_PORT = 20536
# Failover pool
POOL_FAILOVER_ENABLE = True
POOL_HOST_FAILOVER1 = "us-east1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER1 = 20536
POOL_HOST_FAILOVER2 = "asia1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER2 = 20536
# Logging
LOG_TO_FILE = True
# Enable debug
DEBUG = False
ethminer -G --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200 -F http://127.0.0.1:8080/GiveMeDaBlocks
###
# Examples of command line for miners:
#
# ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/GiveMeDaBlocks
# ethminer.exe --farm-recheck 500 -G -F http://HOST:PORT/GiveMeDaBlocks
#
# ethminer.exe -G -F http://127.0.0.1:8080/
# ethminer.exe --farm-recheck 200 -G -F http://192.168.0.24:8080/rig1
#
# farm-recheck parameter is very individual. Just test different values.
#
# You can submit shares without workername or
# You can provide workername:
# - with url like "/rig1"
# - or use automatically numbering(integer) based on IP of miner
#
# Servers:
# EU-Server: europe1.ethereum.miningpoolhub.com (Europe)
# US-Server: us-east1.ethereum.miningpoolhub.com (East)
# AU-Server: asia1.ethereum.miningpoolhub.com (Asia)
#
###
# Select Ethereum ETH or Expanse EXP
COIN = "ETH"
# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080
# Coin address where money goes
WALLET = "Add your ETH wallet here be sure it is same as on pool for payments."
# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"
# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True
# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "[email protected]"
# Main pool
POOL_HOST = "europe1.ethereum.miningpoolhub.com"
POOL_PORT = 20536
# Failover pool
POOL_FAILOVER_ENABLE = True
POOL_HOST_FAILOVER1 = "us-east1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER1 = 20536
POOL_HOST_FAILOVER2 = "asia1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER2 = 20536
# Logging
LOG_TO_FILE = True
# Enable debug
DEBUG = False
ethminer -G --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200 -F http://127.0.0.1:8080/GiveMeDaBlocks