Installing Madmax plotter on Fedora/CentOS8/AlmaLinux etc is fairly easy, but doesn’t have instructions on the GitHub page for CentOS 8 or later.
Install dependencies
First we need to install the following dependencies
sudo dnf install gmp-devel libsodium libsodium-static
Install MadMax
Now we can proceed to install Madmax like normal.
git clone https://github.com/madMAx43v3r/chia-plotter cd chia-plotter git submodule update --init bash make_release.sh sudo mv build/chia_plot /usr/bin
Run Madmax with
chia_plot --help