Juan Cazala
Juan Cazala
try `v2.6.7` please
Hi, which version of the proxy are you using? make sure you are using the latest one `v2.6.2`. You can see the version logged as the first line when starting...
If that's the case it shouldn't impact the hashrate, but it does impact on memory (garbage collector is not purging dead miners) and bandwidth usage (if the keepalives from disconnected...
`npm install -g coin-hive-stratum@latest` if you use it from the CLI, or `npm install --save coin-hive-stratum@latest` if you use it from `node_modules`
yes, you can check when you start the proxy it should log the version as the first line in the logs, or you can hit the `/version` endpoint while it's...
have you tried `v2.6.7`?
https://gist.github.com/cazala/50ab1e141736c8a327b26b923a1448e6
Mm i didn't do much, I just used https://javascriptobfuscator.com/ and then converted the whole code to base64, and put it into a `new Function(atob("base64source"));`
Maybe the source could also be minified before/after obfuscating it.