hclaria
hclaria
Ran into the very same problem with a freshly installed Ubuntu 18.10 Edit: what worked for us is to use python3 and ensure the latest version of python module docker...
Hello, We do experience the same issue, which is annoying for scripts that needs to know which branch has been selected like with ``` git rev-parse --abbrev-ref HEAD ```
We use spot instance that can be terminated by the cloud provider. Having Slack notifications of this event would be nice !
Hi, Didn't try @lowet84 FlexVolume implementation yet but it looks promising. EDIT : the plugin is broken on K8S 1.6.2, here is a fork working on 1.6.2 👍 https://github.com/M0nsieurChat/lizardfs-flexvolume Any...
FlexVolume driver is working on my updated 1.8 kubernetes cluster. Can't wait for a proper storage class implementation !
So it seems the moopless stratum fork is logging share solely on the difficulty variable stored in session (on a per-worker basis) while a client could still be sending shares...
Thanks for taking the time to read my comment, flound1129. That's exactly what I said on my final edit (regarding the faisability of sending a large amount of bogus shares...
You are totally right, this info is needed for efficiency stats and so on. And this bogus shares logging needs to be rate limited to avoid abuse / DoSing. Putting...
Seems that the frontend used by a good bunch of pools is using every shares in the table(s) including the bogus ones to calculate this. https://github.com/TheSerapher/php-mpos/blob/next/public/include/classes/statistics.class.php#L213 I might be wrong,...
NEWS https://github.com/moopless/stratum-mining-litecoin/blob/master/mining/service.py#L109 There is both difficulty (which is session['difficulty'] and share_diff (which is true share diff at time of submit) passed on the method on_submit_share. The method import_shares (which logs...