# 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="https://498124481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5Gl31adnhJ7Q6RLLbEG%2Fuploads%2F3VP4pqkh5igALrf8fldl%2Fsatox-docs-multiple-wallets0.png?alt=media&#x26;token=fa5d5988-6e2b-4f85-b478-bf702ab4eacc" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://498124481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5Gl31adnhJ7Q6RLLbEG%2Fuploads%2FWgSBt5YpRynKsYq3mp2j%2Fsatox-docs-multiple-wallets1.png?alt=media&#x26;token=be16c354-66f1-47a2-98a7-e1cee7c3edf9" 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="https://498124481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5Gl31adnhJ7Q6RLLbEG%2Fuploads%2FbXciLFRTBOgJ8mSF3DR5%2Fsatox-docs-multiple-wallets2.png?alt=media&#x26;token=6e5b9ca2-04bd-4a87-8547-6ae9381c95ba" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://498124481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5Gl31adnhJ7Q6RLLbEG%2Fuploads%2FeJgrcKAA0fGfxvQliJbj%2Fsatox-docs-multiple-wallets3.png?alt=media&#x26;token=7630151e-5ab8-48dd-887a-42f4877d354f" 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.
