Created
June 23, 2023 17:34
-
-
Save longbowlu/1cd6678dd5846db543dbf822243b8d8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
db-path: /Users/luzhang/.sui/sui_config/fullnode_db | |
network-address: /ip4/0.0.0.0/tcp/8080/http | |
json-rpc-address: "0.0.0.0:9000" | |
websocket-address: "0.0.0.0:9001" | |
metrics-address: "0.0.0.0:9184" | |
admin-interface-port: 1337 | |
enable-event-processing: true | |
grpc-load-shed: ~ | |
grpc-concurrency-limit: ~ | |
genesis: | |
genesis-file-location: /Users/luzhang/.sui/genesis-mnt.blob | |
p2p-config: | |
listen-address: "0.0.0.0:8084" | |
seed-peers: | |
- address: /dns/icn-00.mainnet.sui.io/udp/8084 | |
peer-id: 303f1f35afc9a6f82f8d21724f44e1245f4d8eca0806713a07c525dadda95a66 | |
- address: /dns/icn-01.mainnet.sui.io/udp/8084 | |
peer-id: cb7ce193cf7a41e9cc2f99e65dd1487b6314a57c74be42cc8c9225b203301812 | |
- address: /dns/mel-00.mainnet.sui.io/udp/8084 | |
peer-id: d32b55bdf1737ec415df8c88b3bf91e194b59ee3127e3f38ea46fd88ba2e7849 | |
- address: /dns/mel-01.mainnet.sui.io/udp/8084 | |
peer-id: bbf3be337fc16614a1953da83db729abfdc40596e197f36fe408574f7c9b780e | |
- address: /dns/ewr-00.mainnet.sui.io/udp/8084 | |
peer-id: c7bf6cb93ca8fdda655c47ebb85ace28e6931464564332bf63e27e90199c50ee | |
- address: /dns/ewr-01.mainnet.sui.io/udp/8084 | |
peer-id: 3227f8a05f0faa1a197c075d31135a366a1c6f3d4872cb8af66c14dea3e0eb66 | |
- address: /dns/sjc-00.mainnet.sui.io/udp/8084 | |
peer-id: 6f0b25087cd6b2fd2e4329bcf308ac95a37c49277dd7286b72470c124809db5b | |
- address: /dns/sjc-01.mainnet.sui.io/udp/8084 | |
peer-id: af1d5d8468b3612ac2b6ff3ca91e99a71390dbe5b83dea9f6ae2da708d689227 | |
- address: /dns/lhr-00.mainnet.sui.io/udp/8084 | |
peer-id: c619a5e0f8f36eac45118c1f8bda28f0f508e2839042781f1d4a9818043f732c | |
- address: /dns/lhr-01.mainnet.sui.io/udp/8084 | |
peer-id: 53dcedf250f73b1ec83250614498947db00d17c0181020fcdb7b6db12afbc175 | |
authority-store-pruning-config: | |
num-latest-epoch-dbs-to-retain: 3 | |
epoch-db-pruning-period-secs: 3600 | |
num-epochs-to-retain: 18446744073709551615 | |
max-checkpoints-in-batch: 10 | |
max-transactions-in-batch: 1000 | |
use-range-deletion: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment