Ares Wikipedia

Ares Wikipedia

  • Docs
  • Contribute
  • Languages iconEnglish
    • 中文

›Validator Tutorial

General

  • Overview
  • Supplementary
  • Glossary

WhitePaper

  • Introduction
  • Technical Architecture
  • Data market
  • Economic Model

Learn

    Stake Mining

    • Trojan Stake Mining
    • Iliad Stake Mining
    • Asset cross-chain bridge
  • Liquidity mining
  • Gladios

    • Account
    • Claim Test Coins
    • Transfer
    • Set Online Identity

    Oracle

    • Ares Oracle
    • Ares Oracle Provider Support
    • Oracle Finance
    • Staking Extend

    Slot Auction

    • Kusama
    • Dot
  • Get Price
  • Get Symbol Fraction

Build

    Basic

    • Obtain Price Through Cross-Chain

    Gladios Guide

    • Set Up the Verifier Node
    • Quotation node rpc tools

Node

  • Hardware environment
  • Run Node
  • Run Validator Node
  • Run Validator Node Q&A
  • Start the Oracle Service
  • Start The Warehouse Service
  • Warehouse Api

Mainnet

    Validator Tutorial

    • Account
    • Map ERC20/BEP20 ARES
    • How to bond stash & controller account
    • Validator node program upgrade/deployment
    • Set Session Keys
    • Validator node verification
    • Punishment verification & Extraction of assets

    Nominator Tutorial

    • Create Odyssey Account & Stake
    • Nominate for any one or more nodes
    • Check penalties & withdraw assets

Validator node program upgrade/deployment

After you complete the staking, you need to upgrade/deploy the validator node. The validator nodes who have participated in the test should be notified that the current upgraded version of the node program is no longer compatible with the old version, and historical data needs to be cleared.

Node program update/deployment

Method 1: Download the node executor program

If you are using the node program, please use the following command to update

  1. The executable ares-node binary document
wget -c https://github.com/aresprotocols/ares/releases/download/v1.4.1/ares-node-linux-amd64-1.4.1-5d36ce5
  1. Add execute permission
chmod 777 ares-node-linux-amd64-1.4.1-5d36ce5
  1. Execute the node
./ares-node-linux-amd64-1.4.1-5d36ce5 --base-path data --name Ares_Emily0626_0xA86ed7899330DF48316E2A2842D5aD13F031Ab11 --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' --warehouse http://api.aresprotocol.io  --validator
  • Please use the previously-specified base-path directory
  • Please fill in your-name in the form of Ares_TelegramUsername_bsc address. For example: name Ares_Emily0626 (node ​​tg group username) _0xA86ed7899330DF48316E2A2842D5aD13F031Ab11 (BSC address)
  • warehouse parameter (required): used to specify the IP address of ares quotation server
  • validator parameter (required): used to start a validator node

Method 2: Run the Docker node program

  1. Stop the previous Docker program and data
docker stop ares_odyssey
  1. Remove the previous Docker program
docker rm ares_odyssey && docker rmi aresprotocollab/ares_node:latest
  1. Docker run the new node program
docker run -d --name ares_odyssey -p 9944:9944 -p 9933:9933 aresprotocollab/ares_node:latest ares-node --name your-name --chain odyssey --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' --warehouse http://api.aresprotocol.io  --validator
  • Please fill in your-name in the form of Ares_TelegramUsername_bsc address. For example: name Ares_Emily0626 (node ​​tg group username) _0xA86ed7899330DF48316E2A2842D5aD13F031Ab11 (BSC address)
  • warehouse parameter (required): used to specify the IP address of ares quotation server
  • validator parameter (required): used to start a validator node
  • -p: specify the docker port mapping
  • -v: specify the docker storage mapping
  1. View the program running log
docker logs -f ares_odyssey  -n 1000
← How to bond stash & controller accountSet Session Keys →
  • Node program update/deployment
    • Method 1: Download the node executor program
    • Method 2: Run the Docker node program
About Us

Ares is an on-chain-verified oracle platform that provides secure and reliable data services for the Polkadot DeFi ecosystem.

Email   info@aresprotocol.io
Quick links
WebsiteBlogTokenomicsBuy TokenFarms
Resources
DocumentationGithubBlockchain Explorer
Social Media
Copyright © 2023 The Ares Protocol All rights reserved