Maybe I will add it later..
https://github.com/CryptoManiac/novacoin/commit/82afa858be3517ba477b4448809d3f7a3355ec01+
https://github.com/CryptoManiac/pushpoolNot tested quite well, but works in testnet:
[
{
"account" : "",
"category" : "immature",
"amount" : 87.64000000,
"confirmations" : 2,
"blockhash" : "0000014ef99e0dcd9741f397bae52d8457201a9a6c1119dae2e4ff3b5ed9c2b9",
"blockindex" : 0,
"txid" : "a14476430418b7bdb81082eb750273533adb69c2fa2ae27bab74a366eee61519",
"time" : 1365546547
},
{
"account" : "",
"category" : "immature",
"amount" : 88.28000000,
"confirmations" : 1,
"blockhash" : "0000034d1c21dbcc3ebf5edf9dba7071dacb46076fa249b368d132afc58aa688",
"blockindex" : 0,
"txid" : "cee5b8da69b09c92239e20a577f57ddc5b8b951376aef72b01b4be4a25180766",
"time" : 1365546629
}
]
I'm trying to get it running with pushpoold but get:
marcel@ubuntu:~/pushpool$ ./pushpoold -E -F -D 2
[2013-04-11 19:19:51.126285] Debug output enabled
[2013-04-11 19:19:51.126640] Forcing local hostname to localhost.localdomain
[2013-04-11 19:19:51.169932] Listening on host :: port 8336
[2013-04-11 19:19:51.169996] Listening on host :: port 8337
[2013-04-11 19:19:51.171575] initialized
[2013-04-11 19:19:51.171597] Enabling 300s LP keep-alive
[2013-04-11 19:19:51.171612] Enabling fetch_new_work timer
DEBUG: fetch new work
JSON protocol request:
{"method": "getworkex", "params": [], "id":1}
* About to connect() to 127.0.0.1 port 8333 (#0)
* Trying 127.0.0.1...
* TCP_NODELAY set
* connected
* Connected to 127.0.0.1 (127.0.0.1) port 8333 (#0)
* Server auth using Basic with user 'rpcu'
> POST / HTTP/1.1
Authorization: Basic cnBjdTpycGNwNHNzbm92YQ==
Host: 127.0.0.1:8333
Accept: */*
Accept-Encoding: deflate, gzip
Content-type: application/json
Content-Length: 47
* additional stuff not fine transfer.c:1037: 0 0
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 200 OK
< Date: Thu, 11 Apr 2013 19:19:51 +0000
< Connection: close
< Content-Length: 623
< Content-Type: application/json
< Server: novacoin-json-rpc/v0.3.5-ppc-6-g82afa85-beta
<
* Closing connection #0
JSON protocol response:
{
"error": null,
"result": {
"data": "00000003f7235300c92e0464048188149116df7d7ea24947c1a63c640c6b411a10e13cd0f33c64b
208d330fe97449eda3260d7a8793c65909dbc46755226b73c1631c78f51670ce51c055b1a000000
0000000080000000000000000000000000000000000000000000000000000000000000000000000
0000000000080020000",
"merkle": [],
"coinbase": "01000000e50c6751010000000000000000000000000000000000000000000000000000000000000
000ffffffff0c02e33b010c062f503253482fffffffff010032c80000000000232102b25558a310
529f5b7ee427511183a576d67dfe1524c676b626ff96cd204fb84bac00000000",
"target": "000000000000000000000000000000000000000000000000001a5b0500000000"
},
"id": 1
}
[2013-04-11 19:19:51.172706] error: using aux chains but getworkex not available
WTF ??!