Light Node
Install
This document will guide you how to install Meeda light node.
Install from source code
Installation of Meeda light node includes the following steps:
Delete all the local dependency libraries include meeda-node, and download them again.
Compile meeda-node
Install meeda-node
Check if the meeda-node has been installed successfully
This command will print the version information, git commit information and compilation date of meeda-node.
You have installed meeda-node, and then you need to deploy meeda-node to access the data availability network of Meeda.
Deploy
Meeda light node will verify the KZG proofs submitted by Meeda Storage nodes, if the proofs are wrong, then light node will launch multiple rounds of challenges.
General users can access and connect to data availability network of Meeda by Meeda light node. Meeda light node contains the following features:
Upload and download data.
Synchronize information of uploaded data, includes data commitment, size and expiration.
Synchronize KZG aggregation certificate information.
Verify KZG aggregation certificate information, if the certificcate is found to be incorrect, multiple rounds of challenges will be initiated.
General users deploy light node and then can gain profits through challenge.
Run Light Node
You need to set sk
parameter when run Meeda light node. sk
is used to sign the transactions to Ethereum.
After running Meeda light node, its rpc port will be bounded to 8082.
run on product chain
run on dev chain
Close Meeda Light Node
To quit light node normally, please use Control + C
command on the running terminal.
Last updated