Post
Topic
Board Mining (Altcoins)
Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork.
by
Zedster
on 16/03/2016, 10:51:25 UTC
OK this is the third time i have tried the proxy 0.0.5 version.  I cannot get the pool to register my shares to my wallet.

I have tried very config of the proxy (i think) I have used 127.0.0.1, I have used my IP 198.162.0.XX.

Here is my current conf file and bat for miner.

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/rig1
#
#   ethminer.exe -G -F http://192.168.0.11:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33: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:  eth-eu.dwarfpool.com  (France)
#    US-Server:  eth-us.dwarfpool.com  (EastCoast: Montreal,Canada)
#    US-Server:  eth-us2.dwarfpool.com (WestCoast: Las Vegas)
#    RU-Server:  eth-ru.dwarfpool.com  (Moscow)
#    HK-Server:  eth-hk.dwarfpool.com  (Hong-Kong)
#    CN-Server:  eth-cn.dwarfpool.com  (Shanghai)
#    SG-Server:  eth-sg.dwarfpool.com  (Singapore)
#    AU-Server:  eth-au.dwarfpool.com  (Melbourne)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "192.168.0.11"
PORT = 8080

# Coin address where money goes
WALLET = "0xd8d8De5F679E0d0b4CBe82F16e6aXXXXXXXXX"

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

# Main pool
POOL_HOST = "eth-eu.dwarfpool.com"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

POOL_HOST_FAILOVER2 = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "eth-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

BAT:

start "Ethmine" "D:\Program Files\Ethereum 0.9.41\Release\ethminer.exe" --farm-recheck 100 -G
-F http://192.168.0.11:8080/Zed1

I get the proxy running fine.  I get this in a browser.

Ethereum stratum proxy
DAG-file: 5197b2a3898b31d4

Main server eth-eu.dwarfpool.com:8008 (188.165.233.56) connected
Failover server1 eth-ru.dwarfpool.com:8008 (212.24.48.118) connected
Failover server2 eth-us.dwarfpool.com:8008 (198.27.64.122) connected
Failover server3 eth-hk.dwarfpool.com:8008 (None) disconnected


It says it's accepting work from my miner Zed1.  It shows my hash rate but the dwarfpool site never shows any shares from my miner.  If i run direct to the pool with this bat: start "Ethmine" "D:\Program Files\Ethereum 0.9.41\Release\ethminer.exe" -G -F http://eth-eu.dwarfpool.com:80/d8d8de5f679e0d0b4cbe82f16e6a84XXXXXXXXXX/Zed1 (yes i put in the Xs), everything is fine.

One question I have is. Is the 0x on the start of the wallet address necessary? I have tried both ways in the proxy conf file, no luck.

I have rebuilt the DAG a couple times. What am I missing?  Thanks for any help.

Zed