Jonah
Jonah
uhhh please don't git blame these lines :D
This issue was fixed in the dev branch by #1540
Seems like you're trying to run miningcore on a macbook. I highly doubt miningcore supports that. Can you try on linux?
Miningcore doesn't fully provision the database for you. You have to create the database schema manually (as described in the README).
please see my comment in #1530
The failing tests are unrelated to this PR. However as I said, I didn't test it, it's more of a suggestion to try. Reading the discussion in #1546 I guess...
I think this should do the trick. I was able to mine blocks on the litecoin testnet :) ``` [2023-02-06 00:36:49.1528] [I] [ltc1] Submitting block 2653615 [e925a32cf1b982e1d7bd1e9c58c1f90104584cd98db567bd185e0be8f4860552] [2023-02-06 00:36:49.1550] [I]...
I'm not exactly sure what's causing your error but it's most likely an error on your side. If you start a litecoin pool based on this PR, the pool definitely...
I think the logic makes sense, even though I never encountered that issue. But maybe I just got lucky.
What's that sleep you're talking about? From an operations perspective it often doesn't make sense to run geth and miningcore on the same host. And especially when you are deploying...