snapshots.lbry.com is down #2

Open
opened 2021-03-14 02:21:30 +01:00 by stefansundin · 2 comments
stefansundin commented 2021-03-14 02:21:30 +01:00 (Migrated from github.com)

Hello.

I have been trying to get a snapshot for a while now, but snapshots.lbry.com has been returning 522 errors for over a week now. Looks like Cloudflare is being used as a CDN for the snapshots, and it is having problems connecting to the backend.

Trying to get this file: https://snapshots.lbry.com/blockchain/blockchain_snapshot_914289_v0.17.3.2_2021-02-16.tar.bz2

However, after digging around in this repository for a little bit, I realized that these files are stored on S3. So I am currently in the process of downloading the file from https://s3.us-east-2.amazonaws.com/snapshots.lbry.com/blockchain/blockchain_snapshot_914289_v0.17.3.2_2021-02-16.tar.bz2

Maybe you should consider releasing these over bittorrent instead? Along with a gpg signature or something.

Thanks!

Edit

I am getting better download speeds with the aws cli:

aws s3 cp s3://snapshots.lbry.com/blockchain/blockchain_snapshot_914289_v0.17.3.2_2021-02-16.tar.bz2 . --no-sign-request
Hello. I have been trying to get a snapshot for a while now, but snapshots.lbry.com has been returning 522 errors for over a week now. Looks like Cloudflare is being used as a CDN for the snapshots, and it is having problems connecting to the backend. Trying to get this file: https://snapshots.lbry.com/blockchain/blockchain_snapshot_914289_v0.17.3.2_2021-02-16.tar.bz2 However, after digging around in this repository for a little bit, I realized that these files are stored on S3. So I am currently in the process of downloading the file from https://s3.us-east-2.amazonaws.com/snapshots.lbry.com/blockchain/blockchain_snapshot_914289_v0.17.3.2_2021-02-16.tar.bz2 Maybe you should consider releasing these over bittorrent instead? Along with a gpg signature or something. Thanks! ## Edit I am getting better download speeds with the aws cli: ``` aws s3 cp s3://snapshots.lbry.com/blockchain/blockchain_snapshot_914289_v0.17.3.2_2021-02-16.tar.bz2 . --no-sign-request ```
lyoshenka commented 2021-04-05 21:54:20 +02:00 (Migrated from github.com)

Thanks for reporting this. It's fixed.

Thanks for reporting this. It's fixed.
stefansundin commented 2021-04-05 22:25:45 +02:00 (Migrated from github.com)

@lyoshenka Thanks! And I think it would be a great idea to investigate using BitTorrent to distribute these snapshots. And maybe gpg sign them as well.

@lyoshenka Thanks! And I think it would be a great idea to investigate using BitTorrent to distribute these snapshots. And maybe gpg sign them as well.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/snapshots#2
No description provided.