Wallet seed from fast deploy through nknx.org

Hello everyone, i have a VPS and i used the script to install nkn node in it.
It created the wallet and gave me the password.

Now i need to get the seed for this wallet so i can open it as needed.

It is possible to retrieve it from ssh? if so, how?

Many thanks in advance.

1 Like

Hello,
To retrieve the wallet seed via SSH, navigate to the directory where the wallet.json file is stored (typically in the NKN node directory). Use the command cat wallet.json to view its content. The seed should be present in this file. Ensure you handle the wallet file with caution to avoid any security risks. Official Site

Best Regards,
James Carty

Hello,

To get your NKN wallet seed via SSH:

SSH into your node:

ssh user@your-server-ip
Go to the NKN directory:

cd ~/nkn-node
View the wallet file:

cat wallet.json EZDriveMA Mass gov

Best Regard,
Nipo