Update Keys Save path
This commit is contained in:
parent
db25c493c7
commit
747a2b50c4
@ -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:
|
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.
|
- **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:
|
- **Edit Keys**: To view or edit the keys, the user can use the following command:
|
||||||
```bash
|
```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.
|
This will open the `wallet.txt` file in the `nano` editor, allowing the user to view or make changes to the keys.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user