From be9e8c95bc703813eaf080efc5a6640f7438dc6b Mon Sep 17 00:00:00 2001 From: Rav3nPL Date: Wed, 15 Jul 2015 22:05:47 +0200 Subject: [PATCH] always submit stale for P2Pool For P2Pool mining not submitting stale shares are totally wrong. Stale share can be a block solution. --- example.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.bat b/example.bat index d0570d27b..1553dc109 100644 --- a/example.bat +++ b/example.bat @@ -9,6 +9,6 @@ setx GPU_MAX_ALLOC_PERCENT 100 del *.bin -sgminer.exe --no-submit-stale --kernel Lyra2RE -o stratum+tcp://92.27.201.170:9174 -u m -p 1 --gpu-platform 2 -I 19 --shaders 2816 -w 64 -g 2 +sgminer.exe --kernel Lyra2RE -o stratum+tcp://92.27.201.170:9174 -u m -p 1 --gpu-platform 2 -I 19 --shaders 2816 -w 64 -g 2 -pause \ No newline at end of file +pause