@@ -192,7 +192,7 @@ <h2 id="environment-production-mainnet"><a class="header" href="#environment-pro
192192< p > Consulted: SPOs, IOG Tribes, IOG Executive Team</ p >
193193< p > Informed: Cardano Core Tribe, COO, IOG Director of Engineering, IOG VP Community</ p >
194194< h4 id ="configuration-files "> < a class ="header " href ="#configuration-files "> Configuration files</ a > </ h4 >
195- < p > Compatible with cardano-node release < a href ="https://github.com/IntersectMBO/cardano-node/releases/tag/10.2 .1 "> 10.2 .1</ a > </ p >
195+ < p > Compatible with cardano-node release < a href ="https://github.com/IntersectMBO/cardano-node/releases/tag/10.3 .1 "> 10.3 .1</ a > </ p >
196196< pre > < code > NOTE:
197197The non-block-producer node config has `PeerSharing` enabled by
198198default, so should not be used with block-producers.
@@ -206,13 +206,35 @@ <h4 id="configuration-files"><a class="header" href="#configuration-files">Confi
206206< li > < a href ="environments/mainnet/db-sync-config.json "> DB Sync Config</ a > </ li >
207207< li > < a href ="environments/mainnet/submit-api-config.json "> Submit API Config</ a > </ li >
208208< li > < a href ="environments/mainnet/topology.json "> Node Topology</ a > </ li >
209+ < li > < a href ="environments/mainnet/topology-genesis-mode.json "> Node Topology (Genesis mode)</ a > </ li >
209210< li > < a href ="environments/mainnet/topology-non-bootstrap-peers.json "> Node Topology (Non-bootstrap-peers)</ a > </ li >
211+ < li > < a href ="environments/mainnet/peer-snapshot.json "> Peer Snapshot</ a > </ li >
212+ < li > < a href ="environments/mainnet/checkpoints.json "> Checkpoints</ a > </ li >
210213< li > < a href ="environments/mainnet/byron-genesis.json "> Byron Genesis</ a > </ li >
211214< li > < a href ="environments/mainnet/shelley-genesis.json "> Shelley Genesis</ a > </ li >
212215< li > < a href ="environments/mainnet/alonzo-genesis.json "> Alonzo Genesis</ a > </ li >
213216< li > < a href ="environments/mainnet/conway-genesis.json "> Conway Genesis</ a > </ li >
214217< li > < a href ="environments/mainnet/guardrails-script.plutus "> Compiled guardrails script</ a > </ li >
215218</ ul >
219+ < h4 id ="ouroboros-genesis-mode "> < a class ="header " href ="#ouroboros-genesis-mode "> Ouroboros Genesis Mode</ a > </ h4 >
220+ < p > For those preferring to use Genesis mode over bootstrap peers, the Genesis mode
221+ topology file given above can be used in place of the default topology file.
222+ The following requirements will also need to be met:</ p >
223+ < ul >
224+ < li >
225+ < p > The node config file will need to have < code > ConsensusMode</ code > set to < code > GenesisMode</ code > </ p >
226+ </ li >
227+ < li >
228+ < p > The peer snapshot file, provided above, will need to exist at the path
229+ declared at < code > peerSnapshotFile</ code > in the genesis mode topology file: an absolute
230+ path, or a relative path with respect to the node binary directory</ p >
231+ </ li >
232+ < li >
233+ < p > The checkpoints file, provided above, will need to exist at the path
234+ declared at < code > CheckpointsFile</ code > in the node config file: an absolute
235+ path, or a relative path with respect to the config file directory</ p >
236+ </ li >
237+ </ ul >
216238< h4 id ="guardrails-reference-script-utxo "> < a class ="header " href ="#guardrails-reference-script-utxo "> Guardrails reference script UTxO</ a > </ h4 >
217239< p > For convenience, the guardrails script has been put on a UTxO so that it can be used as reference script in
218240Treasury Withdrawal and Protocol Parameter Change proposals.</ p >
0 commit comments