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

./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu

make

I use 'x86_64-pc-linux-gnu' as <host> directive, but here can be one of follows:

Please replace <host> with your local system's host-platform-triplet. The following triplets are usually valid:

i686-pc-linux-gnu for Linux32
x86_64-pc-linux-gnu for Linux64
i686-w64-mingw32 for Win32
x86_64-w64-mingw32 for Win64
x86_64-apple-darwin11 for MacOSX
arm-linux-gnueabihf for Linux ARM 32 bit
aarch64-linux-gnu for Linux ARM 64 bit

 

4. Run Raptoreum

Resulting executable are placed to raptoreum/src/

raptoreum-cli

raptoreumd

raptoreum-tx

Gui wallet is here:

raptoreum/src/qt/raptoreum-qt

 

 

 

Some bugfixes

Connecting to peers may take 5 minutes. 

 

 

Sources

Raptoreum wallet: https://github.com/Raptor3um/raptoreum

Raptoreum Generic Build Notes https://github.com/Raptor3um/raptoreum/blob/master/doc/build-generic.md

RaptoreumBuild Unix: https://github.com/Raptor3um/raptoreum/blob/master/doc/build-unix.md

Section
Category