I cannot add p2pool through API:
echo "addpool|http://p2pool.org:9327,Lc8TWMiKM7gRUrG8VB8pPNP1Yvt1SGZnoH,x" | nc localhost 4028
STATUS=S,When=1371456527,Code=55,Msg=Added pool 'http://p2pool.org:9327',Description=cgminer 3.2.2|
I see this error in cgminer:
[2013-06-17 10:08:48] Switching pool 1 http://p2pool.org:9327 to stratum+tcp://p2pool.org:9327
[2013-06-17 10:08:50] Pool 1 difficulty changed to 210.767276
[2013-06-17 10:08:50] Pool 1 difficulty changed to 205.967835
[2013-06-17 10:08:51] pool 1 JSON stratum auth failed: {
"data": null,
"code": -32700,
"message": "Parse error"
}
I can add this pool from command line or from cgminer GUI, so login information is correct. When the pool is added through API, it is marked as DEAD and I see authentication errors.
It looks like cgminer has similar problem as cpuminer 2.3
https://bitcointalk.org/index.php?topic=55038.msg2492605#msg2492605