-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathdata.json
26 lines (26 loc) · 1022 Bytes
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"geth": {
"none": {
"link": "https://complete.snapshots.48.club/geth.fast.45516337.tar.zst",
"md5": "9751649c0bfd4ef65974a30c1056ac95",
"env": {},
"flags": "--history.transactions=90000 --syncmode=full --db.engine=pebble --tries-verify-mode=none"
},
"local": {
"link": "https://complete.snapshots.48.club/geth.full.45499660.tar.zst",
"md5": "c97647b183155c0b5aaddf88110cbf16",
"env": {},
"flags": "--history.transactions=90000 --syncmode=full --db.engine=pebble --tries-verify-mode=local"
}
},
"erigon": {
"fast": {
"link": "https://complete.snapshots.48.club/erigon.45809895.tar.zst",
"md5": "c29e56b7a44df4b098bf1e809f06c1b0",
"env": {
"ERIGON_DISCARD_COMMITMENT": true
},
"flags": "--prune.mode=archive --prune.distance.blocks=90000 --prune.distance=90000 --db.pagesize=16kb"
}
}
}