Skip to content

Commit

Permalink
Explain db folder behavior and config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Nov 27, 2023
1 parent 8ce6b46 commit 9fd45f9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,20 @@ Run the `--help` to view available network options.

```
easy-rider run-node --help
./easy-rider run-node --help
```

Once started `easy-rider` will use `mithril-client` under the hood to download
and verify cardano snapshot and then start the cardano-node.
and verify cardano snapshot and then start the cardano-node. The easiest is to
start the binary from the location of the cloned repo since needed
configuration files for mithril and cardano-node are already there.

When you start `easy-rider` it will use `mithril` to download, verify and
unpack the snapshot into a `db` folder. If the `db` folder is present at the
root of the project `easy-rider` will **NOT** run `mithril`. It will assume
your db is already in sync so you need to make sure to use the same network
again or delete the `db` folder.

### Goals

Expand Down

0 comments on commit 9fd45f9

Please sign in to comment.