Bitcoin Forum
May 23, 2024, 05:54:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: December 12, 2017, 02:27:39 PM
Hi!

Help me please Smiley

I have a proxy on one computer on wich I have a VPN so I can mine through our Firewall wich only allows ports

"Configuration file on proxy computer (local IP: 192.168.1.17)"


# 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 = "0x49298bbe974bfa25f0c32e19cde67a36a42bc62f"

# 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 = True
MONITORING_EMAIL = "x.x@gmail.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-asia.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

response:

http://


This is ok.

But on the other computer on the same network;

Miner 970L, local IP: 192.168.1.16 (same subnet and all)

conf. file:
ethminer.exe --farm-recheck 200 -G -t 1 -F http://192.168.1.17:8080/970L

response:
http://

I allready tried to turn off the firewall on both computers, but it doesn't help.

What am I missing?

Thanks for helping me Smiley

EDIT:

proxy is working. I tested it with miner on the same computer.


Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!