Validator Setup
Agoric Node
Minimum hardware requirements:
Server preparation:
curl -Ls https://deb.nodesource.com/setup_16.x | sudo bashcurl -Ls https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.listsudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential nodejs=16.* yarn
sudo apt -qy upgradeNode installation:
Checking and syncing
Key addition.
Delegation to the validator
Last updated