mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
14 lines
173 B
Bash
Executable File
14 lines
173 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd kibo/parser
|
|
|
|
./run.sh \
|
|
--datadir=/bitcoin \
|
|
--rpcconnect=$1 \
|
|
--rpcport=$2 \
|
|
--rpcuser=$3 \
|
|
--rpcpassword=$4
|
|
|
|
# cd ../server
|
|
# ./run.sh &
|