- Add generate node private key feature
- Add node private key pre-input feature
When using this feature, you don't need to configure axiv_n*.conf on the VPS anymore.
- Enter this command
git clone https://github.com/AXIVproject/vps.git && cd vps && ./install.sh -p axiv -g
-
Whate while the script sets up your node.
-
Let's start your node client. Enter this command
activate_masternodes_axiv
The node daemons will start and begin loading the axiv blockchain.
- You need to check the node configuration file created on the VPS. Enter this command:
cat /tmp/axiv_masternode.conf
Please copy that and paste it to your masternode.conf (fundamentalnode.conf if you are setting up fundamentalnodes) on your local PC in your AXIV data directory. 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/AXIVproject/vps.git && cd vps && ./install.sh -p axiv --key **GENERATED PRIVATE KEY**
-
Whate while the script sets up your node.
-
Let's start your node client(s). Enter this command:
activate_masternodes_axiv
The node daemons will start and begin loading the axiv blockchain.