> For the complete documentation index, see [llms.txt](https://docs.syanodes.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syanodes.my.id/story/useful-commands.md).

# Useful commands

```bash
//
```

### WALLET MANAGEMENT

{% hint style="info" %}
*Add Wallet Specify the value \<wallet> with your own wallet name*
{% endhint %}

```bash
//
```

### VALIDATOR MANAGEMENT

{% hint style="info" %}
*Please adjust , MONIKER , YOUR\_KEYBASE\_ID , YOUR\_DETAILS , YOUR\_WEBSITE\_URL*
{% endhint %}

```bash
//
```

### TOKEN MANAGEMENT

```bash
//
```

### GOVERNANCE

```bash
//
```

### SERVICES MANAGEMENT

```bash
//
```

### UTILITY

```bash
//
```

### DELETE NODE

{% hint style="warning" %} <mark style="color:red;">**WARNING! Use this command wisely Backup your key first it will remove node from your system**</mark>
{% endhint %}

```bash
sudo systemctl stop story story-geth && sudo systemctl disable story story-geth && sudo rm /etc/systemd/system/story.service /etc/systemd/system/story-geth.service && sudo systemctl daemon-reload && sudo rm -rf $(which story) && rm -rf $HOME/.story
```
