Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.85 KB

bpos-setup.md

File metadata and controls

37 lines (23 loc) · 1.85 KB

BPoS Setup

A new stake model to make consensus networks more decentralized as well as to improve the security and stability of the network, read more about Elastos BPoS.

DPoS Supernode smooth transition to BPoS Supernode

Users who have already registered DPoS super node register BPoS super node through Essentials, BPoS super node can share the nodepublickey of DPoS1.0 super node, and DPoS1.0 node users do not need to change server configuration, ELA mainnet node turns on BPoS consensus, then BPoS super node participates in the consensus block and gets the reward.

First BPoS Supernode setup

After registering the BPoS node with Essentials, complete the BPoS node build with the following steps BPoS nodes only require ELA nodes to be installed.

Preparation

  1. BPoS Supernode Ops please read security
  2. BPoS Supernode Ops please configure your server according to the server requirements

ELA node setup

  1. A tool to quickly deploy nodes node.sh
  2. The ela node is deployed and the nodepublickey is bound using Essentials
  3. Start ela node to synchronize block data on the main network
  4. Check the status of a node. The status command will show all programs (chains) are Running. Watch the Height to make sure the chains are synchronized.
$ ~/node/node.sh status

Node upgrade tools

FAQ