I've had some requests for adding support to Dwarfpool's Proxy (including failover support). Since the user authentication is quite different between both pools (Dwarf uses just the coin address and Suprnova uses usernames) it took a bit longer because of this but I got it going now.
You can use this proxy:
https://github.com/Atrides/eth-proxynow too beside of sammy007's proxy (
https://github.com/sammy007/ether-proxy) (which I personally like much, much, much more).
I've added support for the Dwarfproxy on a separate Port / URL for better debugging, enter this into your config:
# Main pool
POOL_HOST = "eth-apac.suprnova.cc"
POOL_PORT = 5000
You can use your wallet address as authentication, just make sure you've set the same wallet address in your suprnova account !
I've preserved this so you can use the failover funcition of the proxy seamless in case dwarfpool or suprnova goes down, it'll just switch to the backup without needing to readjust anything. So a valid config would look something like:
# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8088
# Coin address where money goes
WALLET = "0x171010e11015e8806e4111dd4ce0f7f01f6e72c2" // HAS TO BE SET IN YOUR ACCOUNT !!!!!
#WALLET = "suprnova.5" // could also be used if you don't need backup
# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "
[email protected]"
# Main pool
POOL_HOST = "eth-apac.suprnova.cc"
POOL_PORT = 5000
# Failover pool.
POOL_FAILOVER_ENABLE = False
POOL_HOST_FAILOVER = "eth-eu.dwarfpool.com"
POOL_PORT_FAILOVER = 8008
Remember.. The wallet address has to be set in your account ! OR you use your username for authentication.
Please create a worker called "ethproxy" if you use the wallet address - hash will be directed there. (It's not mandatory but "looks" better and you'll get detailed stats).
Let me know if you have any trouble.
I hate that stupid dwarfpool.com because of very high difficulty for my 15MH/s worker, sometimes I have no share within 10-15 minutes, so just wasting time. I think your vardiff settings is better, and with your eth.suprnova.cc pool I will earn more ETH than with stupid dwarfpool.com. So I need help to connect to suprnova with proxy! I have tried out many setting but nothing works! So, my questions:
1) Can I use eth-proxy v0.0.5 with EU Sever online: http://
eth-mine.suprnova.cc:3000/suprnova.5/50 ?? my ping there is
86ms, I don't want use
http://eth-apac.suprnova.cc:5000 because I have
260ms ping and eth-us.suprnova.cc because of
190ms ping! And how exactly I must use it?
2) How can I use sammy007 proxy with http://
eth-mine.suprnova.cc:3000 ?? I didn't find it on your homepage.
3) Why you provide on your homepage the same server 2 times??? EU Sever online:
http://eth-mine.suprnova.cc:3000 and High-Diff (sammy007's Proxy:
http://eth-high.suprnova.cc:3000/workername/Hashrate this is exactly the same IP 144.76.34.105 and port 3000!
My advice to you
1) put link to sammy007 proxy in your homepage
https://github.com/sammy007/ether-proxy/releases it will help new miners to connect more easy.
2) here -> "Dwarfpool compatible Proxy- Port online:
http://eth-apac.suprnova.cc:5000(use with this proxy. Have your payout address set in your account as you use it in the proxy conf!)" you are providing link only to the linux proxy, what about windows users? I think adding it will be a good job.