Pages:
Author

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

newbie
Activity: 13
Merit: 0
newbie
Activity: 4
Merit: 0
The proxy does not work if the main pool is not available when I started the proxy first time. Can we remove that restriction?

now i were able to make it work,
it doesn't work if you dont open the work first
ty hehe

What do you mean by "open the work first"? Do we need to run the etherminer first before we run the proxy software?

Exactly.
sr. member
Activity: 360
Merit: 250
Token
Hah thanks. Not sure why that would get turned off by default in the new .conf
sr. member
Activity: 252
Merit: 250
Proxy version 5 seems like a downgrade. It got screwed up for the first time today and I lost 4 hours of hashing, version 4 was nothing but stable. Version 5 doesn't seem to work with worker names anymore, all hashrate goes into one. Proxy terminal says " accepted work by ' ' "

And hashrate reported by ethminer is still reduced ~10% compared to mining to a geth node or pool that doesn't use this proxy.

Did you do the following:

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True
sr. member
Activity: 360
Merit: 250
Token
Proxy version 5 seems like a downgrade. It got screwed up for the first time today and I lost 4 hours of hashing, version 4 was nothing but stable. Version 5 doesn't seem to work with worker names anymore, all hashrate goes into one. Proxy terminal says " accepted work by ' ' "

And hashrate reported by ethminer is still reduced ~10% compared to mining to a geth node or pool that doesn't use this proxy.
newbie
Activity: 13
Merit: 0
Hello i want to tested proxy i have some question

My IP is 192.168.1.13
workername 290

this is my conf file :

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/290
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/290
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/290
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/290"
#   - 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.13"
PORT = 8080

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

# To donate please use wallet ""

# 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


This is my .bat file

eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080

-------------------------------------------------------------------

second .conf

###
# 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 = "0.0.0.0"
PORT = 8080

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

# To donate please use wallet ""

# 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 use this same .bat " eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080"

i have still NEW_JOB MAIN_Pool



which is ok or where i have problem in config

Thank's for reply!
full member
Activity: 195
Merit: 104
The proxy does not work if the main pool is not available when I started the proxy first time. Can we remove that restriction?

now i were able to make it work,
it doesn't work if you dont open the work first
ty hehe

What do you mean by "open the work first"? Do we need to run the etherminer first before we run the proxy software?
newbie
Activity: 4
Merit: 0
The proxy does not work if the main pool is not available when I started the proxy first time. Can we remove that restriction?

now i were able to make it work,
it doesn't work if you dont open the work first
ty hehe
full member
Activity: 136
Merit: 100
Its been an hour and it just says

NEW_JOB MAIN_POOL
It's good - proxy works. Now you need start miner to proxy address:port

?

sr. member
Activity: 312
Merit: 250
LTC fan 4ever
The proxy does not work if the main pool is not available when I started the proxy first time. Can we remove that restriction?
hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com
Its been an hour and it just says

NEW_JOB MAIN_POOL
It's good - proxy works. Now you need start miner to proxy address:port
full member
Activity: 136
Merit: 100
Find out your local Ip on your network. It will be 127.0.0.1 or 192.168.x.x (x's vary on routers)

In the "eth-proxy" conf file, find:

 HOST = "127.0.0.1"

Or whatever it says and change it to your IP. If you aren't sure, open a CMD window and type "ipconfig"  (no quotes) you want the IPv4 address, change the CONF file to that address.

Don't forget the next line down is WALLET- make it your address

Thanks.

All of what you said i have already done, do i need to change the port? if so how do i find the port number?

Its been an hour and it just says

NEW_JOB MAIN_POOL
newbie
Activity: 4
Merit: 0
Im getting this error:

Traceback (most recente call last):
File "", line 9, in
File "C:\Python27\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py" n load_module
File "stratum\setting.py", line 74, in
File "stratum\setting.py", line 53, in setup
File "stratum\setting.py", line 25, in read_values_file
ValueError: invalid literal for int() with base 10: 'true'
eth-proxy returned -1

Any ideia how to fix?
0.0.4 Version was working normal.
Ty


Im using python 2.7.11 and i have no pyintaller installed.

Which version do you use?
newbie
Activity: 13
Merit: 0
Find out your local Ip on your network. It will be 127.0.0.1 or 192.168.x.x (x's vary on routers)

In the "eth-proxy" conf file, find:

 HOST = "127.0.0.1"

Or whatever it says and change it to your IP. If you aren't sure, open a CMD window and type "ipconfig"  (no quotes) you want the IPv4 address, change the CONF file to that address.

Don't forget the next line down is WALLET- make it your address
full member
Activity: 136
Merit: 100
No one can help getting this going on windows?
full member
Activity: 189
Merit: 100
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.
full member
Activity: 136
Merit: 100
So whats the go with this ive been trying for 2 days and cant get it working.

What does this mean "http://127.0.0.1:8080/" do i need to change the IP to anything?
full member
Activity: 136
Merit: 100
Anyone able to help me get this running?
Proxy works correctly, but your miner started with wrong url. You must start so:
Code:
eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080/


This is what i get using the above

http://prntscr.com/adegoh
hero member
Activity: 602
Merit: 500
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.
hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com
Im getting this error:

Traceback (most recente call last):
File "", line 9, in
File "C:\Python27\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py" n load_module
File "stratum\setting.py", line 74, in
File "stratum\setting.py", line 53, in setup
File "stratum\setting.py", line 25, in read_values_file
ValueError: invalid literal for int() with base 10: 'true'
eth-proxy returned -1

Any ideia how to fix?
0.0.4 Version was working normal.
Ty


Thank you for the report. I'll fix it

Pages:
Jump to: