Banano Ledger Download
Download Banano Ledger File Here! (data.ldb, v25.1, 2024-11-05)
You can download it using wget on Linux.
After downloading, do the following (for Docker nodes):
- (Assuming your newly downloaded data.ldb file is in
~/
, and your BananoData folder is in: ~/BananoData
)
- docker ps to find your container id, e.g.
d975c5544f57
- docker stop d975c5544f57 to stop the container for a while.
- Go to BananoData folder:
cd ~/BananoData
- Rename your old unsynced ldb file (for backup, if you have enough space on your disk):
mv data.ldb data2.ldb
, OR, delete the old file: rm data.ldb
- Move your newly downloaded data.ldb file into your BananoData folder, e.g.
mv ~/data.ldb ~/BananoData
- Restart your Docker container:
docker start d975c5544f57
- Check your block count:
curl -d '{"action": "block_count"}' [::1]:7072