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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ OPTIONS:
63
63
--help, -h show help
64
64
```
65
65
66
-
## Running with Docker (recommended)
66
+
## Running with docker-compose (recommended)
67
67
68
68
To run the tool with docker, you can use the following commands:
69
69
@@ -81,6 +81,14 @@ Finally, run the tool with the following command:
81
81
docker-compose up -d
82
82
```
83
83
84
+
In case that you don't want to update de depositor transactions (which can take up to 20 hours), you can set `ONLY_DEPOSITS=true` in the `.env` file and run the tool normally or use the following command:
85
+
86
+
```bash
87
+
ONLY_DEPOSITS=true docker-compose up -d
88
+
```
89
+
90
+
This will set the [`--only-deposits`](#beacon_depositors_transactions) flag to true.
91
+
84
92
## Output
85
93
86
94
The tool will create a database with the following tables:
0 commit comments