-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zelcashd crashes #36
Comments
Hi, zelcore does not ship with cli tool as it talks to the zelcashd server directly. It is possible to download the cli tool in the zelcash release: |
I observed the issue and restarting I created issue for |
Please try to use the bootstrap in the meantime until we have a fix. Note that bootstrap uses txindex=1 |
I run ZELcore wallet, "Lich King, v4.12.0". I noticed some instruction to run full node so I try to replicate it.
I try to run full FLUX node, I have to synchronize block-chain first. That is painful process, zelcashd crashes in the background. I have to restart synchronization process again and again. I am at date 24 Jun 2019, in that time I meet some trouble.
I run ZELcore at Linux Mint 19.3 (with the latest updates), it is 64-bit Linux, it has 16GB of RAM and SSD with more than 70 GB of free space, 4 core CPU (AMD X4 610)... I run
zelcore.AppImage
(md5sum 79d2761e4adef72d56f769e0f5dfc614).ZELcore has nice GUI and it hides low level details, until it works, it is OK. I needed some time to realize, that
zelcashd
is started in the background. I see it runs for 10 or 20 minutes and than it stops, it crashes or it is killed by the kernel. I cannot see any message about problem in debug.log. Whenzelcashd
process crashes, GUI shows "Status Connecting..." but it doesn't try to start the process. I see that some clients are put to blacklist, many of them:I modified line "daemon=0" in
~/.zelcash/zelcash.conf
and I startedzelcashd
from CLI, it runs in foreground and I see it crashes in few minutes - Segmentation fault (core dumped):This is tail of debug.log:
It started at 2021-04-05 11:01:46, it crashed at 2021-04-05 11:19:05
I miss "cli" tool to talk with
zelcashd
I run zelcashd under debuger "gdb", it gives more detail about crash:
The tail of
~/.zelcash/debug.log
at time of crash:Started at 2021-04-05 11:28:49, crashed at 2021-04-05 11:45:31
The text was updated successfully, but these errors were encountered: