ledger.banano.trade Open in urlscan Pro
2606:4700:3037::6815:5ff0  Public Scan

URL: https://ledger.banano.trade/
Submission: On March 03 via manual from JP — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

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

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