Closed PSLLSP closed 1 year ago
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: https://github.com/zelcash/zelcash/releases/tag/v5.0.0 We are mostly doing releases targeting Ubuntu but shall be compatible on other distributions as well. The idea of trying to start zelcash (or any daemon) zelcore comes with when a daemon crashes is great - will try to implement it. Since this seems to be a zelcash issue, rest will be discussed and targeted in zelcash/zelcash repository 👍
I observed the issue and restarting zelcashd
doesn't help. I tried to run it in a loop while sleep 3; do time zelcashd; done
, but I see it runs in a circuit, it cannot overcome some problem on blockchain, it downloads the same blocks again and again and again... When block 372500 is reached, zelcashd crashes.
I created issue for zelcash
, https://github.com/zelcash/zelcash/issues/134
Please try to use the bootstrap in the meantime until we have a fix. Note that bootstrap uses txindex=1 https://fluxnodeservice.com/
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