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

How to check stratum-mining-litecoin run succeed #93

Open yosoyu opened 10 years ago

yosoyu commented 10 years ago

Hi,

Thank you for your excellent work.

I run twistd -ny launcher.tac -l log/debug.log.

Output: 2014-01-05 22:49:09,164 INFO block_updater block_updater.run # Checking for new block. 2014-01-05 22:49:14,163 INFO block_updater block_updater.run # Checking for new block. 2014-01-05 22:49:14,167 INFO block_updater block_updater.run # Merkle update! Prevhash: 27a4ed8806c5ffc8478925b0187f27383b54a2679e1119114654c7b827b630ba 2014-01-05 22:49:14,194 INFO template_registry template_registry.add_template # New template for 27a4ed8806c5ffc8478925b0187f27383b54a2679e1119114654c7b827b630ba 2014-01-05 22:49:14,194 INFO subscription subscription.on_template # BROADCASTED to 0 connections in 0.000 sec 2014-01-05 22:49:14,195 INFO template_registry template_registry._update_block # Update finished, 0.008 sec, 53 txes 2014-01-05 22:49:19,171 INFO block_updater block_updater.run # Checking for new block. 2014-01-05 22:49:24,169 INFO block_updater block_updater.run # Checking for new block. 2014-01-05 22:49:29,169 INFO block_updater block_updater.run # Checking for new block. 2014-01-05 22:49:29,176 INFO block_updater block_updater.run # New block! Prevhash: 3f5767e04a24a1f954bdb2e8c055b70bde96fe7fa8d4468c8805d5150fa8a0fd 2014-01-05 22:49:29,184 INFO template_registry template_registry.add_template # New template for 3f5767e04a24a1f954bdb2e8c055b70bde96fe7fa8d4468c8805d5150fa8a0fd 2014-01-05 22:49:29,185 INFO subscription subscription.on_template # BROADCASTED to 0 connections in 0.000 sec 2014-01-05 22:49:29,185 INFO template_registry template_registry._update_block # Update finished, 0.004 sec, 26 txes ....

Question 1 What does this above log mean?

Question 2 I used a command to mine: cgminer.exe --scrypt -o stratum+tcp://wadaola.com:3333 -u yoso.1 -p x -I 13

my cgminer version is : 3.5.0. It seems that it doesn't connect to the stratum-mining-litecoin.

Could you please help? Thank you very much :)

Yoso

TheSerapher commented 10 years ago

Please see here: https://github.com/moopless/stratum-mining-litecoin/issues/91