We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c14d5 + d46674f commit 8d6b456Copy full SHA for 8d6b456
ouroboros-consensus-cardano/README.md
@@ -371,16 +371,25 @@ The ChainSync miniprotocol will terminate with an exception when it receives a `
371
To point a node to a running ImmDB server, use a topology file like
372
```json
373
{
374
- "Producers": [
+ "bootstrapPeers": [],
375
+ "localRoots": [
376
- "addr": "127.0.0.1",
377
- "port": 3001,
+ "accessPoints": [
378
+ {
379
+ "address": "127.0.0.1",
380
+ "port": 3001
381
+ }
382
+ ],
383
+ "advertise": false,
384
+ "trustable": true,
385
"valency": 1
386
}
- ]
387
388
+ "publicRoots": []
389
390
```
391
392
+See https://developers.cardano.org/docs/operate-a-stake-pool/node-operations/topology/ for more details.
393
394
## snapshot-converter
395
0 commit comments