@miningpoolhub
-p sd=xxx doesn't seem to work for digibyte-skein. I keep seeing "Stratum difficulty set to yyy" where yyy is WAY higher/lower than what I specified & it varies.
What number did you input?
min static diff is 1 currently.
I tried 6,5,4,3. All integer values. Could it be because I'm using the switching port for skein rather than a specific coin port?
Oh only speicifc coin ports will be working.
Oh that transaction was lost due to orphan block.
I resent those transactions again.
Thanks a lot, highly appreciated!
FYI, if you type below command you would be able to check from your side what happened.
zcash-cli gettransaction f543218add1ae51d3cbf2298f1312aeb2f64b409828683819413742da1b83c41
Is there a web interface available somewhere for doing these kind of checks? I don't work on the command line...
I believe there's no such tools for that.
What does PPLNS Target on the dashboard page mean? What does the value indicate?
Round length is average of last N blocks'
This is called PPLNS target which sum of all shares for that round.
This is not that important data. When accumulated shares are below that PPLNS share target and found block, then it means it's lucky.
hello miningpoolhub.
I am trying to auto algo switch with a simple batch file below ( NVIDIA - ethash, equihash ).
I am on windows10pro using ethminer v0.11.0 and ewbf v0.3.4b with batch file below:
:start
ethminer --farm-retries 0 -FS exit --cuda --dag-load-mode parallel -S asia.ethash-hub.miningpoolhub.com:12020 -O henyojess.w1:x
miner --eexit 3 --server asia.equihash-hub.miningpoolhub.com --user henyojess.w1 --pass x --port 12023
timeout 1
goto start
ethminer exits properly when algo is switch from ethash -> equihash.
ewbf miner does not exit properly and just keeps running at 0 Sols/s when algo is switched from equihash -> ethash.
GPU0: 254 Sol/s GPU1: 265 Sol/s GPU2: 256 Sol/s GPU3: 263 Sol/s GPU4: 258 Sol/s GPU5: 259 Sol/s
Total speed: 1555 Sol/s
ERROR: Lost connection with the server.
INFO: Attempt to restore connection.
ERROR: Stratum authorization error
Temp: GPU0: 53C GPU1: 53C GPU2: 53C GPU3: 55C GPU4: 54C GPU5: 52C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s
What am I doing wrong? Please help.
This is well known issue of ewbf. Please tell me if anyone found way to fix this EWBF's bug.