Skip to content

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.

Clone this wiki locally