Shutdown blobber/validator using cli
Steps to shutdown blobber/validator using zboxcli.
Steps to regenerate delegate wallet for the blobber 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
}Generate zbox binary on your local system / server.
Run below commands to shutdown blobber and validator.
Effects on blobber/validator shutdown/killed.
Last updated