Skip to content

Commit

Permalink
Add content about how to build fullstate conflux binary (#824)
Browse files Browse the repository at this point in the history
* Update node-configuration.md

* Update docs/general/run-a-node/advanced-topics/node-configuration.md

---------

Co-authored-by: darwintree <[email protected]>
  • Loading branch information
Pana and darwintree authored Dec 24, 2024
1 parent c3fad06 commit ea2d0f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/general/run-a-node/advanced-topics/node-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ enable_single_mpt_storage=true
```

> The Conflux Foundation currently does not provide snapshot data containing the full historical state; users need to synchronize the data themselves.
> To run a **fullstate node**, which enables querying blockchain state on any block height, you need to use a specially compiled Conflux client program. Currently, the official binary release does not enable this feature, and you need to compile it yourself. The compilation command is:
```bash
cargo build --release --features u64-mpt-db-key
```

### PivotHint

Expand Down

0 comments on commit ea2d0f6

Please sign in to comment.