# How to start the node FAQ

Question1 : /config/wallet\_keystore file does not exist. Please save the keystore file in this file.

<pre><code><strong>Answer1:  The/config/wallet_keystore file under the running program was not found. 
</strong>          You need to rename yourself to the keystore file or the newly generated 
          keystore file to wallet_keystore
</code></pre>

Question2 : This compute node is not configured in the dashboard.

```
Answer2:  The calculation node keystore file corresponds to the wallet address, 
          and needs to be bound to the revenue address in the dashborad.
          It can only be started after the binding is completed
```

Question3: usb sn is not found

```
Answer3:    Please check whether the usb is plugged in or 
whether the usb serial number started is filled in correctly
```

Question4: ./calc calc -- usb\_sn XXXX command, if the following error is reported:./calc: error while loading shared libraries: libtdog.so: cannot open shared object file: No such file or directory&#x20;

```json
Answer4:  please execute  source env.sh
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://privasea.gitbook.io/user-node-usage-documentation/comprehensive-guide-to-privanetix-node-acceleration-node-and-workheart-node-setup-and-operation/how-to-start-the-node-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
