Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,15 @@ For optimal performance when running a Banano node, consider the following hardw
| Processor | 2 CPU 2.5GHz |
| | 4 CPU for Voting/Principal Nodes |
| RAM | 4 GB+ depending on network load and transaction volume |
| Storage | 50GB SSD/NVMe (Current Ledger ~25GB LMDB) |
| Storage | 60GB SSD/NVMe (Current Ledger ~30GB LMDB) |
| Network Connection | 1TB Bandwidth, 24/7 Connectivity |

## Additional Notes

- The script supports easy SSL setup using Let's Encrypt if a domain name is provided.
- To expedite the synchronization process, you can enable fast-syncing by using the `-f` option. This allows you to download the latest ledger files for quicker synchronization.
- The script automatically updates the Banano Node Monitor configuration file, including essential information such as the node's RPC IP, account address, node name, and other relevant settings.
- If you choose to install with fast-syncing, please make sure to have room for twice the ledger file, because you may have to extract from an archive of the ledger file.

## Talk to the Banano node Command Line Interface (CLI)

Expand Down