Bitcoin Forum
June 25, 2024, 11:26:10 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: October 07, 2017, 04:35:26 AM
I also have this problem. Keeps looping

2016-02-16 10:31:59,927 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:03,078 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:11,973 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:20,450 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:35,349 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:59,984 INFO proxy # MAIN NEW_JOB
2016-02-16 10:33:25,260 INFO proxy # MAIN NEW_JOB[/i]

Is there any config issue ?





2016-02-16 10:31:59,640 WARNING proxy # Ethereum Stratum proxy version: 0.0.4
2016-02-16 10:31:59,654 WARNING proxy # Trying to connect to Stratum pool at eth-eu.dwarfpool.com:8008
2016-02-16 10:31:59,773 INFO stats # 1 peers connected, state changed 1 times
2016-02-16 10:31:59,775 INFO proxy # Connected to Stratum pool at eth-eu.dwarfpool.com:8008
2016-02-16 10:31:59,842 WARNING proxy # -----------------------------------------------------------------------
2016-02-16 10:31:59,859 WARNING proxy # PROXY IS LISTENING ON ALL IPs ON PORT 8008
2016-02-16 10:31:59,861 WARNING proxy # -----------------------------------------------------------------------
2016-02-16 10:31:59,861 WARNING proxy # Wallet: 0x748f27895887977c6c12827dc031fee3d00c20a9
2016-02-16 10:31:59,861 WARNING proxy # Worker ID enabled: True
2016-02-16 10:31:59,861 WARNING proxy # Email monitoring disabled
2016-02-16 10:31:59,861 WARNING proxy # Failover enabled: False
2016-02-16 10:31:59,862 WARNING proxy # -----------------------------------------------------------------------
2016-02-16 10:31:59,927 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:03,078 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:11,973 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:20,450 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:35,349 INFO proxy # MAIN NEW_JOB
2016-02-16 10:32:59,984 INFO proxy # MAIN NEW_JOB
2016-02-16 10:33:25,260 INFO proxy # MAIN NEW_JOB


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

What im doing wrong here? It's looping that "Main new job" over and over again.

Win10/64bit



The lines
Code:
2016-02-16 10:32:59,984 INFO proxy # MAIN NEW_JOB
are just saying that the pool detected a new block, so your hashing needs to start over. Completely normal as the Ethereum block time is about 15 seconds.

At some point you should begin to see something like the below interspersed between all the MAIN NEW_JOB lines:
 
Code:
2016-02-16 17:34:22,930 INFO proxy # MAIN NEW_JOB
2016-02-16 17:34:32,384 INFO proxy # MAIN NEW_JOB
2016-02-16 17:34:40,211 INFO proxy # MAIN eth_submitWork by miner-05
2016-02-16 17:34:40,259 INFO protocol # [47ms] eth_submitWork from 'miner-05' accepted
2016-02-16 17:34:53,507 INFO proxy # MAIN NEW_JOB
2016-02-16 17:34:56,180 INFO proxy # MAIN NEW_JOB
2016-02-16 17:35:00,571 INFO proxy # MAIN NEW_JOB
2016-02-16 17:35:03,118 INFO proxy # MAIN NEW_JOB
2016-02-16 17:35:05,009 INFO proxy # MAIN NEW_JOB


Depending on your hashing speed this might take awhile, maybe even a minute or two between shares.
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!