For the complete documentation index, see llms.txt. This page is also available as Markdown.

Node wallets

Change the predefined wallets

Your node came already configured with wallets for the testnet. So it's plug & play. But you should change the wallet address to make it your own specially for the mainnet launch!

Edit the config file found in mvp-pox-node with your wallet addresses and private keys. Afterwards you have to run the below command.

sudo ansible-playbook -i localhost, playbook.yml -e "ansible_python_interpreter=/usr/bin/python3"

Last updated