-
Notifications
You must be signed in to change notification settings - Fork 66
Hardware
Eric Voskuil edited this page Jul 11, 2015
·
12 revisions
Libbitcoin Server 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.
Libbitcoin 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.
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build Server
- Download Server
- Frequently Asked Questions
- General Information
- Client Server Interface
- Configuration Settings
- Tutorials