STEP 9:RUNNING THE SWT NODE THROUGH TMUX
1. STARTING SWT CLIENT NODE

1. Hit CTRL-B and when you're ready, type this:
2. Then start the SWT client node with:
3. Type “g” to generate public and private keys, then press Enter.

4. When you press the ‘G’ key, you will see a sequence of 24 words that you must carefully save in case of losing your private key. You can simply highlight these 24 words with your mouse pointer (it copy them) and paste them in the text editor of your choice.

5. Then it's strongly recommended to choose to Encrypt with password your private key file [1], followed by Enter.

6. You now have the choice between two methods of encryption, the method of encryption by password (P) or the access method by indicating the path of a defined file (F).

7. Press 'P' (encryption method with a password), then enter your password, confirm it a second time and type Enter.

8. After having confirmed the chosen password a second time, you will have the option to display your Public key and your "real" Private key (unencrypted) for 10 seconds, by pressing the 'S' key. Once you have taken note of it with a copy/paste, press the 'ENTER' key to continue the SWT node boot process.



2. PRIVATE AND PUBLIC NODE ADDRESSES BACKUP
3. OPENING NODE WALLET WITH ENCRYPTED PRIVATE KEY

4. SENDING SWT TO THE NODE WALLET
5. REINSTALLING A SWT NODE
1. Move in /home/swt folder:
2. List the repertory:
3. Delete 'swtnode' repertory and its content:
4. Delete your previous tar.gz archive (modify its name in the following command if needed)
5. Now that it's done, you just have to follow again the Step 7 (Upload of the swt software with FileZilla) and Step 8 (Extract the swt software folder) sections.
6. UPDATING A SWT NODE
1. Download the new SWT node release from SWT website.
2. With FileZilla, upload the file into your /home/swt folder.
3. Go back to PuTTY and shut down your current client with CTRL+C (you can then type exit).
4. Restart your node
5. Update and upgrade your VPS
6. Connected as swt user, open Tmux, and type into an empty Tmux panel:
7. IF, AND ONLY IF, a previous backup folder named swtnode_old has already been created and not removed yet (you can check it with ls -lrt command, or in FileZilla), delete it by typing:
8. Create a backup of the actual swtnode folder by renaming it into a folder named swtnode_old:
9. Extract and install the new release (replace the following file name by the exact name of the current release)
10. Then, we move the NodePublic.txt and NodePrivate.txt files located in the swtnode_old folder into the freshly swtnode extracted folder:
11. We also get back the database (check its name with FileZilla):
12. Now, connect to your node folder via Tmux:
13. Restart your node and wait for its total synchronization:
Last updated