achd: crypto/common.h:138: int init_and_check_sodium(): Assertion `crypto_sign_verify_detached(sig, message, sizeof(message), pk) != 0' failed.
Aborted (core dumped)
Hey I get this error when trying to run ./achd using ubuntu 16.04... Any solutions?
From
https://github.com/BTCGPU/BTCGPU/issues/43Solution
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