https://github.com/gosunuts/blob-retriever
restore pruned blob for prysm
https://github.com/gosunuts/blob-retriever
4844 blobs prysm
Last synced: about 2 months ago
JSON representation
restore pruned blob for prysm
- Host: GitHub
- URL: https://github.com/gosunuts/blob-retriever
- Owner: gosunuts
- Created: 2024-05-20T08:30:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T11:55:14.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T01:02:59.196Z (9 months ago)
- Topics: 4844, blobs, prysm
- Language: Go
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blob-retriever
restore pruned blob for prysm
## Usage
```
NAME:
blob_retriever - Retrieve and check pruned blobs
USAGE:
blob_retriever [options]
OPTIONS:
--mode value, -m value run mode (retrieve / check)
--api_url value, -u value Beacon node URL
--api_type value, -a value Beacon node network type (any or prysm)
--data_path value, -d value data path to store blobs
--worker value, -w value number of workers
--from value, -f value from slot. minimum is 8626176
--to value, -t value to slot
--help, -h show help
```
## Build and run
make all