Node Deployment
Using Ansible Playbook to deploy an Agoric nodes
Testnet with state_sync
state_syncansible-playbook -i inventory_testnet.ini main.yml \
-e "protocol=agoric" \
-e "target=local" \
-e "state_sync=true"Mainnet without state_sync
state_syncansible-playbook -i inventory_remote_mainnet.ini main.yml \
-e "protocol=agoric" \
-e "target=local" \
-e "state_sync=false" \
-e "launch=true"Gathering snapshot and applying on the running node
Cleanup server from the node
Last updated