1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 18:10:51 +01:00
electrs/examples
Antoine Poinsot f1d611fe19
Add a 'blocks_dir' option analogous to bitcoind's '-blocksdir'
The '-blocksdir' startup option allows one to store blk*.dat on an
external disk, while keeping the index (blocks/index/) on the same disk.

This makes electrs aware of such an option, while still keeping the same
default behaviour (blk*.dat in '<config_dir>/blocks/').

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2020-06-30 14:46:25 +02:00
..
compact.rs Optimize for low-memory systems by using different RocksDB settings 2018-09-16 09:55:42 +03:00
index.rs Add a 'blocks_dir' option analogous to bitcoind's '-blocksdir' 2020-06-30 14:46:25 +02:00
txid_collisions.rs Add simple transaction ID prefix collision length calculator 2018-10-01 21:15:12 +03:00