Node upgrade instructions
Node upgrade instructions for Pendulum and Amplitude network respectively
Last updated
Was this helpful?
Was this helpful?
wget https://downloads.pendulumchain.tech/pendulum_debian_latest/pendulum_VERSION_amd64.debsudo dpkg -i pendulum_VERSION_amd64.deb
sudo service pendulum status
● amplitude.service - pendulum
Loaded: loaded (/etc/systemd/system/pendulum.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2023-09-14 10:03:08 UTC; 52ms ago
Main PID: 1061 (pendulum-colla)
Tasks: 4 (limit: 4620)
Memory: 5.7M
CPU: 26ms
CGroup: /system.slice/pendulum.service
└─1061 /usr/local/bin/pendulum-collator --collator --base-path /var/lib/pendulum --no-private-ipv4 --rpc-cors all --force-authoring --enable-offchain-indexing=true --ws-port 8844 --ws-max-connections 200 --port 30335 --rpc-port 9955 --chain /var/lib/amplitude/amplitude-spec-raw.json --execution=wasm --state-cache-size 0 --prometheus-external -- --port 30334 --chain /var/lib/amplitude/kusama.json --execution=wasm -d /var/lib/pendulum/ --prometheus-externaldocker pull pendulumchain/amplitude-collator:latestwget [<https://downloads.pendulumchain.tech/amplitude_debian_latest/amplitude_VERSION_amd64.deb>](<https://downloads.pendulumchain.tech/amplitude_debian_latest/amplitude_0.9.40-1_amd64.deb>)sudo dpkg -i amplitude_VERSION_amd64.deb
sudo service amplitude status
● amplitude.service - amplitude
Loaded: loaded (/etc/systemd/system/amplitude.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2023-09-14 10:03:08 UTC; 52ms ago
Main PID: 1061 (amplitude-colla)
Tasks: 4 (limit: 4620)
Memory: 5.7M
CPU: 26ms
CGroup: /system.slice/amplitude.service
└─1061 /usr/local/bin/amplitude-collator --collator --base-path /var/lib/amplitude --no-private-ipv4 --rpc-cors all --force-authoring --enable-offchain-indexing=true --ws-port 8844 --ws-max-connections 200 --port 30335 --rpc-port 9955 --chain /var/lib/amplitude/amplitude-spec-raw.json --execution=wasm --state-cache-size 0 --prometheus-external -- --port 30334 --chain /var/lib/amplitude/kusama.json --execution=wasm -d /var/lib/amplitude/ --prometheus-external