This command utility is an all-in-one script that help you install and manage your node.
You need a VPS with the following minimum requirements:
- 4G RAM
- Quad Core
- Linux Operating system (Debian, Ubuntu, CentOS)
QUICKSTEPS:
-
make sure you have the VPS set up with min reqs
-
make sure you are root
sudo bash
-
if you are using your own p12 file, make sure you know how to copy it over
-
when creating the file, make sure there are no spaces in the alias!!! (or the passwords)
-
run the dag script and follow on-screen instructions
-
at the
Join cluster ?
question, answern
-
confirm your node is running by doing dag again and seeing node and web online
-
get your ID by doing dag id and paste that info along with your ip address in the node operator spreadsheet https://docs.google.com/spreadsheets/d/1MGBevI3MbhsN-oueC_q8ZPKRpWdPyaITcJpAhz60lPo/edit#gid=0
-
wait for the next release to be announced. When it is, you will be on the whitelist so you will be able to do:
cd ~/constellation
rm -rf tmp
dag update
dag join 54.183.220.116
- MAKE SURE you properly back up your p12 file as well as the passwords to a secure location (Encrypted USB sticks). If you lose this, you're done. No more coins.
Also, if you have a p12 file you would like to use from a molly wallet, please make sure you copy it to the VPS prior to running the setup script. If you do not have one, the script will generate a p12 file for you.
*** WARNING *** It is assumed that the user you are running this with has root access and can write to /usr/local/bin as well as change file permissions.
Simply copy and paste the following code snipped into your VPS console:
wget https://raw.githubusercontent.com/zaemliss/Constellation/master/dag -O /usr/local/bin/dag && chmod +x /usr/local/bin/dag && dag
And follow the instructions on the screen!