Pages:
Author

Topic: [ANN][YAC][POOL]p2pool for yacoin!! - page 17. (Read 28181 times)

sr. member
Activity: 686
Merit: 259
May 12, 2013, 04:12:56 PM
#21
This looks like the problem:

2013-05-12 16:12:50.675091 Peer connection lost: (u'106.187.99.43', 12561) [Failure instance: Traceback (failure with no frames): :
2013-05-12 16:12:50.675134     Connection was aborted locally, using
2013-05-12 16:12:50.675170     L{twisted.internet.interfaces.ITCPTransport.abortConnection}.
2013-05-12 16:12:50.675205
2013-05-12 16:12:50.675238     @since: 11.1
2013-05-12 16:12:50.675271     .
2013-05-12 16:12:50.675308 ]
hero member
Activity: 756
Merit: 501
May 12, 2013, 04:04:08 PM
#20
Thanks for doing this, if i get the code running on my server a tip is for sure.  Grin
newbie
Activity: 46
Merit: 0
May 12, 2013, 03:54:16 PM
#19
Second block found, payout worked fine.  Cheesy
-edit- But it doesn't show in the last blocks list.

yeah
block subumitting failed with an error:
Code:
ThreadRPCServer method=submitblock
Sign failed
ThreadRPCServer method=submitblock
Sign failed
so I paid out manually,
this will give me a good hashrate to find what's wrong
and you are not wasting time & hashrate  Wink

Three days  ago, the block is submitted successfully( 23YAC all went to me).
Another guy who has download the source to run p2pool on his own machine got paid  too.
so it's confusing. I'm trying to figure out what's the problem.

hero member
Activity: 756
Merit: 501
May 12, 2013, 03:17:24 PM
#18
Second block found, payout worked fine.  Cheesy
-edit- But it doesn't show in the last blocks list.
sr. member
Activity: 686
Merit: 259
May 12, 2013, 03:06:48 PM
#17
It should download shares when running my own node, right?

2013-05-12 15:06:46.888911     ...done loading 2 shares (2 verified)!

It didn't download any shares :S
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
May 12, 2013, 03:03:51 PM
#16
lets get this rolling i like the p2p much better than the other pools.

i have put my cpus on this and it seems to be working fine.
hero member
Activity: 756
Merit: 501
May 12, 2013, 02:59:49 PM
#15
Threw 300 khash at it, 96% accepted.  Smiley

Still would like to open my own node, any clue what could cause those errors i posted above?  Huh
member
Activity: 95
Merit: 10
May 12, 2013, 02:45:27 PM
#14
Yep !

Just received my first reward from the pool :  ~0.5 YAC

Good job !

But now, I only get rejected shares  Cry. Is there a relationship ?
newbie
Activity: 46
Merit: 0
May 12, 2013, 02:35:52 PM
#13
I keep getting:

2013-05-12 14:26:14.491280 Lost peer 106.187.99.43:12561 - Connection to the other side was lost in a non-clean fashion.

Is this normal?

some bugs happened
I have fixed it and restarted the p2pool service
let's go on!
member
Activity: 95
Merit: 10
May 12, 2013, 02:29:47 PM
#12
Yep !

Just received my first reward from the pool :  ~0.5 YAC

Good job !
sr. member
Activity: 686
Merit: 259
May 12, 2013, 02:26:26 PM
#11
I keep getting:

2013-05-12 14:26:14.491280 Lost peer 106.187.99.43:12561 - Connection to the other side was lost in a non-clean fashion.

Is this normal?
sr. member
Activity: 336
Merit: 250
May 12, 2013, 12:02:27 PM
#10
now its working
I still get the same error...

Code:
JSON-RPC call failed
hero member
Activity: 756
Merit: 501
May 12, 2013, 11:53:28 AM
#9
it seems like yacoin client is updating block chain.....
Well yeah that was a test running it as root, thought maybe file permissions were the culprit. Edited the codebox (don't want to spam your thread) above with the errors i get with a normal user who has the full blockchain already.
-edit- running as root with yacoin running on the other user gives the same errors. Got 2 p2pool instances running on the server already, bit puzzled.
newbie
Activity: 46
Merit: 0
May 12, 2013, 11:49:06 AM
#8
hero member
Activity: 756
Merit: 501
May 12, 2013, 11:44:57 AM
#7
Anyone got this to work on his server? Get lots of funky errors:
Code:
2013-05-12 15:52:23.672080 > Traceback (most recent call last):
2013-05-12 15:52:23.672145 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
2013-05-12 15:52:23.672202 >     why = getattr(selectable, method)()
2013-05-12 15:52:23.672254 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 460, in doRead
2013-05-12 15:52:23.672306 >     return self.protocol.dataReceived(data)
2013-05-12 15:52:23.672367 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 26, in dataReceived
2013-05-12 15:52:23.672422 >     self.dataReceived2(data)
2013-05-12 15:52:23.672485 >   File "/home/eule/yacoin-p2pool/p2pool/util/datachunker.py", line 40, in _DataChunker
2013-05-12 15:52:23.672541 >     wants = receiver.send(buf.get(wants))
2013-05-12 15:52:23.672593 > --- ---
2013-05-12 15:52:23.672643 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 54, in dataReceiver
2013-05-12 15:52:23.672693 >     self.packetReceived(command, type_.unpack(payload))
2013-05-12 15:52:23.672744 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 68, in packetReceived
2013-05-12 15:52:23.672796 >     handler(**payload2)
2013-05-12 15:52:23.672846 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/p2p.py", line 129, in handle_headers
2013-05-12 15:52:23.672895 >     self.get_block_header.got_response(self.net.BLOCKHASH_FUNC(bitcoin_data.block_header_type.pack(header)), header)
2013-05-12 15:52:23.672947 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/networks.py", line 44, in
2013-05-12 15:52:23.673000 >     BLOCKHASH_FUNC=lambda header: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(header, data.block_header_type.unpack(header)['timestamp'])),
2013-05-12 15:52:23.673052 > exceptions.TypeError: function takes exactly 1 argument (2 given)
2013-05-12 15:52:26.615387 RECV headers 0103000000e98a10df02b6044fbd24bf04c651bdd01c0d35b54f096d036e49d708000000003cf328be8bf3d048f8a7d4378e683f798358832abd793611900f3972381d6224a8ba8f51b3f0251c8f2e09000000
2013-05-12 15:52:26.616133 > Traceback (most recent call last):
2013-05-12 15:52:26.616180 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
2013-05-12 15:52:26.616217 >     why = getattr(selectable, method)()
2013-05-12 15:52:26.616260 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 460, in doRead
2013-05-12 15:52:26.616315 >     return self.protocol.dataReceived(data)
2013-05-12 15:52:26.616373 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 26, in dataReceived
2013-05-12 15:52:26.616424 >     self.dataReceived2(data)
2013-05-12 15:52:26.616472 >   File "/home/eule/yacoin-p2pool/p2pool/util/datachunker.py", line 40, in _DataChunker
2013-05-12 15:52:26.616555 >     wants = receiver.send(buf.get(wants))
2013-05-12 15:52:26.616611 > --- ---
2013-05-12 15:52:26.616668 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 54, in dataReceiver
2013-05-12 15:52:26.616724 >     self.packetReceived(command, type_.unpack(payload))
2013-05-12 15:52:26.616776 >   File "/home/eule/yacoin-p2pool/p2pool/util/p2protocol.py", line 68, in packetReceived
2013-05-12 15:52:26.616831 >     handler(**payload2)
2013-05-12 15:52:26.616887 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/p2p.py", line 129, in handle_headers
2013-05-12 15:52:26.616929 >     self.get_block_header.got_response(self.net.BLOCKHASH_FUNC(bitcoin_data.block_header_type.pack(header)), header)
2013-05-12 15:52:26.616963 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/networks.py", line 44, in
2013-05-12 15:52:26.616996 >     BLOCKHASH_FUNC=lambda header: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(header, data.block_header_type.unpack(header)['timestamp'])),
2013-05-12 15:52:26.617047 > exceptions.TypeError: function takes exactly 1 argument (2 given)
2013-05-12 15:52:28.540894 > Traceback (most recent call last):
2013-05-12 15:52:28.540989 > Failure: twisted.internet.defer.TimeoutError: in ReplyMatcher

member
Activity: 84
Merit: 10
May 12, 2013, 11:18:57 AM
#6
1.4MH. Please dont disappoint me  Wink
legendary
Activity: 1078
Merit: 1001
May 12, 2013, 10:25:01 AM
#5
now its working
hero member
Activity: 822
Merit: 1002
May 12, 2013, 09:51:26 AM
#4
the same:

Code:
[2013-05-12 13:51:16] JSON-RPC call failed: {
   "message": "Unknown error",
   "data": null,
   "code": -32099
}
[2013-05-12 13:51:16] submit_upstream_work json_rpc_call failed
[2013-05-12 13:51:16] ...retry after 30 seconds
legendary
Activity: 1078
Merit: 1001
May 12, 2013, 09:47:18 AM
#3
[2013-05-12 15:47:28] JSON-RPC call failed: {
   "data": null,
   "code": -32099,
   "message": "Unknown error"
}
sr. member
Activity: 686
Merit: 259
May 12, 2013, 09:43:09 AM
#2
Nice! I was just waiting for this.  Smiley
Pages:
Jump to: