daemon exit with message:
zyted: chainparams.cpp:134: CMainParams::CMainParams(): Assertion `hashGenesisBlock == uint256("0x0000029f6e74213c06065fe74f954e5e02263cdc3956d1f07ff5e71b72776516")' failed.
Aborted (core dumped)
and below is coredump messages:
...Program terminated with signal SIGABRT, Aborted.
#0 0x00007f37f36d4428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
54 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007f37f36d4428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1 0x00007f37f36d602a in __GI_abort () at abort.c:89
#2 0x00007f37f36ccbd7 in __assert_fail_base (fmt=,
assertion=assertion@entry=0x7f9ac8 "hashGenesisBlock == uint256(\"0x0000029f6e74213c06065fe74f954e5e02263cdc3956d1f07ff5e71b72776516\")",
file=file@entry=0x7f9e53 "chainparams.cpp", line=line@entry=134, function=function@entry=0x7f9f00 "CMainParams::CMainParams()") at assert.c:92
#3 0x00007f37f36ccc82 in __GI___assert_fail (
assertion=0x7f9ac8 "hashGenesisBlock == uint256(\"0x0000029f6e74213c06065fe74f954e5e02263cdc3956d1f07ff5e71b72776516\")",
file=0x7f9e53 "chainparams.cpp", line=134, function=0x7f9f00 "CMainParams::CMainParams()") at assert.c:101
#4 0x000000000059d5d2 in ?? ()
#5 0x000000000041975f in ?? ()
#6 0x000000000076599d in ?? ()
#7 0x00007f37f36bf7bf in __libc_start_main (main=0x412030, argc=2, argv=0x7fffda60f3d8, init=0x765950, fini=,
rtld_fini=, stack_end=0x7fffda60f3c8) at ../csu/libc-start.c:247
#8 0x000000000041c359 in ?? ()
wallet directory is empty
I just fixed that problem, redownload the github source and recompile. it will work now.