Step 3.2

Deploying miner with docker & docker-compose.

Run the below script for deploying miner on the server. Magic Block, keys, delegate wallet & dkg etc. will be automatically imported to there respective folders if the previous steps was followed correctly.

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

The above will:-

  • Deploy the redis, redis_txn, miner docker containers.

Last updated