..
000MH/s: http://gulden.p2p.0x0a.nl:27100 (stratum still alive?)
..
http://gulden.p2p.0x0a.nl:27100 is accepting shares and running on the latest wallet (v1.1.7.0). It's been about three weeks though since anyone came along to mine

By the way, I'm using Spekske's p2pool source from
https://github.com/Spekske/p2pool-rav except with BOOTSTRAP_ADDRS set to gulden.p2p.0x0a.nl since Spekse's p2pool server is no longer running. I hope to put it up on my github later this week so that it's easier for others to set up p2pool nodes - p2pool can use a little push

I tried pointing my gridseeds at your server but it's not working for me.. thus the comment 'stratum still alive?'. I use cgminer 3.7.2 (nicehash built binary) on linux. your entry in my config file is as follows:
"pools" : [
{
"url" : "stratum+tcp://gulden.p2p.0x0a.nl:27100",
"user" : "GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"pass" : "X"
}
]
when I look at the entry for this pool in pool management I get the following:
4: Enabled Dead Quota 1 Prio 4: stratum+tcp://gulden.p2p.0x0a.nl:27100 User:GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
When turning on verbose display I see the following:
[2014-07-29 22:28:35] Testing pool stratum+tcp://gulden.p2p.0x0a.nl:27100
[2014-07-29 22:28:36] Pool 4 difficulty changed to 0.040756
[2014-07-29 22:28:36] Pool 4 JSON stratum auth failed: {
"message": "Service not found",
"data": null,
"code": -32601
}
maybe old version of cgminer is the problem?.. I usually mine at hardcoreminers which works fine.