Update Keys Save path

This commit is contained in:
CryptoBureau 2024-12-03 05:10:32 +01:00
parent db25c493c7
commit 747a2b50c4

View File

@ -99,11 +99,11 @@ The script provides an interactive menu with the following options:
The **Save-Keys** option allows the user to view and manage their Ghost node keys:
- **Key Location**: The user's keys are saved in the file located at `/root/ghost/ghost-node/wallet.txt`.
- **Key Location**: The user's keys are saved in the file located at `/root/wallet.txt`.
- **Check Keys**: The user can check their saved keys by navigating to this file.
- **Edit Keys**: To view or edit the keys, the user can use the following command:
```bash
nano /root/ghost/ghost-node/wallet.txt
nano /root/wallet.txt
```
This will open the `wallet.txt` file in the `nano` editor, allowing the user to view or make changes to the keys.