Update
Pipe Network — we previously filled out a form to join the testnet. Recently, some validators were selected and sent emails with detailed instructions. To update the pop-node to v0.3.2, I created a simple bash script that downloads, stops the service, updates the binary, and restarts the node. You’ll need the link from the email.
curl -O https://raw.githubusercontent.com/TmB0o0/Pipe-Node/refs/heads/main/v0.3.2 && chmod +x v0.3.2 && sudo ./v0.3.2Last updated