Update blobber/validator url using cli that got deployed via chimney webapp
{ "client_id": "Your_Wallet_Address", "client_key": "Your_Public_Key", "keys": [ { "public_key": "Your_Public_Key", "private_key": "Your_Private_Key" } ], "mnemonics": "Your_Mneumonic", "version": "1.0", "date_created": "2023-05-01T18:40:02Z", "nonce": 0 }curl -fSsL https://raw.githubusercontent.com/0chain/zcnwebappscripts/main/blobber-host-update-cli.sh | sed 's/0chainblobberhostoldurl/<existing_blobber_url>/; s/0chainblobberhostnewurl/<new_blobber_url>/; s/0chainblobberid/<blobber_id>/;' | bashcurl -fSsL https://raw.githubusercontent.com/0chain/zcnwebappscripts/main/blobber-host-update-cli.sh | sed 's/0chainblobberhostoldurl/chimneyu7iup.zus.network/; s/0chainblobberhostnewurl/chimshahtest1.zus.network/; s/0chainblobberid/0ea899010551b35525ba68387cd599110487fc670117866c93bd64a0d67a3a15/;' | bash
ssh -o StrictHostKeyChecking=no root@<SERVER-IP-ADDRESS>
PreviousUpdate blobber/validator image via chimney webappNextUpdate blobber to storage v2 using cli that got deployed via chimney webapp
Last updated