Neozonz
Neozonz
I would really like to see this project start off the ground. Offering a 50 LTC bounty to anyone that forks a semi successful scrypt version Preferably ethotheipi if you...
https://github.com/moopless/stratum-mining-litecoin/blob/master/lib/template_registry.py#L226-L230 ``` python #Convert each header element big-endian to little-endian and convert to scrypt hash_bin = ltc_scrypt.getPoWHash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ])) #Convert to INT hash_int = util.uint256_from_str(hash_bin)...
Would it not be possible to hack the current code to store shares in queue if connection to db cannot be made? I think this is how it works atm......
Here is the stratum-mining fix: https://github.com/Neozonz/stratum-mining-litecoin I'll continue to maintain this code in moopless's absence any and all help would be appreciated
Announce statistics of the pool in chat, announce live block finds, poll live user stats On Mar 29, 2014 4:05 PM, "Matthew Little" [email protected] wrote: > What would this bot's...