nervosnetwork / nervosnetwork/neuron
Data Synchronization
@Danie0918 is already working on this.
Since Sep 8, 2023.
- 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:
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.