solana-snapshot-finder

Automatic search and download of snapshots for Solana

GPL-3.0 License

Stars
159
Committers
5

Bot releases are hidden (Show)

solana-snapshot-finder - 0.1.3

Published by c29r3 almost 3 years ago

Limit number of checking rpc nodes per cycle.

  • If we assume that 1 slot = 400 ms, and the download speed check time is 15 seconds. Then for 1 check the snapshot lags behind by 37.5 slots, for 10 by 375 slots. num_of_rpc_to_check = 10
measurement_time = 15 sec
slot_time = 400 ms
measurement_time / slot_time = 37.5 slots per check
solana-snapshot-finder -

Published by c29r3 about 3 years ago

  • added retry attempts on unsuccessful snapshot search
  • filtered uncompressed archives (.tar). Uncompressed archives weigh approximately 26 GB, .zst archives ~ 8GB