who can help me
?
C:\p2pool>python run_p2pool.py --net globalboosty 1 9QWJzu5TJSicxa6GoWJyHfGneVg
p3Et9Xy
2014-11-21 01:13:15.203000 p2pool (version unknown 7032706f6f6c)
2014-11-21 01:13:15.203000
2014-11-21 01:13:15.203000 Testing bitcoind RPC connection to '
http://127.0.0.1:
8225/' with username '1'...
2014-11-21 01:13:15.390000 ...success!
2014-11-21 01:13:15.390000 Current block hash: c788f5f7c39535c4e2c194e73a376
c261ba44a3aca7fd7db77d6310f8e033f52
2014-11-21 01:13:15.390000 Current block height: 10093
2014-11-21 01:13:15.390000
2014-11-21 01:13:15.390000 Testing bitcoind P2P connection to '127.0.0.1:8226'..
.
2014-11-21 01:13:15.468000 ...success!
2014-11-21 01:13:15.468000
2014-11-21 01:13:15.468000 Determining payout address...
2014-11-21 01:13:15.468000 Getting payout address from bitcoind...
2014-11-21 01:13:15.656000 ...success! Payout address: YCd9uW5dVY4FZ5Dm8qZp3
cq4ZQRmSrUc4X
2014-11-21 01:13:15.656000
2014-11-21 01:13:15.656000 Loading shares...
2014-11-21 01:13:15.656000 ...done loading 0 shares (0 verified)!
2014-11-21 01:13:15.656000
2014-11-21 01:13:15.656000 Initializing work...
2014-11-21 01:13:15.765000 > Error while requesting best block header:
2014-11-21 01:13:15.765000 > Traceback (most recent call last):
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 577, in _runCallbacks
2014-11-21 01:13:15.765000 > current.result = callback(current.result, *args
, **kw)
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1155, in gotResult
2014-11-21 01:13:15.765000 > _inlineCallbacks(r, g, deferred)
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1097, in _inlineCallbacks
2014-11-21 01:13:15.765000 > result = result.throwExceptionIntoGenerator(g)
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\pytho
n\failure.py", line 389, in throwExceptionIntoGenerator
2014-11-21 01:13:15.765000 > return g.throw(self.type, self.value, self.tb)
2014-11-21 01:13:15.765000 > --- <exception caught here> ---
2014-11-21 01:13:15.765000 > File "C:\p2pool\p2pool\util\deferral.py", line 41
, in f
2014-11-21 01:13:15.765000 > result = yield func(*args, **kwargs)
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1099, in _inlineCallbacks
2014-11-21 01:13:15.765000 > result = g.send(result)
2014-11-21 01:13:15.765000 > File "C:\p2pool\p2pool\node.py", line 218, in pol
l_header
2014-11-21 01:13:15.765000 > handle_header((yield self.factory.conn.value.ge
t_block_header(self.bitcoind_work.value['previous_block'])))
2014-11-21 01:13:15.765000 > File "C:\p2pool\p2pool\node.py", line 200, in han
dle_header
2014-11-21 01:13:15.765000 > if not (self.net.PARENT.POW_FUNC(bitcoin_data.b
lock_header_type.pack(new_header)) <= self.bitcoind_work.value['bits'].target):
2014-11-21 01:13:15.765000 > File "C:\p2pool\p2pool\bitcoin\networks.py", line
28, in <lambda>
2014-11-21 01:13:15.765000 > POW_FUNC=lambda data: pack.IntType(256).unpack(
__import__('yescrypt_hash').getHash(data, 80)),
2014-11-21 01:13:15.765000 > exceptions.ImportError: No module named yescrypt_ha
sh
2014-11-21 01:13:15.765000 > Unhandled error in Deferred:
2014-11-21 01:13:15.765000 > Unhandled Error
2014-11-21 01:13:15.765000 > Traceback (most recent call last):
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 382, in callback
2014-11-21 01:13:15.765000 > self._startRunCallbacks(result)
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 490, in _startRunCallbacks
2014-11-21 01:13:15.765000 > self._runCallbacks()
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 577, in _runCallbacks
2014-11-21 01:13:15.765000 > current.result = callback(current.result, *args
, **kw)
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1155, in gotResult
2014-11-21 01:13:15.765000 > _inlineCallbacks(r, g, deferred)
2014-11-21 01:13:15.765000 > --- <exception caught here> ---
2014-11-21 01:13:15.765000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1099, in _inlineCallbacks
2014-11-21 01:13:15.765000 > result = g.send(result)
2014-11-21 01:13:15.765000 > File "C:\p2pool\p2pool\node.py", line 218, in pol
l_header
2014-11-21 01:13:15.765000 > handle_header((yield self.factory.conn.value.ge
t_block_header(self.bitcoind_work.value['previous_block'])))
2014-11-21 01:13:15.765000 > File "C:\p2pool\p2pool\node.py", line 200, in han
dle_header
2014-11-21 01:13:15.765000 > if not (self.net.PARENT.POW_FUNC(bitcoin_data.b
lock_header_type.pack(new_header)) <= self.bitcoind_work.value['bits'].target):
2014-11-21 01:13:15.765000 > File "C:\p2pool\p2pool\bitcoin\networks.py", line
28, in <lambda>
2014-11-21 01:13:15.765000 > POW_FUNC=lambda data: pack.IntType(256).unpack(
__import__('yescrypt_hash').getHash(data, 80)),
2014-11-21 01:13:15.765000 > exceptions.ImportError: No module named yescrypt_ha
sh
2014-11-21 01:13:18.828000 > Error while requesting best block header:
2014-11-21 01:13:18.828000 > Traceback (most recent call last):
2014-11-21 01:13:18.828000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 577, in _runCallbacks
2014-11-21 01:13:18.828000 > current.result = callback(current.result, *args
, **kw)
2014-11-21 01:13:18.828000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1155, in gotResult
2014-11-21 01:13:18.828000 > _inlineCallbacks(r, g, deferred)
2014-11-21 01:13:18.828000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1097, in _inlineCallbacks
2014-11-21 01:13:18.828000 > result = result.throwExceptionIntoGenerator(g)
2014-11-21 01:13:18.828000 > File "C:\Python27\lib\site-packages\twisted\pytho
n\failure.py", line 389, in throwExceptionIntoGenerator
2014-11-21 01:13:18.828000 > return g.throw(self.type, self.value, self.tb)
2014-11-21 01:13:18.828000 > --- <exception caught here> ---
2014-11-21 01:13:18.828000 > File "C:\p2pool\p2pool\util\deferral.py", line 41
, in f
2014-11-21 01:13:18.828000 > result = yield func(*args, **kwargs)
2014-11-21 01:13:18.828000 > File "C:\Python27\lib\site-packages\twisted\inter
net\defer.py", line 1099, in _inlineCallbacks
2014-11-21 01:13:18.828000 > result = g.send(result)
2014-11-21 01:13:18.828000 > File "C:\p2pool\p2pool\node.py", line 218, in pol
l_header
2014-11-21 01:13:18.828000 > handle_header((yield self.factory.conn.value.ge
t_block_header(self.bitcoind_work.value['previous_block'])))
2014-11-21 01:13:18.828000 > File "C:\p2pool\p2pool\node.py", line 200, in han
dle_header
2014-11-21 01:13:18.828000 > if not (self.net.PARENT.POW_FUNC(bitcoin_data.b
lock_header_type.pack(new_header)) <= self.bitcoind_work.value['bits'].target):
2014-11-21 01:13:18.828000 > File "C:\p2pool\p2pool\bitcoin\networks.py", line
28, in <lambda>
2014-11-21 01:13:18.828000 > POW_FUNC=lambda data: pack.IntType(256).unpack(
__import__('yescrypt_hash').getHash(data, 80)),
2014-11-21 01:13:18.828000 > exceptions.ImportError: No module named yescrypt_ha
sh