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: README.md
+35-29Lines changed: 35 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,34 @@ This project use the following dependencies:
11
11
-[BlockFrost](https://blockfrost.dev/). You need to have a account and a subscription.
12
12
-[cncli](https://github.com/cardano-community/cncli) to calculate the slot leaders.
13
13
-[cardano-cli](https://github.com/IntersectMBO/cardano-cli) to query additional data from a RPC node.
14
-
- A valid RPC node
15
-
-You need to download the Genesis configuration files and provide the VRF signing key for each monitored pool.
14
+
- A valid RPC node.
15
+
-Download the [Genesis configuration files](https://book.world.dev.cardano.org/environments.html) and provide the VRF signing key for each monitored pool.
16
16
17
17
## Usage
18
18
19
+
To start the watcher, you need to open a socket connection with your Cardano node. This can be done using the following commands:
Ensure that you have downloaded the [Genesis configuration files](https://book.world.dev.cardano.org/environments.html). You also need to provide the VRF signing key for each monitored pool.
33
+
34
+
Then, to start the watcher, execute the following command:
35
+
19
36
```bash
20
37
./cardano-validator-watcher [flags]
21
38
```
39
+
40
+
If you don't specify a config path, by default, the watcher searches for a `config.yaml` file in the current directory.
41
+
22
42
### Flags
23
43
24
44
| Flag | Description | Default Value | Required |
@@ -49,17 +69,16 @@ This project use the following dependencies:
49
69
The watcher uses a `config.yaml` file in the current working directory by default. Use the `--config` flag to specify a different configuration file.
0 commit comments