Author

Topic: p2pool prompt not connected to any peers (Read 440 times)

newbie
Activity: 20
Merit: 0
May 27, 2014, 05:58:27 AM
#1
All ports is connect success,But when I mining,The p2pool prompt not connected to any peers,As the following code.


raise jsonrpc.Error_for_code(-12345)(u'p2pool is not connected to any peers'
)
p2pool.util.jsonrpc.NarrowError: -12345 p2pool is not connected to any peers


The following is a mining  prompt.

[2014-05-27 17:53:06] JSON-RPC call failed: {
   "message": "p2pool is not connected to any peers",
   "data": null,
   "code": -12345
}
[2014-05-27 17:53:07] stratum_recv_line failed
[2014-05-27 17:53:07] ...retry after 30 seconds


How can I do?Please help.
Jump to: