Aborted (core dumped)
Hey I get this error when trying to run ./achd using ubuntu 16.04... Any solutions?
Solution
Step 1) Install Dependencies:
sudo apt install libsodium18
Manually compile / install libsodium-dev v1.0.13 or later from https://download.libsodium.org/libsodium/releases/ (Make sure no older versions are installed)
./configure && make && make test && sudo make install
./sudo ldconfig
Step 2) Compile daemon and Qt
cd BTCGPU && ./autogen.sh && ./configure && make
Step 3) Run / test daemon
./bgoldd
In separate terminal:
./bgold-cli getblockchaininfo
Do the same but with achd