This script is a community effort to facilitate the creation of AVAX Nodes on Everest Release.
This script automates the steps of the following guide https://medium.com/avalabs/how-to-join-avalanche-everest-release-a40cd20aa654
Check our previous script for DENALI TESTNET on: https://medium.com/@ablock.io/guide-launch-your-denali-node-with-aws-from-a-to-z-4a13ebac1466
- Connect to your VPS
- launch the following command
curl -s https://raw.githubusercontent.com/ablockio/Auto-AVAX-Everest-node-deployment/master/install_avax_everest_node.sh | bash- Once done, go to the cloned repository
- Update config.json file with your username and password (or keep it as it is as we are still on testnet)
- launch nodejs installation script
node launch_node.js- When you are asked to go to the faucet https://faucet.avax.network/, copy your X-Chain address to the faucet to credit 10 000 000 nAVA tokens
- Enjoy :)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.