# Synchronization

You wallet should synchronize automatically to the main nodes. If after 15 minutes you do not see a change in synchronization, you may need to change it to use a Remote daemon node by doing the next steps. You may also switch to Remote daemon if you do not want to store a copy of the blockchain on your device. NOTE: The wallet would not let you do anything transaction related until it is fully synchronized.

On your BBSCoin GUI wallet, go to Settings on the menu, and select Preferences.

![Settings menu view](/files/LwYH8CRiTuXNeDLifB7x)

A windows like the one shown below will appear, please change the \[ Connection ] options to look like the one pictured. "Remote daemon" must be selected, with Host: node.bbscoin.click, and Port: 21204. Then please click on the \[ SAVE ] button. If the wallet doesn't start to synchronize after changing to "Remote daemon", you may need to File, Exit the program, wait like a minute, then restart the program.

![](/files/OReR1allN00JY6bgm6Qy)

**Note**: If you only use IPv6 and the wallet does not seem to synchronize, please change from node.bbscoin.click to your nearest alternate node from the table below. You may test node delay by using: ping \<nodehostname> from your computer's command prompt. Thanks!&#x20;

<table><thead><tr><th width="539">Alternate cloud based nodes</th><th width="107.33333333333326">IPv4</th><th>IPv6</th></tr></thead><tbody><tr><td>singapore-seed.bbscoin.click</td><td>X</td><td>X</td></tr><tr><td>frankfurt-seed.bbscoin.click</td><td>X</td><td>X</td></tr><tr><td>toronto-seed.bbscoin.click</td><td>X</td><td>X</td></tr><tr><td>us-seed.bbscoin.click</td><td>X</td><td>X</td></tr><tr><td>germany-seed.bbscoin.click</td><td>X</td><td>X</td></tr><tr><td>spain-seed.bbscoin.click</td><td>X</td><td>X</td></tr></tbody></table>


---

# 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.bbscoin.org/wallets/wallet-gui/synchronization.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.
