Skip to content
Open
Changes from 2 commits
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 registered node that didn't deploy right or doesn't connect. Simply deploy another node without registering, then copy the `config.json` file from the faulty installation to the new node installation both locally and remote. Locally the file will be located on ```~/.darknode/darknodes/YourNodeName/config.json``` and remotely ```/home/darknode/config.json```
Once copied the darknode should atuomatically connect.
Comment thread
loongy marked this conversation as resolved.
Outdated