Hi,
On clean Ubuntu 18.04, following the instructions and running "npm i" results in compilation error of missing sodium.h file.
Only by manually sudo apt-get install libsodium-dev, does the issue resolve. It might even require libboost-all-dev, since I followed this issue here: https://github.com/aionnetwork/aion_miner/issues/6
Hi, On clean Ubuntu 18.04, following the instructions and running "npm i" results in compilation error of missing sodium.h file. Only by manually sudo apt-get install libsodium-dev, does the issue resolve. It might even require libboost-all-dev, since I followed this issue here: https://github.com/aionnetwork/aion_miner/issues/6
Thx, have a good one