You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 2x GTX 1070 8Go and ethminer I'm getting around 57 MH/s out of the box
With 2x GTX 1070 and ethminer + eth proxy it's around 67 MH/s out of the box and before overclocking.. Couldn't be happier, right ?
The only issue is after a few minutes the hash drops to 0 MH/s, and the whole system stops responding and I'm foced te reboot
I run Win 10 pro and have latest Nvidia drivers the 382.33 WHQL and I run Ethminer with -U since -G is giving me error "no GPU with enough memory found...) and I use Stratum
# Select Ethereum ETH or Expanse EXP
COIN = "ETH"
# Host and port for your workers
HOST = "127.0.0.1"
PORT = 8080
# Coin address where money goes
WALLET = "MyAddress"
# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = 1
# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = 1
MONITORING_EMAIL = "MyEmail"
# Main pool
POOL_HOST = "eth-us.dwarfpool.com"
POOL_PORT = 8008
# Failover pool
POOL_FAILOVER_ENABLE = 1
POOL_HOST_FAILOVER1 = "eth-us2.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008
POOL_HOST_FAILOVER2 = "eth-eu.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008
POOL_HOST_FAILOVER3 = "eth-asia.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008
# Logging
LOG_TO_FILE = 1
# Enable debug
DEBUG = 0
Anyone experiencing the same issue ? Any ideas ?
The text was updated successfully, but these errors were encountered:
increase your virtual memory, I do 3 GB per GPU. System freezing maybe not enough power provided by risers, that's why I always get motherboards with 4pin auxiliary power connectors.
With 2x GTX 1070 8Go and ethminer I'm getting around 57 MH/s out of the box
With 2x GTX 1070 and ethminer + eth proxy it's around 67 MH/s out of the box and before overclocking.. Couldn't be happier, right ?
The only issue is after a few minutes the hash drops to 0 MH/s, and the whole system stops responding and I'm foced te reboot
I run Win 10 pro and have latest Nvidia drivers the 382.33 WHQL and I run Ethminer with -U since -G is giving me error "no GPU with enough memory found...) and I use Stratum
My start-mining.bat file looks like this:
And my eth-proxy conf file looks like this:
Anyone experiencing the same issue ? Any ideas ?
The text was updated successfully, but these errors were encountered: