Search found 26 matches

by shads
Tue Aug 16, 2011 3:12 am
Forum: Project direction
Topic: Merged mining + timetravel fix @19200 - must upgrade
Replies: 156
Views: 189640

Re: Merged mining block number

My biggest concern ATM is merged-mine-proxy. I'd really like to see the functionality added to pushpoold. I agree this is a big worry... Once merged starts there's going to a lot more hash power directed at some of the NMC pools. Given that existing NMC pools are likely to be the earliest adopters....
by shads
Sat Aug 13, 2011 8:39 am
Forum: Mining
Topic: [ATT: POOL OPS] PoolServerJ - scalable java pool backend
Replies: 20
Views: 23086

Re: [ATT: POOL OPS] PoolServerJ - scalable java pool backend

0.2.5 released... [0.2.5] - update to jsonrpc lib - force JsonRpcRequest.getId() to return a default value (-1) if not set. Some clients don't implement spec properly and this was causing a nullpointerException. - Cleaned up directory layout for distribution. - Fix: classpath problem for windows ser...
by shads
Fri Aug 05, 2011 8:24 am
Forum: Mining
Topic: [ATT: POOL OPS] PoolServerJ - scalable java pool backend
Replies: 20
Views: 23086

Re: [ATT: POOL OPS] PoolServerJ - scalable java pool backend

0.2.2 is released... I've just finished writing up the results of some extensive performance tests of poolserverj against pushpoold. Write up can be found here along with - test methodology - test setup - all the tools necessary to reproduce the tests on you own setup For the TLDR crowd a quick summ...
by shads
Sun Jul 31, 2011 10:56 am
Forum: Mining
Topic: [ATT: POOL OPS] PoolServerJ - scalable java pool backend
Replies: 20
Views: 23086

Re: [ATT: POOL OPS] PoolServerJ - scalable java pool backend

Oh I see what you mean now... Blkmond function is integrated. It just uses getblockcount requests to the daemons. A polling approach unfortunately but couldn't work out a push method. It allows a max of 1 second between polls per daemon so with multiple daemons you shouldn't see much delay. Is there...
by shads
Sun Jul 31, 2011 9:17 am
Forum: Mining
Topic: [ATT: POOL OPS] PoolServerJ - scalable java pool backend
Replies: 20
Views: 23086

Re: [ATT: POOL OPS] PoolServerJ - scalable java pool backend

Not sure what you mean by half-node. I followed the spec on deepbit. Accepts GET or POST. Holds connection open until blockchange. Responds with normal getwork result. I did originally write the header immediately and write the body on block change but I don't think that's correct so I changed it to...
by shads
Sun Jul 31, 2011 7:29 am
Forum: Mining
Topic: [ATT: POOL OPS] PoolServerJ - scalable java pool backend
Replies: 20
Views: 23086

[ATT: POOL OPS] PoolServerJ - scalable java pool backend

Please excuse the blatant copy and paste from the bitcoin forum. Everything I've said there is relevant to namecoid as well. I haven't had a chance to test with namecoind as yet but I don't think there's any reason PoolServerJ shouldn't be compatible... As a necessary component to a larger project I...