Ruben Buniatyan
Ruben Buniatyan
It downloads the archive, as you can see in your last code block: > `Downloading https://github.com/NethermindEth/nethermind/releases...`
- Yes, it does. The version info is hardcoded in the package, so it no longer pulls the latest one as it was doing previously - Afaik, PPA removes superseded...
Correct. That was one of the reasons for revising our PPA packaging. Also, update/remove won't delete the sync database and keystore (does not apply to `apt-get purge`). Nevertheless, we don't...
Judging by the error message, it looks like you're not using the official Docker image. Please provide more details on how you run it, with which image, the exact command,...
I'm afraid it won't work that way. The error code `0x8007000E` means "out of resources", in this case, file system-related resources. When that error is thrown, Nethermind is not even...
Yeah, we'll check the possibility for that, but I'm not sure it can be easily achieved.
I want to stress the importance of having a tag per Bitcoin Core version. It's a pity this issue is still open. @kylemanna, could you please prioritize this?
I think we can consider this issue resolved. Thank you for the fix.