allada / bsc-archive-snapshot

Free public Binance Smart Chain (BSC) Archive Snapshot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download failed: Unable to locate credential

violethair opened this issue · comments

I tried to dowload but it's failed

+ git clone https://github.com/ledgerwatch/erigon.git
Cloning into 'erigon'...
remote: Enumerating objects: 157783, done.
remote: Counting objects: 100% (639/639), done.
remote: Compressing objects: 100% (359/359), done.
remote: Total 157783 (delta 373), reused 502 (delta 274), pack-reused 157144
Receiving objects: 100% (157783/157783), 214.77 MiB | 33.92 MiB/s, done.
Resolving deltas: 100% (114717/114717), done.
+ sed -i 's/command: erigon /command: erigon --chain bsc /g' /erigon/erigon/docker-compose.yml
+ zfs create -o mountpoint=/erigon/data/erigon tank/erigon_data
+ cd /erigon/data/erigon
+ aws s3 cp --request-payer=requester s3://public-blockchain-snapshots/bsc/erigon-latest.tar.zstd -
+ pv
+ /zstd/zstd --long=31 -d
+ tar -xf -
download failed: s3://public-blockchain-snapshots/bsc/erigon-latest.tar.zstd to - Unable to locate credentials
0.00 B 0:00:00 [0.00 B/s] [<=>                                                             ]
zstd: /*stdin*\: unexpected end of file
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors

I configured awscli and it's worked and downloading.

Thank for your answer.