Storage Miner Upgrade Guide

Introduction

For better data transmission, we need to upgrade our storage miner to latest version which is incompatible with the old version.

Add configuration: apiendpoint and timeout

  • apiendpoint: An external ip:port or domain which can be accessed by public network, default value: hostPublicIP:port

  • Timeout: Default 12 seconds for transaction with chain.

Delete configuration: Boot

Attention: Storage miner will not use public tee nodes on chain if set custom tee nodes in config.yaml

Old Configuration File Schema

Name: miner1
Port: 15001
EarningsAcc: cXxxx
StakingAcc: cXxxx
Mnemonic: expand left depict favorite busy marriage good curtain celery misery fly obscure
Rpc:
  - 'ws://127.0.0.1:9944'
  - 'wss://testnet-rpc.cess.network'
UseSpace: 1000
Workspace: /opt/miner-disk
UseCpu: 2
TeeList:
  - '127.0.0.1:8080'
  - '127.0.0.1:8081'
Boot:
  - _dnsaddr.boot-miner-testnet.cess.network

New Configuration File Schema

How to Upgrade

For nodeadm user

For mineradm user

Last updated

Was this helpful?