Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: zhongfangcai on May 27, 2014, 09:58:27 AM



Title: p2pool prompt not connected to any peers
Post by: zhongfangcai on May 27, 2014, 09:58:27 AM
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.