Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: zhongfangcai on May 29, 2014, 04:23:55 PM



Title: About p2pool for a new coin.
Post by: zhongfangcai on May 29, 2014, 04:23:55 PM
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.