zbox
functionalities../zbox listallocations
show active storage allocations on dStorage. If you have not created any storage allocation we would suggest creating a storage allocation following this guide../zbox newallocation
command with customized parameters. If you are creating your first allocation we would suggest reading Creating a Storage Allocation section first../zbox newallocation --help
./zbox listallocations
command./zbox updateallocation
command is used to update the existing allocation for various parameters, Parameters for updating the allocation can be viewed by using the./zbox updateallocation --help
command.*
only required if free_storage not set.updateallocation
command and provide the new size .addcurator
command , following parameters are required :addcurator
command./zbox get
allocation command. To view the list of curators using the get
command , following parameters are required :get
command and pass the allocation ID of the allocation for which you want the list of curators .removecurator
command ,
Following parameters are required to remove a curator :removecurator
commandtransferallocation
changes the owner of an allocation. Only a curator, previously added through addcurator command can change an allocation's ownership. If the current owner wants to transfer ownership they have to first add themselves as a curator using addcurator.transferallocation
does not move any funds, only changes the owner, and the owner's public key.transferallocation
command, following parameters are requiredtransferallocation command.
updateallocation
command.updateallocation
command , following parameters are required.updateallocation
command../zbox get
command is used to get detailed information about the allocation such as total size ,used size, number of challenges, etc ../zbox list-all
command is used to list all the files stored with an allocation. Additional Parameters can be viewed using the ./zbox list-all --help
command../zbox alloc-cancel
immediately return all remaining tokens from challenge pool back to the allocation's owner and cancels the allocation. If blobbers already got some tokens, the tokens will not be returned. Remaining min lock payment to the blobber will be funded from the allocation's write pools../zbox alloc-fini
command is used to finalize an allocation after it is expired. An allocation becomes expired when the expiry time has passed followed by a period equal to the challenge completion period. Any remaining min lock payment to the blobber will be funded from the allocation's write pools. Any available money in the challenge pool returns to the allocation's owner.getwallet
command to get additional wallet information including Public Key, Client ID , Encryption Public Key required for Proxy Re-Encryption../zbox version
command.