# Extra connections (addnodes)

{% embed url="<https://www.youtube.com/watch?v=RXJ6qkR2xgI>" %}

In case we have problems connecting our wallet to the blockchain we need addnodes (peers).

In this guide, we will explain in a few simple steps how to add peers to your wallet.

First of all, let's open our wallet (in our case Sapphire)

Now we go to the top right and we will see the configuration file icon (in our case sapphire.conf).

As seen in the following picture

<figure><img src="/files/6dnPQnD4ppejHgbcdnSV" alt=""><figcaption></figcaption></figure>

Now click on the configuration file icon to open it.

In case Windows asks us which program we want to use to open it, it is advisable to choose Notepad.

<figure><img src="/files/aHgh1mBxm6dK90nUev8g" alt=""><figcaption></figcaption></figure>

Now we go to [<mark style="color:blue;">https://explorer.decenomy.net/</mark>](https://explorer.decenomy.net/) and search for the coin. (in this case Sapphire).

Then we click on the coin to access the "Overview" page.

<figure><img src="/files/lEHKXTp44EOUhGkJnts6" alt=""><figcaption></figcaption></figure>

As we can see on the next screen, we can choose "**Network**" from the left menu.

<figure><img src="/files/QhB5TY3BDei1Qww1OaTv" alt=""><figcaption></figcaption></figure>

Now we choose from the list the option that corresponds to the version of our wallet (in this case 1.5.2.1)

**The version of our wallet can be found at the bottom left when the wallet is opened.**

<figure><img src="/files/m8foehnbIzinSroTB8VP" alt=""><figcaption></figcaption></figure>

Now we click on the "node list" button next to our preferred wallet version, this window will open and we copy the addnodes.

<figure><img src="/files/s4xgFS9EBKudqZANLzvl" alt=""><figcaption></figcaption></figure>

We go back to the Notepad to paste the addnodes.

<figure><img src="/files/tkgh6Jkg2s92xR0oi4S1" alt=""><figcaption></figcaption></figure>

Now we can save and close the configuration file as seen in the picture below:

<figure><img src="/files/sLWiNIGBPEORSmVkNe9y" alt=""><figcaption></figcaption></figure>

Once this is done, we close and restart our wallet to apply the changes.\
Now our wallet is ready to be used!


---

# 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://docs.decenomy.net/tutorials/decenomy-wallet/extra-connections-addnodes.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.
