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

cd Storxdata

cd config

vim *.json

:w (to save it)

:q (to get out)

After successfully changing your wallet, please restart your SRX node using the following commands:

sudo docker-compose -f docker-services.yml down

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

Last updated