-
Hi, I've installed deps for, cloned, and built electrs successfully with only one warning. However, I am facing several issues that do not look right, and I am reaching out in the hopes that someone with more experience can put me on the right track. The issues I'm seeing are:
I am running on a modern Ubuntu OS with a current Bitcoin Knots backend with txindex=1. I would have installed electrs using apt except despite the extensive documentation about how it should "just work", it wasn't clear to me how to add the PPA. I guess it is so trivial that it wasn't worth mentioning in the docs, but as a newbie in a few areas, I'm drawing a blank on that. Any tips would be welcomed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I've never used Bitcoin Knots with electrs, so I suspect that may be your issue, at least in part. Also I've never seen a core dump in a Rust application, that's usually encountered in a C or C++ program. I supposed it's possible if Rust is using FFI to a C/C++ program, although I've never experience that. Lastly, this seems more of something that ought to be posted as a github issue rather then a discussion. |
Beta Was this translation helpful? Give feedback.
Thanks so much for taking the time to respond thoughtfully! Your answer gave me the clue I needed: No core dump in Rust => must be a dependency issue => recheck the official guide => oops, build-essential was not installed! After fixing that, it is syncing without core dumping, interrupts do not result in a core dump, and it does not restart from "square" one every time. :)