Skip to content
Brian Lee edited this page Sep 3, 2018 · 3 revisions

Avermore is not yet on Simple Mining OS. You can install it by following this guide.

First, get the URL of the latest Avermore release by going here and copying the URL of the latest Linux release. We will use v1.4.1 as an example for this tutorial. If you're manually installing a different version, make sure to use the correct URL and version number in the listed commands.

wget -O avermore.zip https://github.com/brian112358/avermore-miner/releases/download/v1.4.1/avermore-v1.4.1-linux.zip
unzip avermore.zip
cp -R avermore-linux/* /root/miner_org/sgminer-brian112358-x16r-v0.4.0

If all of this works, you can clean up the temporary files:

rm -r avermore-linux
rm avermore.zip