mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-29 21:59:27 -07:00
bomputer: init
This commit is contained in:
13
_docker/cmd.sh
Executable file
13
_docker/cmd.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd kibo/parser
|
||||
|
||||
./run.sh \
|
||||
--datadir=/bitcoin \
|
||||
--rpcconnect=$1 \
|
||||
--rpcport=$2 \
|
||||
--rpcuser=$3 \
|
||||
--rpcpassword=$4
|
||||
|
||||
# cd ../server
|
||||
# ./run.sh &
|
||||
Reference in New Issue
Block a user