Aeond and Simple Wallet Compile On Centos 7
Written by CC Freak on October 25, 2017
3 - 3Shares
This guide will show you how to compile Aeond and Simple Wallet on Centos 7. First lets make sure we have all the required packages:
yum -y update yum groupinstall "Development Tools" yum -y install boost-devel cmake
Now lets build the source
git clone https://github.com/aeonix/aeon.git cd aeon/ mkdir dist cd dist cmake ../ make
This process may take a bit depending on your system setup. Once done you now have a completely compiled aeon wallet inside dist/src. To start aeond:
cd src ./aeond
Syncing will take some time. Once done syncing you can setup your first wallet. To start simplewallet:
./simplewallet
Then follow the instructions on setting up your first wallet. Was this article helpful? If so, please consider a donation.
3 - 3Shares
Topic tags:
Subscribe
Login
0 Comments