moopless / stratum-mining-litecoin

This fork is no longer maintained. Please use https://github.com/ahmedbodi/stratum-mining
Other
38 stars 35 forks source link

Infinity errors: mining __init__.setup # CoinD downloading blockchain... will check back in 30 sec #85

Open ARogovsky opened 10 years ago

ARogovsky commented 10 years ago

Hi I try setup ltc pool using this manual: https://github.com/TheSerapher/php-mpos/wiki/Quick-Start-Guide I got permanent error: 2013-12-29 13:07:17,440 DEBUG coinbasetx logger.get_logger # Logging initialized 2013-12-29 13:07:17,440 DEBUG block_template logger.get_logger # Logging initialized 2013-12-29 13:07:17,441 DEBUG coinbaser logger.get_logger # Logging initialized 2013-12-29 13:07:17,441 DEBUG bitcoin_rpc_manager bitcoin_rpc_manager.init # Got to Bitcoin RPC Manager 2013-12-29 13:07:17,441 DEBUG bitcoin_rpc bitcoin_rpc.init # Got to Bitcoin RPC 2013-12-29 13:07:17,441 INFO mining init.setup # Connecting to litecoind... 2013-12-29 13:07:17+0000 [-] Log opened. 2013-12-29 13:07:17+0000 [-] twistd 11.1.0 (/usr/bin/python 2.7.3) starting up. 2013-12-29 13:07:17+0000 [-] reactor class: twisted.internet.epollreactor.EPollReactor. 2013-12-29 13:07:17,460 ERROR mining init.setup # CoinD downloading blockchain... will check back in 30 sec 2013-12-29 13:07:47,491 DEBUG DBInterface DBInterface.run_import_thread # run_import_thread current size: 0 2013-12-29 13:07:47,507 ERROR mining init.setup # CoinD downloading blockchain... will check back in 30 sec 2013-12-29 13:08:17,524 DEBUG DBInterface DBInterface.run_import_thread # run_import_thread current size: 0 2013-12-29 13:08:17,526 ERROR mining init.setup # CoinD downloading blockchain... will check back in 30 sec

The last string repeat forewer

Also stratim-mining don't start listener on 3333 port.

TheSerapher commented 10 years ago

As the title states: downloading blockchain. That can take a long while.

On 29.12.2013, at 14:09, ARogovsky notifications@github.com wrote:

Hi I try setup ltc pool using this manual: https://github.com/TheSerapher/php-mpos/wiki/Quick-Start-Guide I got permanent error: 2013-12-29 13:07:17,440 DEBUG coinbasetx logger.get_logger # Logging initialized 2013-12-29 13:07:17,440 DEBUG block_template logger.get_logger # Logging initialized 2013-12-29 13:07:17,441 DEBUG coinbaser logger.get_logger # Logging initialized 2013-12-29 13:07:17,441 DEBUG bitcoin_rpc_manager bitcoin_rpc_manager.init # Got to Bitcoin RPC Manager 2013-12-29 13:07:17,441 DEBUG bitcoin_rpc bitcoin_rpc.init # Got to Bitcoin RPC 2013-12-29 13:07:17,441 INFO mining init.setup # Connecting to litecoind... 2013-12-29 13:07:17+0000 [-] Log opened. 2013-12-29 13:07:17+0000 [-] twistd 11.1.0 (/usr/bin/python 2.7.3) starting up. 2013-12-29 13:07:17+0000 [-] reactor class: twisted.internet.epollreactor.EPollReactor. 2013-12-29 13:07:17,460 ERROR mining init.setup # CoinD downloading blockchain... will check back in 30 sec 2013-12-29 13:07:47,491 DEBUG DBInterface DBInterface.run_import_thread # run_import_thread current size: 0 2013-12-29 13:07:47,507 ERROR mining init.setup # CoinD downloading blockchain... will check back in 30 sec 2013-12-29 13:08:17,524 DEBUG DBInterface DBInterface.run_import_thread # run_import_thread current size: 0 2013-12-29 13:08:17,526 ERROR mining init.setup # CoinD downloading blockchain... will check back in 30 sec

The last string repeat forewer

Also stratim-mining don't start listener on 3333 port.

— Reply to this email directly or view it on GitHub.