You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ouroboros-consensus-cardano/README.md
+5-20Lines changed: 5 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,21 +68,6 @@ A block with the corresponding slot number must exist in the ImmutableDB.
68
68
For certain analyses, a snapshot at that slot number must exist in `DB_PATH/ledger/SLOT_NUMBER_db-analyser` - where `SLOT_NUMBER` is the value provided by the user with the `--analyse-from` flag.
69
69
The user can use snapshots created by the node or they can create their own snapshots via db-analyser - see the `--store-ledger` command
70
70
71
-
#### COMMAND
72
-
73
-
There are three options: `byron`, `shelley`, `cardano`. When in doubt which one to use, use `cardano`.
74
-
75
-
*`byron`
76
-
77
-
User should run this if they are dealing with Byron only chain. When the command is `byron` then user must provide `--configByron PATH` pointing to a byron configuration file.
78
-
79
-
*`shelley`
80
-
81
-
User should run this if they are dealing with Shelley only chain (neither Byron nor Allegra or any other era that comes after). When the command is `shelley` then user must provide `--configShelley PATH` pointing to a shelley configuration file. They may also provide `--genesisHash HASH` and `--threshold THRESHOLD`
82
-
83
-
*`cardano`
84
-
User should run this if they are dealing with a `cardano` chain.
85
-
86
71
#### --num-blocks-to-process
87
72
88
73
```
@@ -215,7 +200,7 @@ Suppose we have a local chain database in reachable from `$NODE_HOME`, and we
215
200
want to take a snapshot of the ledger state for slot `100`. Then we can run:
0 commit comments