Pages:
Author

Topic: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. - page 5. (Read 173617 times)

legendary
Activity: 1260
Merit: 1046
After some problems with the installation/configuration (not clear the explaination for Linux, but all is ok now and the conf file is very usefull and rich), I've tried the proxy : difficult to say the difference with or whithout proxy with only one GPU.
I'll try with 2 or 3 GPUs later.

Edit : is the HK server down ? The ping command fail on it.
legendary
Activity: 1510
Merit: 1003
I think proxy is very useful for bad, high latency internet connection. Plus failover option if main pool server is down.
legendary
Activity: 2422
Merit: 1451
Leading Crypto Sports Betting & Casino Platform
Hi,

I understud that proxy increase the earning with big installations : several RIGs, each with several GPU.

But, for a computer with a single graphic card (GTX960), does this proxy increase the earning to ? How much, about ?

From what I have seen after using the proxy for a solid few days now, there is no difference in shares etc

I have 3 seperate rigs but only 5 cards and for me I haven't noticed any difference

There's a difference and that is that there's no need for recheck. This helps so no hashrate gets wasted while waiting for work as stratum takes care of delivering work to miners. It might not be that of a noticeable difference with a single GPU it does make a difference.
full member
Activity: 136
Merit: 100
Hi,

I understud that proxy increase the earning with big installations : several RIGs, each with several GPU.

But, for a computer with a single graphic card (GTX960), does this proxy increase the earning to ? How much, about ?

From what I have seen after using the proxy for a solid few days now, there is no difference in shares etc

I have 3 seperate rigs but only 5 cards and for me I haven't noticed any difference
hero member
Activity: 808
Merit: 1014
Sometimes proxy dies with following lines in log file:

Code:
2016-03-19 08:10:09,422 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:09,478 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:10,120 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!
2016-03-19 08:10:10,910 WARNING proxy # Job timeout. Proxy is waiting for an updated job. Please restart proxy!

After restart proxy continue normal jobs.

Any suggestions how to implement auto restart of staled proxy in the case of this errors (under linux os)?
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
What is uncle block?! And also i want to know, does proxy increase earning for 1 gpu?! Do u really get 20% BY using proxy?!
legendary
Activity: 1260
Merit: 1046
Hi,

I understud that proxy increase the earning with big installations : several RIGs, each with several GPU.

But, for a computer with a single graphic card (GTX960), does this proxy increase the earning to ? How much, about ?
legendary
Activity: 2742
Merit: 1181
full member
Activity: 134
Merit: 101
Hi, everything seem great on my stratum proxy and etherminer but I cant see my hashrate or other stats on the pool site..

This is my bat file;

Code:
ethminer.exe --cl-local-work 256 --cl-global-work 16384 --farm-recheck 400 -G -t 1 -F http://192.168.1.34:8080/0x34a5f2c9d68c3ff0e52d4d2f8c77e0466f4072c2

This is my proxy conf.

Code:
###
# 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://127.0.0.1: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.1.34"
PORT = 8080

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

# 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 = "[email protected]"

# 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


I deleted my Dag file..

How can I see my stats on the site?
http://dwarfpool.com/eth/address?wallet=0x34a5f2c9d68c3ff0e52d4d2f8c77e0466f4072c2
member
Activity: 129
Merit: 11
full member
Activity: 182
Merit: 100
Why are you using capital letters in the address?

Just change your wallet address in the conf file to this exact string:

Code:
# Coin address where money goes
WALLET = "0xd8d8de5f679e0d0b4cbe82f16e6a84bf5369b67e"


Here is my current conf file and bat for miner.

###

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


That is what the line reads I just changed the last for privacy, which obviously was useless.  I hope I wouldn't have put a bogus address in and wonder why it does not work.

okay now i see what your talking about. I had just copy and pasted the addy from etherchain.org and for some reason they capitolized some of the letters.  and yes now it does seem to be working.  

Thanks, I knew it was something stupid.
sr. member
Activity: 288
Merit: 260
Why are you using capital letters in the address?

Just change your wallet address in the conf file to this exact string:

Code:
# Coin address where money goes
WALLET = "0xd8d8de5f679e0d0b4cbe82f16e6a84bf5369b67e"


Here is my current conf file and bat for miner.

###

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

full member
Activity: 182
Merit: 100
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 = "[email protected]"

# 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



sr. member
Activity: 506
Merit: 252
I woke up to alot of rejected shares in the log this morning. 2-3 hours offline on the rigs.

Version 0.5 used.

Restart of the proxy fixed it.


That is the old problem. I thought the 0.05 should fix that. The rejects happened after interrupt of the network connection.


Is that issue still popping up?
sr. member
Activity: 448
Merit: 250
Stake & Vote or Become a IoTeX Delegate!
I got it going stable in windows 8.1 64 bit. Just change your wallet address like the instructions said to do in in.  Speed is faster payouts are reliable. Thank you.

eth-proxy.conf file
full member
Activity: 224
Merit: 100
can someone show proof of the increased hashrate or earning in general?
full member
Activity: 136
Merit: 100
legendary
Activity: 2742
Merit: 1181
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
i have downloaded the proxy. Have set up the .conf with my email and wallet. How do i run the miner ? What should be my .bat file please tell me .
And should I put the proxy.exe in to same folder of ethminer ?
hero member
Activity: 602
Merit: 500
@peteee

put 0.0.0.0 instead of 192.168.0.13

or

eth-proxy.exe --farm-recheck 200 -G -F http://192.168.0.13:8080
Pages:
Jump to: