http://qrkpool.tk:8868/static/ (just registered so use the one below if this one does not work)
http://yacpool.tk:8868/static/
1% fee
I wonder if I should put Neisklar's node's IP to "BOOTSTRAP_ADDRS" in the networks.py? Great work Neisklar btw, I'll tip you tomorrow.
edit to add: Interestingly the miner reports a much higher hashrate than the p2pool, not sure if that's a bug or if that happens on the other node too.
I tried to set this up but it kept getting errors about not locating quark_hasher or some such..
The p2pool website appeared, but it never loaded in any blocks? it connected to the rpc port fine
2013-08-27 21:03:32.437453 RECV headers 0102000000da0a32ae29942b51b42888058e063ef820aaee5254d7b805285a9c6300000000d0d09b0e366e403a122db8adc2fe91e7b1554d757a79c5d57f08f0e59af59b0a535a1d52b8cc001d20069b0500
2013-08-27 21:03:32.470203 > Error handling message: (see RECV line)
2013-08-27 21:03:32.470249 > Traceback (most recent call last):
2013-08-27 21:03:32.470276 > File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 586, in _doReadOrWrite
2013-08-27 21:03:32.470311 > why = selectable.doRead()
2013-08-27 21:03:32.470354 > File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 199, in doRead
2013-08-27 21:03:32.470388 > rval = self.protocol.dataReceived(data)
2013-08-27 21:03:32.470436 > File "/home/zevus/p2pool-quarkcoin/p2pool/util/p2protocol.py", line 27, in dataReceived
2013-08-27 21:03:32.470483 > self.dataReceived2(data)
2013-08-27 21:03:32.470527 > File "/home/zevus/p2pool-quarkcoin/p2pool/util/datachunker.py", line 40, in _DataChunker
2013-08-27 21:03:32.470558 > wants = receiver.send(buf.get(wants))
2013-08-27 21:03:32.470581 > ---
2013-08-27 21:03:32.470609 > File "/home/zevus/p2pool-quarkcoin/p2pool/util/p2protocol.py", line 57, in dataReceiver
2013-08-27 21:03:32.470632 > self.packetReceived(command, type_.unpack(payload, self.ignore_trailing_payload))
2013-08-27 21:03:32.470652 > File "/home/zevus/p2pool-quarkcoin/p2pool/util/p2protocol.py", line 71, in packetReceived
2013-08-27 21:03:32.470673 > handler(**payload2)
2013-08-27 21:03:32.470695 > File "/home/zevus/p2pool-quarkcoin/p2pool/bitcoin/p2p.py", line 130, in handle_headers
2013-08-27 21:03:32.470731 > header_hash = self.net.BLOCKHASH_FUNC(bitcoin_data.block_header_type.pack(header))
2013-08-27 21:03:32.470751 > File "/home/zevus/p2pool-quarkcoin/p2pool/bitcoin/networks.py", line 25, in
2013-08-27 21:03:32.470771 > BLOCKHASH_FUNC=lambda data: pack.IntType(256).unpack(__import__('quark_hash').getPoWHash(data)),
2013-08-27 21:03:32.470791 > exceptions.ImportError: No module named quark_hash