Pages:
Author

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

member
Activity: 61
Merit: 10
May 14, 2013, 08:54:42 PM
#61
Found another, was a bit of a barren patch there!

Need more hashing power - I'll crank up the dial if other people will hop in..

Does pool payout properly?
Dunno, the update hasn't been posted on Github yet from what I can tell.


updating your git soon to make this a real p2pool and not just a single node?

ntkrnl, why are you blocking connections to your node?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
May 14, 2013, 05:54:57 PM
#60
Still waiting for the 100% working code from ntkrnl and I can put it on a great, easy to scale server which isn't going anywhere.
I hope that "litecoin-scrypt" issue will be fixed too.
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 14, 2013, 05:27:34 PM
#59
Does pool payout properly?

I mined on it all afternoon, and all except one payout arrived properly. This could have been an orphan block, I don't know, but it's definitely happened on other p2pools I've connected to in the past.

Still waiting for the 100% working code from ntkrnl and I can put it on a great, easy to scale server which isn't going anywhere.
erk
hero member
Activity: 826
Merit: 500
May 14, 2013, 05:00:42 PM
#58
Found another, was a bit of a barren patch there!

Need more hashing power - I'll crank up the dial if other people will hop in..

Does pool payout properly?
Dunno, the update hasn't been posted on Github yet from what I can tell.
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 14, 2013, 10:20:43 AM
#57
Found another, was a bit of a barren patch there!

Need more hashing power - I'll crank up the dial if other people will hop in..
sr. member
Activity: 448
Merit: 250
May 14, 2013, 09:56:33 AM
#56
don't think there is an explorer for yac yet? 


No new blocks found in last 45min though?
newbie
Activity: 14
Merit: 0
May 14, 2013, 09:50:56 AM
#55
http://pool.bitcn.org:8336/static/index.html
when clicking on any block links. They send me to novacoin.ru
I think you forgot to edit something.
newbie
Activity: 46
Merit: 0
May 14, 2013, 09:29:59 AM
#54
I am mining on this pool now, since yac.dontmine.me isn't working anymore.

How does the payout work? Can somebody explain to me?

Thx

If a block is found, you will be paid immediately
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 14, 2013, 09:07:59 AM
#53
Started finding a few more blocks now, keep the hashes coming  Grin

What happened with block reward? Did it went up?

Here is the info about the last block - http://pool.bitcn.org:8336/static/share.html#000000000a73b189b9a0630fea43e4e500063ddf114e69fbe873d53191fda419

full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 14, 2013, 08:59:24 AM
#52
Yeah, I got paid fine for the last block.

Hashrate rising nicely now, more blocks shouldn't be far away.
newbie
Activity: 24
Merit: 0
May 14, 2013, 08:35:58 AM
#51
The payment system seems to be fine today!great work!
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 14, 2013, 08:19:05 AM
#50
UPDATE2:
May 14, 2013
P2pool can submit blocks now, so the "sign failed" bugs is fixed.
There is still a little problems with p2pool protocol: "close connection " "gentx doesn't match hash_link" etc. which will make p2p feature unavailable, I think it will be fixed today.

Have you updated the git or not yet?
member
Activity: 84
Merit: 10
May 14, 2013, 04:15:02 AM
#49
I am mining on this pool now, since yac.dontmine.me isn't working anymore.

How does the payout work? Can somebody explain to me?

Thx
newbie
Activity: 46
Merit: 0
May 14, 2013, 04:08:19 AM
#48
erk
hero member
Activity: 826
Merit: 500
May 14, 2013, 03:29:50 AM
#47

P2pool can submit blocks now, so the "sign failed" bugs is fixed.
There is still a little problems with p2pool protocol: "close connection " "gentx doesn't match hash_link" etc. which will make p2p feature unavailable, I think it will be fixed today.


I just grabbed the latest source off github but it's still giving me the submit errors:

Minerd:

Code:
2013-05-14 17:26:05] JSON-RPC call failed: {
   "message": "Unknown error",
   "data": null,
   "code": -32099
}
[2013-05-14 17:26:05] submit_upstream_work json_rpc_call failed
[2013-05-14 17:26:05] ...retry after 30 seconds
[2013-05-14 17:26:14] thread 0: 253858 hashes, 27.99 khash/s


P2pool Log


Code:
013-05-14 17:29:35.510467 > Squelched JSON error:
2013-05-14 17:29:35.510653 > Traceback (most recent call last):
2013-05-14 17:29:35.510822 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
2013-05-14 17:29:35.510925 >     result = g.send(result)
2013-05-14 17:29:35.511023 >   File "/pool/yacoin-p2pool/p2pool/util/jsonrpc.py", line 85, in _handle
2013-05-14 17:29:35.511122 >     result = yield method_meth(*list(preargs) + list(params))
2013-05-14 17:29:35.511220 >   File "/pool/yacoin-p2pool/p2pool/bitcoin/worker_interface.py", line 20, in rpc_getwork
2013-05-14 17:29:35.511441 >     return self.parent._getwork(request, data, long_poll=self.long_poll)
2013-05-14 17:29:35.511550 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1187, in unwindGenerator
2013-05-14 17:29:35.511651 >     return _inlineCallbacks(None, gen, Deferred())
2013-05-14 17:29:35.511750 > --- ---
2013-05-14 17:29:35.511847 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
2013-05-14 17:29:35.512077 >     result = g.send(result)
2013-05-14 17:29:35.512180 >   File "/pool/yacoin-p2pool/p2pool/bitcoin/worker_interface.py", line 67, in _getwork
2013-05-14 17:29:35.512266 >     defer.returnValue(self.merkle_root_to_handler[header['merkle_root']](header, request.getUser() if request.getUser() is not None else '', '\0'*self.worker_bridge.COINBASE_NONCE_LENGTH))
2013-05-14 17:29:35.512367 >   File "/pool/yacoin-p2pool/p2pool/bitcoin/worker_interface.py", line 129, in
2013-05-14 17:29:35.512466 >     lambda header, user, coinbase_nonce: handler(header, user, pack.IntType(self._my_bits).pack(nonce) + coinbase_nonce),
2013-05-14 17:29:35.512713 >   File "/pool/yacoin-p2pool/p2pool/work.py", line 340, in got_response
2013-05-14 17:29:35.512813 >     share = get_share(header, pack.IntType(32).unpack(coinbase_nonce))
2013-05-14 17:29:35.512911 >   File "/pool/yacoin-p2pool/p2pool/data.py", line 217, in get_share
2013-05-14 17:29:35.513008 >     merkle_link=bitcoin_data.calculate_merkle_link([None] + other_transaction_hashes, 0),
2013-05-14 17:29:35.513106 >   File "/pool/yacoin-p2pool/p2pool/data.py", line 249, in __init__
2013-05-14 17:29:35.513356 >     assert not self.hash_link['extra_data'], repr(self.hash_link['extra_data'])
2013-05-14 17:29:35.513458 > exceptions.AssertionError: '\x88\xac\x00\x00\x00\x00\x00\x00\x00\x00'

newbie
Activity: 46
Merit: 0
May 14, 2013, 03:03:48 AM
#46
Closed my node because:
- did not found/send ANY share to pool after 24hrs of mining
- minerd is hanging (cant submit/unknown jsonerror... retry... loop)


That's correct, the p2pool code is still broken.



perhaps come to my pool is a good way

http://yac.ltcoin.net

we have fixed yacoind bugs

This is a p2pool discussion thread.


P2pool can submit blocks now, so the "sign failed" bugs is fixed.
There is still a little problems with p2pool protocol: "close connection " "gentx doesn't match hash_link" etc. which will make p2p feature unavailable, I think it will be fixed today.



erk
hero member
Activity: 826
Merit: 500
May 14, 2013, 02:41:52 AM
#45
Closed my node because:
- did not found/send ANY share to pool after 24hrs of mining
- minerd is hanging (cant submit/unknown jsonerror... retry... loop)


That's correct, the p2pool code is still broken.



perhaps come to my pool is a good way

http://yac.ltcoin.net

we have fixed yacoind bugs

This is a p2pool discussion thread.



sr. member
Activity: 322
Merit: 250
May 14, 2013, 02:38:18 AM
#44
perhaps come to my pool is a good way

http://yac.ltcoin.net

we have fixed yacoind bugs
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
May 14, 2013, 02:33:02 AM
#43
Closed my node because:
- did not found/send ANY share to pool after 24hrs of mining
- minerd is hanging (cant submit/unknown jsonerror... retry... loop)
newbie
Activity: 14
Merit: 0
May 14, 2013, 01:42:27 AM
#42
Seems it is back up again. But are the payouts working?

I started mining here again now.

I hope it's all good.
And I hope for some updates on what's going on. If there is something going on...

just checked the stats on the website. http://pool.bitcn.org:8336/static/graphs.html?Week
Did you make everything fresh? Cause there is nothing on me from the other day... I should have taken a screenshot or so.
Cause the payouts didn't match what was sent to my wallet.

ntkrnl was nice to send extra 10yac my way though.
Pages:
Jump to: