> For the complete documentation index, see [llms.txt](https://docs.harmony.one/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.one/home/network/validators/node-setup/installing-updating/installing-node/using-autonode/extra.md).

# Extra

## Using wallet passphrase from file

We **do not** recommend storing your passphrase in plain text. If you choose to, you can have AutoNode import your wallets passphrase from a file. First, save the passphrase using the following convention:

```
<ONE-address>.pass
```

Then, move the saved passphrase into the harmony wallet passphrase directory using the following command:

```
mv ./path/to/<ONE-address>.pass ~/harmony_wallet_pass/<ONE-address>.pass
```

Then, when you run AutoNode with `auto-node run` it will automatically pick up the passphrase.
