i´ve installed all components, synched wallet and configured everything. But when i start the bat-file i get several errors.
Access the Graphs & Stats works.
E:\p2pool-rav-master>CALL.bat
E:\p2pool-rav-master>run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp --bitcoind-config-path E:\Blockchain\bitcoin.conf
2014-07-23 15:35:33.466000 p2pool (version unknown 7032706f6f6c2d7261762d6d6173746572)
2014-07-23 15:35:33.466000
2014-07-23 15:35:33.466000 Testing bitcoind RPC connection to '
http://127.0.0.1:17444/' with username 'Solo'...
2014-07-23 15:35:33.880000 ...success!
2014-07-23 15:35:33.881000 Current block hash: 1fcd0ac4fb6b1d2386c09d450a16bca857ec715594c4de2
2014-07-23 15:35:33.881000 Current block height: 312120
2014-07-23 15:35:33.881000
2014-07-23 15:35:33.881000 Testing bitcoind P2P connection to '127.0.0.1:17334'...
2014-07-23 15:35:33.997000 ...success!
2014-07-23 15:35:34.009000
2014-07-23 15:35:34.010000 Determining payout address...
2014-07-23 15:35:34.010000 Loaded cached address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP...
2014-07-23 15:35:34.019000 ...success! Payout address: 153EjPGN5AnAsrYPBhin8BUjSq3VNAL6HP
2014-07-23 15:35:34.019000
2014-07-23 15:35:34.019000 Loading shares...
2014-07-23 15:35:34.020000 ...done loading 0 shares (0 verified)!
2014-07-23 15:35:34.020000
2014-07-23 15:35:34.021000 Initializing work...
2014-07-23 15:35:34.495000 ...success!
2014-07-23 15:35:34.496000
2014-07-23 15:35:34.496000 Joining p2pool network using port 9333...
2014-07-23 15:35:34.499000 > Unhandled Error
2014-07-23 15:35:34.500000 > Traceback (most recent call last):
2014-07-23 15:35:34.500000 > File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1163, in gotResult
2014-07-23 15:35:34.500000 > _inlineCallbacks(r, g, deferred)
2014-07-23 15:35:34.501000 > File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.501000 > result = g.send(result)
2014-07-23 15:35:34.501000 > File "E:\p2pool-rav-master\p2pool\main.py", line 159, in main
2014-07-23 15:35:34.501000 > for addr_df in map(parse, net.BOOTSTRAP_ADDRS):
2014-07-23 15:35:34.501000 > File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1245, in unwindGenerator
2014-07-23 15:35:34.502000 > return _inlineCallbacks(None, gen, Deferred())
2014-07-23 15:35:34.502000 > ---
---
2014-07-23 15:35:34.502000 > File "E:\Python27\lib\site-packages\twisted\internet\defer.py", line 1107, in _inlineCallbacks
2014-07-23 15:35:34.502000 > result = g.send(result)
2014-07-23 15:35:34.502000 > File "E:\p2pool-rav-master\p2pool\main.py", line 150, in parse
2014-07-23 15:35:34.503000 > defer.returnValue(((yield reactor.resolve(host)), port))
2014-07-23 15:35:34.503000 > File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 567, in resolve
2014-07-23 15:35:34.503000 > if abstract.isIPAddress(name):
2014-07-23 15:35:34.503000 > File "E:\Python27\lib\site-packages\twisted\internet\abstract.py", line 496, in isIPAddress
2014-07-23 15:35:34.503000 > dottedParts = addr.split('.')
2014-07-23 15:35:34.504000 > exceptions.AttributeError: 'list' object has no attribute 'split'
2014-07-23 15:35:34.508000 ...success!
2014-07-23 15:35:34.508000
2014-07-23 15:35:34.508000 Listening for workers on '' port 9332...
2014-07-23 15:35:34.579000 ...success!
2014-07-23 15:35:34.580000
2014-07-23 15:35:34.580000 Started successfully!
2014-07-23 15:35:34.580000 Go to http://127.0.0.1:9332/ to view graphs and statistics!
2014-07-23 15:35:34.580000 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-07-23 15:35:34.581000
2014-07-23 15:35:37.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:37.581000 Local: 0H/s in last 0.0 seconds Local dead on arrival: Expected time to share:
2014-07-23 15:35:39.776000 > Unhandled Error
2014-07-23 15:35:39.777000 > Traceback (most recent call last):
2014-07-23 15:35:39.777000 > File "E:\p2pool-rav-master\p2pool\main.py", line 595, in run
2014-07-23 15:35:39.777000 > reactor.run()
2014-07-23 15:35:39.777000 > File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1192, in run
2014-07-23 15:35:39.778000 > self.mainLoop()
2014-07-23 15:35:39.778000 > File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 1201, in mainLoop
2014-07-23 15:35:39.778000 > self.runUntilCurrent()
2014-07-23 15:35:39.778000 > File "E:\Python27\lib\site-packages\twisted\internet\base.py", line 824, in runUntilCurrent
2014-07-23 15:35:39.778000 > call.func(*call.args, **call.kw)
2014-07-23 15:35:39.779000 > --- ---
2014-07-23 15:35:39.779000 > File "E:\p2pool-rav-master\p2pool\bitcoin\stratum.py", line 38, in _send_work
2014-07-23 15:35:39.779000 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2014-07-23 15:35:39.779000 > File "E:\p2pool-rav-master\p2pool\work.py", line 177, in preprocess_request
2014-07-23 15:35:39.780000 > raise jsonrpc.Error_for_code(-12345)(u'p2pool is not connected to any peers')
2014-07-23 15:35:39.780000 > p2pool.util.jsonrpc.NarrowError: -12345 p2pool is not connected to any peers
2014-07-23 15:35:55.581000 P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
2014-07-23 15:35:55.581000 Local: 0H/s in last 0.0 seconds Local dead on arrival: Expected time to share: