Replies: 1 comment 2 replies
-
If you installed the dignode tools with sudo, your ~/.dig directory may be owned by root... then when you run "dignode remote set..." as yourself it won't be able to save that server_coin.json file. Try this: sudo chown -R esaung:esaung /home/esaung/.dig ...then run your dignode command again. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Going through the documentation here: https://docs.dig.net/docs/Setup/dignode-setup
running on ubuntu linux on mac mini.
executing the dignode remote set peer command, I am getting this error:
node:internal/process/promises:391
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: EACCES: permission denied, open '/home/esaung/.dig/server_coin.json'] {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/home/esaung/.dig/server_coin.json'
}
any ideas what I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions