meowsbits
meowsbits
 
> In my situation i think core-geth launched with "--classic" command switching to PoA instead PoW. I'm not sure what you mean here... `--classic` will only configure the Ethereum Classic...
This is a known issue, and I have also seen it before myself. It seems this happens when somehow the database gets mangled (potentially by `SIGKILL` or the like). Unfortunately,...
Definitely a step in the direction. This PR adds a flag toggling the built-in JSON log formatter. I'd say the critical piece missing is treating the log lines (or a...
Interesting... nice find. For starters I'll try it out on meowsbits/core-geth just to see what it's like.. I like that: - it's an automatic way to put work in front...
The other _kind of crazy_ idea is to do 1:1 PRs... :grimacing: :neckbeard:
Nope. That is also a git tutorial.
I read this, found it informative and well written, and just wanted to say thanks.
@JABirchall > CoreGeth cant sync from a Geth node which all our current nodes run on. Might be a Fork ID problem? On quick glance I didn't see any fork...
> If i copy the chaindata into the coregeth directory it starts with all the blocks Just FYI, you could also use `geth import` to copy the (`geth export`ed) chain...