GithubHelp home page GithubHelp logo

Comments (7)

allada avatar allada commented on June 11, 2024 1

Yes, i am currently in the process of updating all the snapshots in preparation for an Erigon version upgrade. Please try back tomorrow.

from bsc-archive-snapshot.

allada avatar allada commented on June 11, 2024 1

Yes the new version that is uploading now had the database upgraded to v2.29.0. The interm snapshot above was on v2.28.1, which will require an additional few hours of indexing the snapshots folder if you need/want to use v2.29.0.

from bsc-archive-snapshot.

naviocean avatar naviocean commented on June 11, 2024

@allada Do I have to download nodes, parlia, and chaindata again?

from bsc-archive-snapshot.

allada avatar allada commented on June 11, 2024

Sadly, probably.

However, because #38 found that the current version that was uploaded is corrupt. There is an interm version that does work that you can use. To download it, you need to run something like:

zfs destroy tank/erigon_data -R -f
s3pcp --requester-pays s3://public-blockchain-snapshots/snap.zfs.zstd | pv | pzstd -p $(nproc) -q -d -f | zfs recv tank/erigon_data

Then mount them with something like:

zfs set mountpoint=/erigon/data tank/erigon_data
zfs set mountpoint=/erigon/data/bsc tank/erigon_data/bsc
zfs set mountpoint=/erigon/data/bsc/chaindata tank/erigon_data/bsc/chaindata
zfs set mountpoint=/erigon/data/bsc/nodes tank/erigon_data/bsc/nodes
zfs set mountpoint=/erigon/data/bsc/parlia tank/erigon_data/bsc/parlia
zfs set mountpoint=/erigon/data/bsc/snapshots tank/erigon_data/bsc/snapshots

Then restart erigon with systemctl start erigon-bsc

This will download and mount all the files in 1 shot.

You'll also need to delete the snapshots it makes or you'll run out of disk space after a while or running it.

See this comment and comments below If you get stuck:
#38 (comment)

from bsc-archive-snapshot.

naviocean avatar naviocean commented on June 11, 2024

@allada does the updating snapshot support Erigon v2.29.0?

from bsc-archive-snapshot.

naviocean avatar naviocean commented on June 11, 2024

@allada thank you so much, I'll try back tomorrow.

from bsc-archive-snapshot.

allada avatar allada commented on June 11, 2024

Closing due to inactivity.

from bsc-archive-snapshot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.