new trouble:
2015-04-03 22:43:58.634147 > Error getting work from darkcoind:
2015-04-03 22:43:58.634352 > Traceback (most recent call last):
2015-04-03 22:43:58.634399 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
2015-04-03 22:43:58.634471 > current.result = callback(current.result, *args, **kw)
2015-04-03 22:43:58.634518 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1101, in gotResult
2015-04-03 22:43:58.634561 > _inlineCallbacks(r, g, deferred)
2015-04-03 22:43:58.634602 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1043, in _inlineCallbacks
2015-04-03 22:43:58.634669 > result = result.throwExceptionIntoGenerator(g)
2015-04-03 22:43:58.634714 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2015-04-03 22:43:58.634788 > return g.throw(self.type, self.value, self.tb)
2015-04-03 22:43:58.634834 > --- <exception caught here> ---
2015-04-03 22:43:58.634874 > File "/home/darkcoin/p2pool-drk/p2pool/util/deferral.py", line 41, in f
2015-04-03 22:43:58.634912 > result = yield func(*args, **kwargs)
2015-04-03 22:43:58.634953 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
2015-04-03 22:43:58.634998 > result = g.send(result)
2015-04-03 22:43:58.635040 > File "/home/darkcoin/p2pool-drk/p2pool/darkcoin/helper.py", line 62, in getwork
2015-04-03 22:43:58.635083 > payee=darkcoin_data.address_to_pubkey_hash(work['payee'], net.PARENT) if (work['payee'] != '') else None,
2015-04-03 22:43:58.635125 > File "/home/darkcoin/p2pool-drk/p2pool/darkcoin/data.py", line 274, in address_to_pubkey_hash
2015-04-03 22:43:58.635167 > raise ValueError('address not for this net!')
2015-04-03 22:43:58.635206 > exceptions.ValueError: address not for this net!