theta-mainnet-integration-guide
theta-mainnet-integration-guide copied to clipboard
unable to start private node. says Cannot open file start !Problem reading file
@kushagra27
Did you run the following cmd's
cd $THETA_HOME
cp -r ./integration/privatenet ../privatenet
mkdir ~/.thetacli
cp -r ./integration/privatenet/thetacli/* ~/.thetacli/
chmod 700 ~/.thetacli/keys/encrypted
I too am having trouble here. did follow the CMD's.
powwow@powwow:~/go/src/github.com/thetatoken/theta$ make test_unit go test -timeout 45s `glide novendor` -tags=unit /bin/sh: 1: glide: not found can't load package: package .: no Go files in /home/powwow/go/src/github.com/thetatoken/theta make: *** [Makefile:36: test_unit] 오류 1
gotten to this point too.. but no success reading file. even after the following commands were executed.
cd $THETA_HOME cp -r ./integration/privatenet ../privatenet mkdir ~/.thetacli cp -r ./integration/privatenet/thetacli/* ~/.thetacli/ chmod 700 ~/.thetacli/keys/encrypted
powwow@powwow:~/go/src/github.com/thetatoken/theta$ theta start --config=../privatenet/node Cannot open file start !Problem reading file