STEP 8:EXTRACT THE SWT SOFTWARE FOLDER
1. Once the SWT node archive is uploaded on /home/swt/, go back to PuTTY and move to the home folder of “SWT” user in order to run those commands, which locates your uploaded SWT archive.
cd /home/swt/
ls

2. Now extract the SWT_Node_linux_x64_ver_4_2.tar.gz file
tar xzvf Linux_Main-4.2.432.0.tgz

You will get this result:

3. Go into the extracted folder (named 'swtnode') and take a look at the content by typing:
cd swtnode
ls -lrt
Now that everything is in place to run the SWT node, let's go ahead!
PreviousSTEP 7:UPLOAD OF THE SWT SOFTWARE WITH FILEZILLANextSTEP 9:RUNNING THE SWT NODE THROUGH TMUX
Last updated