# Multiple SATOX Wallets

#### Do you have the need to open multiple SATOX Core wallets?&#x20;

## Windows&#x20;

* Open Windows Explorer ( CTRL + E)

<figure><img src="/files/8ksZQ2s9g8jmPFSGNrjQ" alt=""><figcaption></figcaption></figure>

In the address bar, type **%appdata%/satoxcoin** ( Press **Enter**)

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

In this example we have two wallets.

* wallet.dat
* wifes-wallet.dat

*A tip is to have the wallets in the same folder so you don't have to type long paths.*

Create a shortcut to your existing **satoxcoin-qt.exe**.

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

Right click on the newly created shortcut and click on "**Properties**".

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

* In the path to the program we add : **-wallet=wifes-wallet.dat**
* Click "**Apply**" then "**OK**".

**Now we are done!**, just start the new wallet by launching the new shortcut.

So now you can easily change your wallet by closing your default wallet, and opening the new one with the shortcut or vice versa.

## Linux

Add your extra / new **wifes-wallet.dat** to the **.satoxcoin/** folder located in your home directory

**cp wifes-wallet.dat \~/.satoxcoin/**

Now you can just run **satoxcoin-qt -wallet=wifes-wallet.dat** to open the new wallet.


---

# 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.satoverse.io/docs/wallet-troubleshoot/multiple-satox-wallets.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.
