> For the complete documentation index, see [llms.txt](https://storx.gitbook.io/welcome-to-storx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://storx.gitbook.io/welcome-to-storx/storx-node/install-and-update/change-and-configure-wallet-address.md).

# Change & Configure Wallet Address

Steps: Note: (Please use the delete key on your keyboard when deleting the old address inside the vim editor)

`cd StorX-Node`&#x20;

`cd Storxdata`&#x20;

`cd config`&#x20;

`vim *.json`&#x20;

`:w (to save it)`&#x20;

`:q (to get out)`

After successfully changing your wallet, please restart your SRX node using the following commands:&#x20;

`sudo docker-compose -f docker-services.yml down`&#x20;

`sudo docker-compose -f docker-services.yml up -d`
