- Add generate masternode private key feature
- Add masternode private key pre-input feature
When using this feature, you don't need to configure lytic*.conf on the VPS anymore.
- Enter this command
git clone https://github.com/lytixchain/vps.git && cd vps && ./install.sh -p lytix -g-
Wait the script sets up your masternode.
-
Let's start your masternode client. Enter this command
activate_masternodes_lytix
The masternode daemons will start and begin loading the Lytix blockchain.
- You need to check the masternode.conf created on the VPS. Enter this command:
cat /tmp/lytix.conf
Please copy that and paste it to your masternode.conf in local. After this, you need to start from Step 1 of the installation procedure, but since you already generated the private key, you can skip step 2.
- Start From Step 1 of the installation procedure.
- After completing Step 3, enter this command on VPS:
git clone https://github.com/lytixchain/vps.git && cd vps && ./install.sh -p lytix --key **GENERATED PRIVATE KEY**-
Wait the script sets up your masternode.
-
Let's start your masternode client. Enter this command:
activate_masternodes_lytix
The masternode daemons will start and begin loading the Lytix blockchain.
