Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/gcp/getting-started-on-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,9 @@ You can specify with which [Machine Type](https://cloud.google.com/compute/docs/

```sh
darknode up --name my-first-darknode --gcp --gcp-credentials PATH_TO_YOUR_DOWNLOADED_JSON_FILE --gcp-machine-type f1-micro
```
```

### How to fix a faulty installation/deploy or reinstall

You can use the configuration file to fix a registred darknode that didn't deploy right or for some other reason does'nt connect. simply deploy another darknode without registering, then copy the config.json file from the faulty installation to the new darknode installation both locally and remote. locally the file will be located on ```~/.darknode/darknodes/YourNodeName/config.json``` and remotely ```/home/darknode/config.json```
Comment thread
loongy marked this conversation as resolved.
Outdated
Once copied the darknode should atuomatically connect.