Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRW] CROWN (SHA256) | Core Updates | Thrones | Merge Mining
by
stonehedge
on 05/04/2017, 10:16:08 UTC
We've been working on a simplified method to do the VPS configuration for a Tron/Throne.

Requirements:

Ubuntu 16.04 or later (minimal or full)
A totally clean installed VPS.

Method:

Type this in your local wallet and make a note of the output:

Code:
throne genkey

Type this into your remote VPS, subsituting PUT_YOUR_TRON_PRIVKEY_HERE with the output of the above command.

Code:
sudo apt-get install curl -y && curl -s https://crowncentral.net/tron-setup/install.sh | bash -s PUT_YOUR_TRON_PRIVKEY_HERE

That's it! The script will download the wallet, synchronise it (it will take a couple of hours), set up a firewall and configure your throne.conf  automatically.

Do not try to use this script to update an existing Throne.  It will break it.

Make sure you install this on a clean VPS to maximize the chance of success.