Developers
  • SWT PROTOCOL
    • Introduction
    • Accounts
    • Transactions
    • Fees
    • Smart Contracts
  • GETTING STARTED
    • Network Node
      • Introduction
      • STEP 1:RENTING A LINUX VPS
      • STEP 2:INSTALLATION OF PUTTY
      • STEP 3:INSTALLATION OF FILEZILLA
      • STEP 4:VPS CONNECTION AND LINUX CONFIGURATION WITH PUTTY (SSH)
      • STEP 5:HOW TO SECURE YOUR VPS
      • STEP 6:USING TMUX THROUGH PUTTY
      • STEP 7:UPLOAD OF THE SWT SOFTWARE WITH FILEZILLA
      • STEP 8:EXTRACT THE SWT SOFTWARE FOLDER
      • STEP 9:RUNNING THE SWT NODE THROUGH TMUX
      • STEP 10:RUNNING THE MONITORING TOOLS
  • API REFERENCE
    • Apache Thrift API
      • Transactions
      • Blocks
      • Smart contract
      • Tokens
      • Wallets
      • Sync info
      • Data structures
    • REST API
      • GetBlocks()
      • GetNodeInfo()
      • GetBalance()
      • GetWalletInfo()
      • GetTokenBalance()
      • GetTransactionsByWallet()
      • GetTransactionInfo()
      • GetEstimatedFee()
      • GetContractByAddress()
      • GetContractFromTransaction()
      • GetContractMethods()
      • ContractValidation()
      • ContractCall()
      • TransactionPack()
      • TransactionExec()
  • SMART CONTRACTS
    • Creating "Hello-world" Smart Contract
    • Smart Contract Methods
    • Smart Contract Standarts
      • Token Smart Contract
      • Escrow Smart Contract
      • Stable coin Token
  • HOW TO REST API
    • Introduction
    • Retrieve a balance from the blockchain
    • Request a specific transaction from the blockchain
    • Sending Transactions to the SWT Blockchain
    • Validating and deploying a Smart Contract with REST API
Powered by GitBook
On this page
  1. GETTING STARTED
  2. Network Node

STEP 7:UPLOAD OF THE SWT SOFTWARE WITH FILEZILLA

PreviousSTEP 6:USING TMUX THROUGH PUTTYNextSTEP 8:EXTRACT THE SWT SOFTWARE FOLDER

Last updated 9 months ago

In this part, you have to upload SWT node folder on your VPS. But first, you have to download it on your PC or Mac. Download the Linux node software on your computer from the developers portal.

Go to the bottom of the page to find Mainnet versions

With the FileZilla software installed on your computer, you are going to create a secure FTP connection (SFTP) on the Linux VPS in order to upload the Node.tar file (file name will change, depending on the last version released by SWT) to the home folder of the “SWT” user previously created.

Copy the exact name of the SWT file you have just downloaded. You will have to modify the file name in some of our commands and replace it with your SWT software file name in order to avoid any issue.

1. Run FileZilla and you will get opened the following window. Then click on the site manager (in “File” option).

2. Follow the screenshot below to create a new connection and connect on your VPS.

3. Now that you are connected on your VPS through SFTP with FileZilla, you just have to upload the SWT folder on the /home/swt folder.

DOWNLOAD