Docker template for CROWN System Node.
CROWN Donations: 16a1Ekv3tFNGX7YmzKLcdJnSam61BrNFrH
- 64-bit installation
- 3.10 or higher version of the Linux kernel (latest is recommended)
(If you run on VPS provider, which uses OpenVZ, setup requires at OpenVZ 7)
-
git clone "https://github.com/cryi/AMS.git" [path] && cd [path] && chmod +x ./ams
# replace path with directory you want to store node in orwget https://github.com/cryi/AMS/archive/master.zip && unzip -o master.zip && mv ./AMS-master [path] && cd [path] && chmod +x ./ams
- one of commands below depending of your preference (run as root or use sudo)
./ams --full --node=CROWN_SN
# full setup of Ether1 SN/MN for current user./ams --full --user=[user] --node=CROWN_SN --auto-update-level=[level] -sp=ip=[external ip] -sp=masternodeprivkey=[MN privkey]
- full setup of CROWN SN for defined user (directory location and structure is preserved) sets specified auto update level (Refer to Autoupdates)
- Do not forget to set master node external ip and privkey. This is required only first time.
- logout, login and check node status
./ams --node-info
Recommended only for advance users. Guide - Manual Setup.