Post
Topic
Board Pools (Altcoins)
Re: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! //
by
minerkin
on 07/04/2016, 18:00:35 UTC
I'm unable to get workers to show up on dashboard.

I'm using eth proxy.

Code:
# Host and port for your workers
HOST = "192.168.1.x"
PORT = 8080

# Coin address where money goes
WALLET = "mywallet"

# 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 = "mail@example.com"

# Main pool
POOL_HOST = "eth-apac.suprnova.cc"
POOL_PORT = 5000

# Failover pool
POOL_FAILOVER_ENABLE = False
POOL_HOST_FAILOVER = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER = 8008

# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

on my ethminer

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
ethminer -G -F http://192.168.1.x:8080/myusername.ethproxy/130 --cl-global-work 16384

Worker is set to monitored. Payment address is my wallet address. I'm hashing perfectly fine, but there's no update on the dashboard. Please help