2019-03-09 11:48:55
i have time to play on the side with the surf miner again for the next 6 or so hours
Rotonen
2019-03-09 12:37:18
meh, bazel builds fail for me currently
Rotonen
2019-03-09 12:39:51
nvm, bazel now works with java11
Rotonen
2019-03-09 12:40:18
and does not work when explicitly using a java8 toolchain
Rotonen
2019-03-09 14:57:55
Strange
Fireduck
2019-03-09 15:07:25
the phase which is analoguous to a linker in a C context tries to use a JVM flag which is a no-go
Rotonen
2019-03-09 15:07:57
as in it does not use the toolchain everywhere it should, which seems like a bug
Rotonen
2019-03-09 15:08:46
i’m glad i can just drop the gnarly long complex command line and it just works
Rotonen
2019-03-09 15:10:33
it tries to inject -Xrootpath/p, which would work on java8, but not on java11 - this is what i’m basing my guess on
Rotonen
2019-03-09 15:11:35
and as it now ’just works’, gonna pass on digging into that
Rotonen
2019-03-09 15:40:25
https://pastebin.com/fpFFPryk Pastebin: maalisk. 09, 2019 4:25:12 IP. snowblossom.miner.surf.SurfMiner notifyNewBlock I - Pastebin.com
Rotonen
2019-03-09 15:41:09
got 3 types of thing going wrong
Rotonen
2019-03-09 15:41:20
and only getting invalid shares
Rotonen
2019-03-09 15:41:42
the pool miner works fine on that rig
Rotonen
2019-03-09 19:39:23
@Fireduck been tracing mining on the system level - can i somehow get the per thread read throughput at poolminer runtime? autotune should only care of that
Rotonen
2019-03-09 19:41:33
actually the number of reads is the same thing
Rotonen