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
- Host: GitHub
- URL: https://github.com/kulpreet/libbitcoin-rocksdb-database
- Owner: kulpreet
- License: other
- Created: 2020-12-24T07:20:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T17:34:24.000Z (over 5 years ago)
- Last Synced: 2025-03-26T14:26:50.742Z (over 1 year ago)
- Language: C++
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
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.