nervosnetwork / nervosnetwork/neuron

Data Synchronization

Open
#2,831 0 comments 0 reactions 3 assignees View on GitHub

@Danie0918 is already working on this.

Since Sep 8, 2023.

Document Guide Usage Tutorial
Dominant language
TypeScript
Stars
204
Forks
95
Avg merge
8d 9h
Merged PRs (30d)
4

Description

When you need to execute a transaction or check your balance in the wallet, the wallet needs the latest data from the blockchain network to provide accurate information. You can check the progress and status of the synchronization at the top of the software:

image

Due to different network and device configurations, it currently takes more than 24 hours to synchronize the full node data from scratch, taking up about 110 Gigabytes of disk space.
For users who want to access blockchain information quickly but do not need the full blockchain data, you can use the built-in light client mode, which can effectively shorten the synchronization time and reduce the disk space occupied. (Attention : Currently, the light client mode only supports the test network, and the main network will be supported later)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.