Install these if you're in a hurry on a reinstall, when you need accurate block timestamps, or when you don't have enough disk space for upgrading. Simply replace the rocksdb in the BananoData folder and then run the correct node version. Keep in mind that the node daemon needs to be stopped while replacing files. Your wallet data is separate from the block data, wallets are stored in wallets.ldb regardless of the DB engine type you configured, so they will not be touched by the pre-built ledger database at all. If you use the code snippets below, adjust data paths accordingly if you don't use standard paths. All database files were vacuumed already. If you don't trust this website, you can run the CLI command to re-validate every single block ("--validate_blocks").
LMDB is the default database engine. Currently there's no pre-built ledger files provided by this website owner.
Use this if you configured your node to use RocksDB engine (config-node.toml: [node.rocksdb] enable = true). File created on 2022-07-16, block count ~38M. Comes with almost all block timestamps and they were checked for accuracy (returns 0 if no plausible timestamp was recorded). All the RocksDB files are contained in a subfolder. Keep in mind that block_count command might not be accurate with this database type, that's why the cemented number may be lower than total block count.
rocksdb's parent folder as tgz, 11.5GB download, 14GB unpacked, via HTTP
rocksdb's parent folder as tgz, 11.5GB download, 14GB unpacked, via HTTPS
wget http://ledgerfiles.banano.cc/rocksdb-banano-2022-07-16.tgz
tar -xvzf ./rocksdb-banano-2022-07-16.tgz -C /root/BananoData/
rm ./rocksdb-banano-2022-07-16.tgz