Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ICO] Astrum
by
smoky001
on 12/02/2018, 11:40:46 UTC
The guide for setup MN is only for windows how can we setup the MN in linux VPS?

1. Login to your VPS as user (not as root!).
2. Install all required dependencies:

Code:
sudo apt-get install mc git qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

3. Clone git repo:

Code:
git clone https://github.com/Astrumcash/astrum.git

4. Create .Astrum folder in the home folder of your user

5. Create Astrum.conf file in .Astrum folder, paste into it the same content as for the GUI masternode.

6. Navigate to astrum/src folder

7. Execute ./Astrumd -daemon. Wait until it says "Astrum server starting" and press Ctrl-C

8. Then setup your MN as usually.