Releases: c29r3/solana-snapshot-finder
0.2.7
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
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
Added scanning for hidden RPCs (with --private-rpc).
--private-rpc hides the RPC ip and port in the getClusterNodes request, but RPC can still work. The script checks the standard RPC port (8899) to find them. This slows down searching and checking, but potentially gives more options for downloading the snapshot.
This can be enabled with an additional flag with no value --without_private_rpc
0.1.8
- servers with slow download speeds are skipped on subsequent retries
- added filtering by --max_latency value
- if latency > max_latency, then such a server is excluded from the list and its download speed is not checked
- added progress bar at the stage of searching for RPC servers with up-to-date snapshots