Node management

Node management You can manage nodes in the following two ways: -Send commands through the command line window for management -Managed by the BFM node manager provided by the BFMeta This chapter only introduces how to manage your nodes through the command line window. If you want to learn how to manage nodes in the BFM Node Manager, please refer to

Node deployment

Node deployment CentOS 7.9 Prepare Disable SELinux sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config Install the software package yum install -y zip unzip ntp epel-release Synchronize network time ntpdate -u cn.pool.ntp.org #Add a scheduled task to automatically synchronize the time at 3 o'clock in the morning every day echo

Windows tutorial

Tutorial Introduction Overview This tutorial is applicable to the following bioforest chain ecological chains: BFMeta, BFChainV2, ETHMeta; The following uses the BFMeta blockchain as an example to introduce how to deploy the PC full node software of the BFMeta network on the Windows system. The deployment of other chains is similar to this and will

Linux tutorial

Tutorial Introduction Overview This tutorial is applicable to the following bioforest chain ecological chains: BFMeta, BFChainV2, ETHMeta; The following uses the BFMeta blockchain as an example to introduce how to deploy the PC full node software of the BFMeta network on the Linux system. The deployment of other chains is similar to this and will n

Overview

Overview This chapter mainly explains the node program of the BFMeta data center version The main purpose of each interface of BCF , input and output parameters, and examples of how to call. At present, the interface supports command line calls, Websocket calls, and Grpc calls. The full name of the interface is the name of the called interface, an

Node Manager Tutorial

Introduction This manual describes how to manage all of your nodes through the node Manager. Here, you'll learn how to add, remove and manage node trustees, and configure node parameters, etc. Install the node manager Download the node manager app installation package from BFMeta developer community https://developer.bfmeta.org/. After downloading,

SDK

SDK The following code is implemented,taking typescript as an example,the method to use\ @bfmeta/node-sdk to call the interface, see https://github.com/BioforestChain/BFMeta-Node-SDK import { BFMetaSDK, REQUEST_PROTOCOL} from "@bfmeta/node-sdk"; // Can also create config/config.json in the run directory, fill in the following conten

Noun explanation

Glossary Event Type Event Type ID Event Type Name BFM-BFMeta-BSE-01 Set security password BFM-BFMeta-BSE-02 Registered Forger BFM-BFMeta-BSE-03 Governance voting BFM-BFMeta-BSE-04 Set address alias BFM-BFMeta-BSE-05 Receive votes BFM-BFMeta-BSE-06 Decline to vote BFM-BFMeta-WOD-00 Create DAPPID BFM-BFMeta-WOD-01 DAPPID payment

FAQ

Common problem sorting This chapter will introduce the solutions to common problems that may be encountered when using the BCF.exe version of the Biological Chain Forest data center. If you encounter a problem that is not listed in this chapter, please contact the BCF team (email address: service@bfmeta.org) for more support. Data generated when th

Node identity binding

Node identity binding When you complete the node deployment, the system will automatically start the node program-BCF. When the node is started for the first time or when the node is in an unauthorized state, the node authorization needs to be completed before the node can be operated and managed normally. Node identity binding When the user succes