theta-mainnet-integration-guide icon indicating copy to clipboard operation
theta-mainnet-integration-guide copied to clipboard

unable to start private node. says Cannot open file start !Problem reading file

Open kushagra27 opened this issue 5 years ago • 3 comments

Screenshot from 2019-08-25 11-01-14

kushagra27 avatar Aug 25 '19 05:08 kushagra27

@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

Yoruba avatar Jan 18 '20 16:01 Yoruba

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

powwow22 avatar Jul 17 '21 07:07 powwow22

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

powwow22 avatar Jul 18 '21 11:07 powwow22