Layr-Labs / eigenda-operator-setup

Quick start setup guide for EigenDA
MIT License
80 stars 78 forks source link

Error: SRS setup failed. Exiting. #62

Closed eferbarn closed 7 months ago

eferbarn commented 7 months ago

Hi, Why does this happen after running ./run.sh opt-in?

$ sudo ./run.sh opt-in
checking and validating SRS
Downloading srs resources
g1.point does not exist.
Downloading g1 point. This could take upto 5 minutes
./resources/g1.point: Is a directory
g2.point.powerOf2 does not exist.
Downloading g2 point powerOf2. This will take few seconds
./resources/g2.point.powerOf2: Is a directory
validating hashes of g1 and g2 points This could take upto 5 minutes
sha256sum: g1.point: Is a directory
g1.point: FAILED open or read
sha256sum: g2.point.powerOf2: Is a directory
g2.point.powerOf2: FAILED open or read
sha256sum: WARNING: 2 listed files could not be read
Error: Checksums do not match. Exiting.
Error: SRS setup failed. Exiting.

~/eigenda-operator-setup/resources directory:

.
├── cache
│   └── dim...
├── g1.point
├── g2.point
├── g2.point.powerOf2
├── rate-limit-nginx.conf
└── srssha256sums.txt
admsk2 commented 7 months ago

Move g1.point anywhere else (like literally mv g1.point ~/) and run ./run.sh opt-in again

eferbarn commented 7 months ago

Move g1.point anywhere else (like literally mv g1.point ~/) and run ./run.sh opt-in again

Hey there @admsk2, Thank you so much! It worked.

For anyone with the same kind of issues:

$ cd ~/eigenda-operator-setup/resources
$ rm -rf g1.point
$ rm -rf g2.point.powerOf2
$ cd ..
$ ./run.sh opt-in