Bitcoin Forum
April 18, 2024, 06:13:14 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »  All
  Print  
Author Topic: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork.  (Read 173598 times)
Giufera
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 13, 2016, 04:31:35 PM
 #81

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.
1713420794
Hero Member
*
Offline Offline

Posts: 1713420794

View Profile Personal Message (Offline)

Ignore
1713420794
Reply with quote  #2

1713420794
Report to moderator
1713420794
Hero Member
*
Offline Offline

Posts: 1713420794

View Profile Personal Message (Offline)

Ignore
1713420794
Reply with quote  #2

1713420794
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713420794
Hero Member
*
Offline Offline

Posts: 1713420794

View Profile Personal Message (Offline)

Ignore
1713420794
Reply with quote  #2

1713420794
Report to moderator
1713420794
Hero Member
*
Offline Offline

Posts: 1713420794

View Profile Personal Message (Offline)

Ignore
1713420794
Reply with quote  #2

1713420794
Report to moderator
peteee
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
March 14, 2016, 03:16:46 AM
 #82

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 = "pete.s@bk.ru"

# 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 = "pete.s@bk.ru"

# 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!

Anyone can help me?!
blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
March 14, 2016, 09:51:06 AM
 #83

@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

Bitrated user: blastbob.
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
March 14, 2016, 12:23:04 PM
 #84

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 ?
buckrogers
Legendary
*
Offline Offline

Activity: 2728
Merit: 1181



View Profile
March 14, 2016, 04:39:55 PM
 #85

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 = "pete.s@bk.ru"

# 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 = "pete.s@bk.ru"

# 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!

Anyone can help me?!


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

start the proxy after you save your conf and then run:

ethminer.exe --cl-local-work 128 --cl-global-work 8192 --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

if that doesn't work you can try:

ethminer.exe --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

I think your issue is that you are trying to run eth-proxy.exe with the cmd line, when the proxy needs to run independently, and then have cmd window with ethminer run your bat.

let me know how that works for you.

thanks!

the (-t 1) is the number of gpu's you are trying to run if you had 5 you would change it to (-t 5)

you can also change the conf file to use "0.0.0.0" in it

in the section in the conf:
# Host and port for your workers
HOST = "192.168.1.13"
PORT = 8080


Well I'm dr. spock I'm here to rock y'all
Hazcat
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
March 15, 2016, 01:43:36 AM
 #86

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 = "pete.s@bk.ru"

# 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 = "pete.s@bk.ru"

# 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!

Anyone can help me?!


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

start the proxy after you save your conf and then run:

ethminer.exe --cl-local-work 128 --cl-global-work 8192 --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

if that doesn't work you can try:

ethminer.exe --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

I think your issue is that you are trying to run eth-proxy.exe with the cmd line, when the proxy needs to run independently, and then have cmd window with ethminer run your bat.

let me know how that works for you.

thanks!

the (-t 1) is the number of gpu's you are trying to run if you had 5 you would change it to (-t 5)

you can also change the conf file to use "0.0.0.0" in it

in the section in the conf:
# Host and port for your workers
HOST = "192.168.1.13"
PORT = 8080



@buckrogers

THANK YOU LOADS!

Finally got it working, I was doing as this other guy and only running the proxy, makes sense now that it's working

Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 15, 2016, 03:29:51 PM
 #87

can someone show proof of the increased hashrate or earning in general?
949miner
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Stake & Vote or Become a IoTeX Delegate!


View Profile
March 15, 2016, 06:10:55 PM
 #88

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


               `^cder.         
          '-`ryRQQ#@@#O}-      
       .)ydi`!]PQQ#@@@@@#d}!   
  `:'`rU9660ZL:')TZ@@@@@@####O)
  `lVx<,:xWg@@@#g)iQB##@@##@@@M
  `lVcyWRBsy@@Q8Z*iQQQQB##@@@@M
  `x|G#@@@m)T<:<v~iB##@@#QQB#@M
     `)I$#m,-' `>]ZB#@@@#QQQB#3
  .>LKlxxxx_`<YUaKOQQQB#BB####P
:V5MMMTx^=*` .~xeaOQQg$RB@@@##P
 .<}ab*' .QQK\_`;<YMRO66B@@@@B}
     .`  .Q#@#Q3v`rcvvY3B#Mx_  
         .OKx*rxv`x66OX]=`     
               .!`xRdyr,       
                  !<'

IoTeX





▬▬INTERNET OF TRUSTED THINGS▬▬
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.
▬▬▬BECOME A MEMBER TODAY▬▬▬▬.





        ▄███████████████████▄
        █████████████████████
▄█████  █████████████████████
██████  ████             ████
███     █████████████████████
██████  ████             ████
██████  █████████████████████
███     █████████████████████
███████ ▀███████████████████▀
▀███████▄▄▄▄▄▄▄       ▀████
  ████▌                 ██  
  ▐██▌                      
   █▌








TWITTER
MEDIUM
REDDIT
TELEGRAM
FORUM
BITCOINTALK
Grim
Sr. Member
****
Offline Offline

Activity: 504
Merit: 252


View Profile
March 16, 2016, 10:06:08 AM
 #89

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?
Zedster
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 16, 2016, 10:51:25 AM
 #90

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



alenevaa
Sr. Member
****
Offline Offline

Activity: 288
Merit: 260



View Profile WWW
March 16, 2016, 01:07:36 PM
 #91

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"


██████████████████████
████████████████████████
████████████████████████
████████████████████████
███████████████████████
█████████████████████
████████████████████████
████████████████████████
██████████████████████
██████████████████████
███████████████████████
████████████████████████
████████████████████████
████████████████████████
███████████████████████
██████████████████████
|
WINGS           
Where DAO Unicorns are born
|
.
1st Bitcoin & Ethereum DAO for DAOs
1st Decentralized Chatbot to Smart Contracts Interaction System

|
.
Wings Bounties Earn Eggs
X-Blockchain DAO

Zedster
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 16, 2016, 01:38:51 PM
Last edit: March 16, 2016, 02:17:19 PM by Zedster
 #92

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.
gregory021998
Member
**
Offline Offline

Activity: 129
Merit: 11


View Profile
March 16, 2016, 02:22:36 PM
 #93

Thanks!! All works!
runomata
Full Member
***
Offline Offline

Activity: 134
Merit: 101



View Profile WWW
March 16, 2016, 03:04:23 PM
Last edit: March 16, 2016, 03:16:26 PM by runomata
 #94

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 = "onuratam@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-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
buckrogers
Legendary
*
Offline Offline

Activity: 2728
Merit: 1181



View Profile
March 16, 2016, 03:40:19 PM
 #95

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 = "pete.s@bk.ru"

# 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 = "pete.s@bk.ru"

# 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!

Anyone can help me?!


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

start the proxy after you save your conf and then run:

ethminer.exe --cl-local-work 128 --cl-global-work 8192 --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

if that doesn't work you can try:

ethminer.exe --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

I think your issue is that you are trying to run eth-proxy.exe with the cmd line, when the proxy needs to run independently, and then have cmd window with ethminer run your bat.

let me know how that works for you.

thanks!

the (-t 1) is the number of gpu's you are trying to run if you had 5 you would change it to (-t 5)

you can also change the conf file to use "0.0.0.0" in it

in the section in the conf:
# Host and port for your workers
HOST = "192.168.1.13"
PORT = 8080



@buckrogers

THANK YOU LOADS!

Finally got it working, I was doing as this other guy and only running the proxy, makes sense now that it's working

no problem,  Smiley good luck!

Well I'm dr. spock I'm here to rock y'all
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
March 17, 2016, 09:41:12 PM
 #96

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 ?
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
March 18, 2016, 09:56:09 PM
 #97

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?!
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
March 19, 2016, 07:27:26 AM
 #98

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)?
Hazcat
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
March 19, 2016, 07:49:59 AM
 #99

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

alani123
Legendary
*
Offline Offline

Activity: 2380
Merit: 1406


Leading Crypto Sports Betting & Casino Platform


View Profile
March 19, 2016, 07:58:25 AM
 #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

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.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!