Segmemtation fault

+1 vote
I am trying to create a mutlichain.its my first time working with multichains. After i typ multichaind chain1 -daemon. It says segmentation fault. Why?
asked Oct 12, 2017 by Student
Please provide the details of the system you are running MultiChain on, including CPU architecture, memory capacity and operating system. In addition, please confirm the version of MultiChain which you tried.

1 Answer

0 votes
Segmentation Fault indicates you are accesing a memory part which does not actually exist.

You are probably running a 32-bit OS. Please use AMD64 bit Hardware with 64bit OS. (Officially supported)

If you intend to run multichain on ARM64, you have to compile it yourself (precompiled sources won't work)
answered Dec 1, 2017 by Varun
...