AR.IO Testnet Update - OBSERVER

Опубликовано: 16 Июль 2026
на канале: CodeBlockLabs
855
1

Recomended VPS:
https://Lihat.info/contabo
https://Lihat.info/vultr
https://Lihat.info/ovh

=================================
UPDATE TUTORIAL
=================================
// Stop & Remove Container
cd ~/ar-io-node
sudo docker compose down -v
sudo docker image prune -a
sudo docker builder prune
// get new update from github
git pull
// edit .env
nano .env

==============================
//add 2 lines below to your .env file, and change YourWalletAddress to your own address:

RUN_OBSERVER=true
OBSERVER_WALLET=YourWalletAddress

==============================
// start your gateway
docker compose up -d --build

==============================
// open new screen for updating your gateway data
// backup your key.json
cd $HOME
mv $HOME/testnet-contract/key.json $HOME
// remove testnet-contract folder
rm -r testnet-contract
// get new testnet-contract
git clone https://github.com/ar-io/testnet-cont...
// add your key.json back to the testnet-contract folder
mv key.json $HOME/testnet-contract/
// go to the testnet-contract folder and edit the scripts
cd ~/testnet-contract
yarn
nano tools/update-gateway-settings.ts
// edit label, fqdn and observerWallet (use your own wallet for observer)
// save the update-gateway-settings.ts file
// run the update
yarn ts-node tools/update-gateway-settings.ts


// it may need some minutes for update to take effect :)

===================================
Join us on @codeblocklabs telegram discussion.
Follow us https://x.com/codeblocklabs on twitter (X).
===================================