-
Notifications
You must be signed in to change notification settings - Fork 66
Hardware
Eric Voskuil edited this page Mar 9, 2017
·
12 revisions
BS uses memory-mapped files to achieve high performance disk I/O. This works with traditional hard disk drives (HDD) but is optimal for solid state drives (SSD). Typically when designing for HDD one must consider aspects of the physical drive in order to achieve high performance.
BS makes no attempt to optimize for HDD, as it was designed for use with SSD. As such it is highly recommended that the blockchain (at least) be stored on a SSD. The blockchain and address index database files for mainnet consume approximately 240GB of disk space when the process is closed (as of March 2017). Room must be allowed for expansion based on configuration.
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build Server
- Download Server
- Frequently Asked Questions
- General Information
- Client Server Interface
- Configuration Settings
- Tutorials