Jonah
Jonah
No it does not. https://github.com/oliverw/miningcore/commit/d3dcec6aba63962bf1a953037d3e4ca85cda6edf
Good catch! Fixed in https://github.com/oliverw/miningcore/pull/1627/commits/1f3df143b31797c68456d2dce0eee04e88c223bd
> When testing the same problem as Ethash: Abstract and light cache jumping pings on Ethash tested with dag generation there is a stable ping difference with my pool of...
Are you using the same wallet for the pool fee and mining?
Miningcore doesn't store payments sent to the fee wallet. You'll have to use a different wallet for mining if you want to test payouts.
@papagruz This PR is about ravencoin and not some random other coin. Please keep this thread on topic and open another issue if you have issues with paprikacoin...
Adding libgmp-dev should fix it. I never updated the linux build scripts but take a look at the changes in the Dockerfile. The dependencies should be correct in there.
Hi, I'm sorry, this bug was probably introduced by me in #1366. I though the `topMinersRange` parameter was optional but for some reason it isn't. As a workaround you can...
Actually I'm not so sure if that really is the issue. I couldn't reproduce it on our production pool or on my dev environment. Also a `curl -L http://pool.mynewmining.com/api/pools` seems...
> at Miningcore.Api.Controllers.PoolApiController.c__DisplayClass10_0.d.MoveNext() in /home/raptor/miningcore/src/Miningcore/Api/Controllers/PoolApiController.cs:line 78 Seems more like the effort is null here: https://github.com/oliverw/miningcore/blob/171a262a3f7861bbb54178d385806b9afebcb0af/src/Miningcore/Api/Controllers/PoolApiController.cs#L78 Same goes for https://github.com/oliverw/miningcore/blob/171a262a3f7861bbb54178d385806b9afebcb0af/src/Miningcore/Api/Controllers/PoolApiController.cs#L146 which is probably the issue in #1518