parity-bridge-research/erc20/start_Sokol_home.sh

15 lines
278 B
Bash
Raw Permalink Normal View History

2018-03-14 02:58:33 -07:00
#!/bin/bash
2018-05-15 04:20:45 -07:00
PARITY_BASE="/home/koal/poa"
TASK="sokol_home"
PARITY_CONFIG="Sokol_home.toml"
TASK_WORK_DIR="${PARITY_BASE}/sokol"
2018-03-14 02:58:33 -07:00
2018-05-15 04:20:45 -07:00
#DEBUG_RPC='-l rpc=trace'
#EXTRA_CONFIG='--jsonrpc-hosts="all" --jsonrpc-cors null'
2018-03-14 02:58:33 -07:00
2018-05-15 04:20:45 -07:00
configdir=`dirname $0`
cd ${configdir}
source start_common.sh