-
Notifications
You must be signed in to change notification settings - Fork 23
Install zboxcli
Harshit Mehndiratta edited this page Oct 31, 2023
·
20 revisions
- Download the latest linux zboxcli archive release from here.
- Open terminal and extract the downloaded archive to a specified directory using the command below.
tar -xzf zbox-linux.tar.gz --directory /usr/local/bin
- Provide execution privileges to the zbox executable.
chmod +x /usr/local/bin/zboxx
4. Navigate to the extracted directory path
cd /usr/local/bin
- Run the zbox executable type by using the command below.
./zbox
On successful installation you will see a help section similar to response below:
zbox is a decentralized storage application written on the 0Chain platform.
Usage:
zbox [command]
Available Commands:
add Adds free storage assigner
alloc-cancel Cancel an allocation
- Download the latest windows zboxcli archive release from here.
- Extract the executable from the archive
zbox-windows.zip
- Now run the executable
zbox.exe
in windows command prompt. - On successful installation, you will see a help section similar to response below :
zbox is a decentralized storage application written on the 0Chain platform.
Usage:
zbox [command]
Available Commands:
add Adds free storage assigner
alloc-cancel Cancel an allocation
alloc-fini Finalize an expired allocation
- Download the latest mac zboxcli archive release from here.
- Open terminal and extract the downloaded archive to a specified directory using the commands below:
tar -xzf zbox-macos.tar.gz --directory /usr/local/bin
3. Provide execution privleges to the zbox executable.
chmod +x /usr/local/bin/zbox
- Navigate to extracted directory path .
cd /usr/local/bin
- Run the zbox executable using the command below.
./zbox
On successful installation you will see a help section :
zbox is a decentralized storage application written on the 0Chain platform.
Complete documentation is available at https://docs.0chain.net/0chain/
Usage:
zbox [command]
Available Commands:
add Adds free storage assigner
alloc-cancel Cancel an allocation
alloc-fini Finalize an expired allocation