An open API service indexing awesome lists of open source software.

https://github.com/kulpreet/libbitcoin-rocksdb-database

RocksDB database for libbitcoin node
https://github.com/kulpreet/libbitcoin-rocksdb-database

Last synced: 4 days ago
JSON representation

RocksDB database for libbitcoin node

Awesome Lists containing this project

README

          

# Libbitcoin RocksDB Database

*RocksDB Database for libbitcoin*

Make sure you have installed
[libbitcoin](https://github.com/libbitcoin/libbitcoin-system)
beforehand according to its build instructions.

Then follow instructions in INSTALL to build rocksdb based
libbitcoin-database library.

Then link the libbitcoin-database to build libbitcoin-node and/or
libbitcoin-server.

**About Libbitcoin RocksDB Database**

RocksDB provides an alternative to libbitcoin's high performance
in-memory database.

This database enables simpler setup of libbitcoin-node and
libbitcoin-server.