Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kushagra27 opened this issue Aug 25, 2019 · 3 comments

Comments

@kushagra27
Copy link

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

@Yoruba
Copy link
Contributor

Yoruba commented Jan 18, 2020

@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

@powwow22
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Yoruba @kushagra27 @powwow22 and others