github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/start_node.sh (about) 1 #!/bin/bash 2 3 file=$GOPATH/src/github.com/iotexproject/iotex-core/sampleconfig/stonevan/config_$1.yaml 4 echo "Starting node with config file:" $file 5 $GOPATH/src/github.com/iotexproject/iotex-core/bin/server -stderrthreshold=WARNING -log_dir=./log -config=$file 6 7 exit 0