Solana Snapshot Finder Versions Save

Automatic search and download of snapshots for Solana

0.3.6

1 month ago
  • --ip_blacklist #16
-ipb IP_BLACKLIST, --ip_blacklist IP_BLACKLIST
                        Comma separated list of ip addresse (ip:port) that will be excluded from the scan.
                        Example: -ipb 1.1.1.1:8899,8.8.8.8:8899
  • Distutils fix #17

0.3.3

1 year ago

next retry with flag --with_private_rpc if nothing found

0.3.2

1 year ago

added debug info about skipped RPCs

0.3.1

1 year ago

0.2.8

1 year ago

Added:

  • log system
  • verbose mode -v, --verbose increase output verbosity to DEBUG

0.2.7

1 year ago

Added the ability to exclude snapshots by slot or hash from the snapshot name --blacklist If the same corrupted archive is constantly downloaded, you can exclude it. Specify either the number of the slot you want to exclude, or the hash of the archive name. You can specify several, separated by commas. Example: -b 135501350,135501360 or --blacklist 135501350,some_hash

0.2.6

2 years ago
  • fixed 0 byte bug for incremental
  • added tmp name for snapshot before it will be fully downloaded to prevent start node with broken snapshot

0.2.5

2 years ago

0.2.5 skip snapshot if slots_diff < -100