Update blobber to storage v2 using cli that got deployed via chimney webapp
Steps to update blobber storage to v2.
ssh -o StrictHostKeyChecking=no root@<SERVER-IP-ADDRESS>{ "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-ver-update-cli.sh | sed 's/0chainblobberid/<blobber_id>/;' | bashcurl -fSsL https://raw.githubusercontent.com/0chain/zcnwebappscripts/main/blobber-ver-update-cli.sh | sed 's/0chainblobberid/0ea899010551b35525ba68387cd599110487fc670117866c93bd64a0d67a3a15/;' | bash
Steps to create blob_wallet.json on blobber server.
blob_wallet.json on blobber server.PreviousUpdate blobber/validator url using cli that got deployed via chimney webappNextUpdate blobber/validator url using chimney that got deployed via chimney webapp
Last updated