moopless

Results 46 comments of moopless

Sorry for the delay on this. Its been a busy week/weekend. @wanghaoqd The `exception encountered` is out of stratum's control. We are submitting the block but the rpc daemon is...

I am still thinking of the best way to accomplish this. So far it comes down to a few scenarios. 1. stratum leaf nodes that all share a mysql database...

Right now it puts it into a queue and inserts them all at the same time. You can configure how large the queue is before it is inserted. The settings...

@ppanther1000 Right now it only dumps the shares in the database. It does query users from the database, but it does not have any select statements on the shares. So...

@ppanther1000 INSTANCE_ID = 30 would be fine. Basically we just bitwise shift this value here https://github.com/moopless/stratum-mining-litecoin/blob/master/lib/extranonce_counter.py#L13. As long as it is different, we should have a unique extraonce. Below is...

This one will be a community effort. I ask that anyone using this fork to let us know which coins they are using. I will update the readme with them....

Thanks @obigal I'll update the Readme.

Updated. Also with 1b36fbdf1d25d1c8e0581c46fae48612bacfd52e there is no longer a need to modify the _bitcoin_rpc.py_ to support **submitblock**

@feeleep75 do you have a fork I can look at? I can help with the debugging. From the backtrace it looks like you are missing `import scrypt` in lib/block_template.py ```...

Are you merging the changes into from that branch into this one? I tried looking at the stack trace, but our line numbers are not the same. My guess, with...