Skip to content

Commit

Permalink
Update using-source-code.mdx (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
grao1991 authored Oct 16, 2024
1 parent 8c6fbef commit 1fd1844
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,15 @@ when you build the binary, and download the correct genesis and waypoint files f
- `consensus.initial_safety_rules_config`: The waypoint for the genesis transaction on the network you are connecting to,
as well as the `validator-identity.yaml` file location.
- `execution.genesis_file_location`: The genesis blob for the network you are connecting to.
- `storage.rocksdb_configs.enable_storage_sharding`: Set to `true`.
- `validator_network.identity`: The `validator-identity.yaml` file location.

For the `fullnode.yaml` file, you will need to modify the following fields:

- `base.data_dir`: The directory where the blockchain data will be stored.
- `base.waypoint`: The waypoint for the genesis transaction on the network you are connecting to.
- `execution.genesis_file_location`: The genesis blob for the network you are connecting to.
- `storage.rocksdb_configs.enable_storage_sharding`: Set to `true`.
- `full_node_networks`: - The `public` network will need to be updated with the `validator-full-node-identity.yaml`
file location. - The `vfn` network will need to be updated with the correct IP address or DNS address of the validator.
For example, if you are using IP addresses, you will need to update the `addresses` field as follows:
Expand Down

0 comments on commit 1fd1844

Please sign in to comment.