Steps To Change The lightning Node Password

1. Switch to the below directory.

  • cd/usr/local/go/src/github.com/scripttoken/scriptnet/node/key/encrypted

2. Download the key which is in the above directory on your local.

3. Then, login to the wallet application.

  • (https://wallet.script.tv/unlock/keystore-file) with the same key and node password.

4. After logged in to the wallet application , switch to the setting tab and reset your password.

5. Then, upload the new key generated from the wallet application to the same server directory and replace it with the new key and run the below mentioned command.

  • mv {key}.keystore {key}

6. Now, switch to the directory and run the following command.

  • cd /usr/local/go/src/github.com/scripttoken/script

  • make install

7. After successful compilation of code, you need to go to background process where node is running. Terminate the process and run the command with new password.

Last updated