Skip to content

Healess setup in Ubuntu 16.0x

Hser2bio edited this page May 24, 2019 · 2 revisions

Debian/Ubuntu Linux Daemon Build Instructions

git clone https://github.com/reecore-coin/Reex.git
cd Reex
./autogen.sh
./configure --disable-tests
make -j2 (2 is must be changed for number os Cpus that have VPS)
cd src
strip reecored reecore-cli
./reecored -daemon
Clone this wiki locally