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"Command above will install:
prometheus
agoric (build from source code)
cosmovisor
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
Was this helpful?

