Step1: Installing dependencies & Generating Keys

Installing required packages and tools on the server with the sharder keys.

Will be setting an environment by installing dependent tools and packages like qq, unzip, dnsutils, docker & docker-compose.

Run the following command in your home folder as this will generate sharder keys share with zus support :-

wget -N https://raw.githubusercontent.com/0chain/zcnwebappscripts/as-deploy/0chain/sharder_init_setup.sh ; bash sharder_init_setup.sh

The above will:-

  • Prompt you to enter url & email. Please input your domain(as asked in pre-requisites) & email.

    • url : It is your domain, eg: test.example.com

    • email: It is your Email ID. eg: [email protected]

  • It will generate the nodes.yaml, operational_wallet key and initial_states config at /var/0chain directory of your server.

Last updated