Download Banano ledger file here! (data.ldb, v25.1, 2024-03-09)

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