Bitcoin Forum

Bitcoin => Mining support => Topic started by: bgibso01 on June 29, 2014, 11:29:11 PM



Title: Eloipool--Down to just 1 problem----SOLVED!
Post by: bgibso01 on June 29, 2014, 11:29:11 PM
After the pool was up for a bit, I quit getting the Merkle errors, so have no idea about those unless they are related to the dynamic targeting that I still have a problem with.  This has been the kind of output I've been getting the last couple of hours.  I'm hoping it's correct:

2014-06-29 15:25:30,865 merkleMaker     INFO    New block: 000000000000000027350e62ddc96e536347111bfb590968ba96ffa9caaba3e2 (height: 308525; bits: 18415fd1)
2014-06-29 15:25:30,912 JSONRPCServer   INFO    Nobody to longpoll
2014-06-29 15:25:39,625 JSONRPCServer   INFO    Nobody to longpoll
2014-06-29 15:39:10,773 newBlockNotification    INFO    Received new block notification
2014-06-29 15:39:10,921 merkleMaker     INFO    New block: 000000000000000039ede1df8621b035319ab003624a7d578b1627ebe223688c (height: 308526; bits: 18415fd1)
2014-06-29 15:39:10,969 JSONRPCServer   INFO    Nobody to longpoll
2014-06-29 15:39:19,892 JSONRPCServer   INFO    Nobody to longpoll
2014-06-29 15:55:05,773 newBlockNotification    INFO    Received new block notification
2014-06-29 15:55:06,169 merkleMaker     INFO    New block: 00000000000000001ffbf15f6da03b9b70c91c04b1f65227fd4f3e6a8d20e558 (height: 308527; bits: 18415fd1)
2014-06-29 15:55:06,176 JSONRPCServer   INFO    Nobody to longpoll
2014-06-29 15:55:12,142 JSONRPCServer   INFO    Nobody to longpoll

So here's the last major problem that I know of. lol.

When I change the DynamicTargeting to anything but 0, I only get diff1 shares.  At zero I just get the diff16 shares.  Anyone have a suggestion of what I'm missing?
 
### 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 = 0
DynamicTargetServerAddresses = ('::ffff:192.168.1.105', 3334),
# How many shares per minute to try to achieve on average
DynamicTargetGoal = 6

# Number of seconds hashrate is measured over
DynamicTargetWindow = 120

Thanks to everyone's guides and of course wizkid/Luke-jr for the software.




Title: Re: Eloipool--Down to just 1 problem
Post by: bgibso01 on June 30, 2014, 10:41:12 PM
Ok, so I think my problem is that I cloned the master of eloipool rather than wizeligius. It looks like wizeligius has the var diff py files.

The other issue was that ',' after the DynamicTarggeting statement.


Question though, why does the master have stuff relating to var diff in the example config.py file if it doesn't have the var diff stuff in the master branch?

Thanks.