Install Raptoreum Wallet On Linux
Raptoreum is a new blockchain where you can mine with official miner or also xmrig (from 6.16 release).
1. Install dependencies
apt-get install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils cmake;
apt-get install python3-setuptools libcap-dev zlib1g-dev libbz2-dev
2. Building dependencies
cd depends
make -j4
cd ..
3. Building Raptoreum Core
./autogen.sh