Skip to content

Linux Notes

Alex R English edited this page Jul 12, 2018 · 10 revisions

For Ubuntu 18.x you need to install a couple of dependencies before starting the wallet:

sudo apt-get install libgomp1 libcurl3

With the above dependencies installed Agama will start and load the parameters needed to begin operation. Wait until the download finishes and exit back out of the Agama wallet. Once it completely exits start it up again. It should operate normally now.

VerusCoin details and the VRSC wallet.dat are stored in ~/.komodo/VRSC and you should consider backing the wallet.dat file up carefully and securely.

Economy or mobile CPUs, or those older than 5 years may not have AES-NI and/or AVX2 instructions and are unable to economically mine Verus. To check supported CPU instructions from linux run the "lscpu" command. In the output at the bottom it lists the various instruction sets supported - you are looking for "aes" and "avx2". Verus supports processors lacking these instructions, but they are only practical for staking and using as a wallet.

Clone this wiki locally