wownero/src/blockchain_converter
warptangent 84fe5fbd65
Add compile-time support for both db implementations: in-memory and LMDB
Usage:

default is lmdb for blockchain branch:
$ make release

same as:
$ DATABASE=lmdb make release

for original in-memory implementation:
$ DATABASE=memory make release
2015-02-02 11:53:09 -08:00
..
blockchain_converter.cpp blockchain_converter: add --testnet for converting testnet blockchain 2015-01-04 19:39:43 -08:00
CMakeLists.txt Add compile-time support for both db implementations: in-memory and LMDB 2015-02-02 11:53:09 -08:00