meowsbits

Results 118 comments of meowsbits
trafficstars

One possible workaround for you might be to nuke the nodes datadir, and optionally the `nodekey` too: ```bash rm -rf //geth/nodes rm //geth/nodekey ``` This will cause your geth to...

Not sure why lint and tests are failing, they pass for me locally.

This branch is a superset of the 13.x branches:PRs below, with these stacked PRs originally intended only to piece-out the diffs for review's sake. - `merge/foundation-release/1.13.4`: https://github.com/etclabscore/core-geth/pull/575 - `merge/foundation-release/1.13.1`: https://github.com/etclabscore/core-geth/pull/563...

Don't know why [the "go generate check" is failing](https://github.com/etclabscore/core-geth/actions/runs/7978914253/job/21785080899?pr=593)... can't reproduce locally.

Gosh I just love green lights. Thanks @ziogaschr :green_heart:

Hey there @0xZonh, thanks for the report. You're not alone on this, but we have no precise diagnostic or workarounds for now. See the referenced issue above for further context...

Thanks for the bump on this. I just rebased on master and pushed. There were 4 subsequent commits that I hadn't pushed, but now have. I'd like to freshen up...

Are you still using unresolvable host names? https://github.com/etclabscore/core-geth/issues/612 > Geth is exiting because it can't resolve the host name in your configuration, which its treating like an invalid enode address....

@sagarroja What values are you using for bootnode addresses? If you're using a domain name, like `mai289.ddns.net`, which fails to resolve (eg. the DNS record is unavailable), then geth will...

Are these machines running pre-compiled binaries, or building geth independently? Can you please include the output of `geth version`? Your original trace indicates using Go `v1.21.6`. Have you tried upgrading...