mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Delete old sync.sh script
This commit is contained in:
parent
77b47ec351
commit
2237e45a55
15
sync.sh
15
sync.sh
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
cd `dirname $0`
|
||||
|
||||
cargo fmt --all
|
||||
cargo build --all --release
|
||||
|
||||
NETWORK=$1
|
||||
shift
|
||||
|
||||
CMD="target/release/sync --network $NETWORK --db-dir ./db2 --daemon-dir $HOME/.bitcoin"
|
||||
export RUST_LOG=${RUST_LOG-info}
|
||||
$CMD --ignore-mempool $*
|
||||
|
||||
# use SIGINT to quit
|
Loading…
Reference in New Issue
Block a user