bitomc 0.1.4

BitOMC wallet and indexer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

set -euxo pipefail

rm -rf tmp/benchmark
mkdir -p tmp/benchmark

INDEX_SNAPSHOT=$1
HEIGHT_LIMIT=$2

cp $INDEX_SNAPSHOT tmp/benchmark/index.redb

cargo build --release

time ./target/release/bitomc --datadir tmp/benchmark --height-limit $HEIGHT_LIMIT index