CryptoManiac
CryptoManiac
Hi. This causes any problem or not? Local difficulty force option will be added in the next update.
This fork adds a support for scrypt PoW verification and changes base difficulty for scrypt. https://github.com/CryptoManiac/stratum-mining-proxy/blob/master/mining_libs/utils.py#L14 https://github.com/CryptoManiac/stratum-mining-proxy/blob/master/mining_libs/jobs.py#L224 Original proxy will work too, but it can't detect invalid hashes. Maybe slush...
Technically you don't need this function. The exponents and logs can be regenerated and then hardcoded into the application. I'm doing it like this: ```csharp internal static ShareByte[] exponents =...