luke-jr / eloipool

Fast Python3 Bitcoin pool server
Other
136 stars 69 forks source link

Dynamic Targetting of pool difficulty for Eloipool #7

Closed jeong760 closed 8 years ago

jeong760 commented 8 years ago

Dears,

Eloipool has an issue with set Dynamic target difficult on the pool because it always set diff as 1. so there are many accpeted and then finally pool goes to no response.

So is there any method set difficult as current one using Dynamic target option?

My config file setting is

 # Name of the server 
    ServerName = 'Private Eloipool' 

 ### Settings relating to server scaling/load 
 # Share hashes must be below this to be valid shares 
 # If dynamic targetting is enabled, this is a minimum 
    ShareTarget = 0x000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffff 

 # Automatically adjust targets per username  
 #0 = disabled 
 #1 = arbitrary targets 
 #2 = power of two difficulties (zero bit counts) 

  DynamicTargetting = 2

# How many shares per minute to try to achieve on average 
  DynamicTargetGoal = 8 

# DynamicTargetServerAddresses
   DynamicTargetServerAddresses = (::ffff:192.168.10, 3333),

# Number of seconds hashrate is measured over 
  DynamicTargetWindow = 120 

# Should we try to adjust the target quickly when there are a lot of shares? 
  DynamicTargetQuick = True 

Regards, John Ahn

luke-jr commented 8 years ago

Remove DynamicTargetServerAddresses

jeong760 commented 8 years ago

Does it caused of set diificulty as 1? And What is optimal target hexadecimal values for configuration file?

jeong760 commented 8 years ago

When DynamicTargetServerAddresses is used?

luke-jr commented 8 years ago

DynamicTargetServerAddresses is used when there is an independent server managing the dynamic targeting.

jeong760 commented 8 years ago

Dears,

Personally I have a few question about Eloipool server configuration.

Regards, John Ahn -----Original Message----- From: "Luke-Jr"<notifications@github.com> To: "luke-jr/eloipool"<eloipool@noreply.github.com>; Cc: "jeong760"<jeong760@naver.com>; "Author"<author@noreply.github.com>; Sent: 2016-04-21 (목) 04:06:35 Subject: Re: [luke-jr/eloipool] Dynamic Targetting of pool difficulty for Eloipool (#7)

DynamicTargetServerAddresses is used when there is an independent server managing the dynamic targeting.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub