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 2:INSTALLATION OF PUTTY

PreviousSTEP 1:RENTING A LINUX VPSNextSTEP 3:INSTALLATION OF FILEZILLA

Last updated 1 year ago

PuTTY is a free client SSH (Secure SHell) and Telnet (Terminal Network) for Windows and Unix platforms, along with an Xterm Terminal Emulator which will allow you to connect to your Linux VPS. P

For windows users, here is the link to download and the install this free software:

For MacOS users, unfortunately you don’t have a .dmg file you can install as easily as the windows version. So, there are two ways to connect on SSH from your MacOS.

  1. Follow this YouTube video that explains how to install PuTTY on your Mac in a few minutes: youtube.com/watch?v=rblQ4y9coGg

  2. Install one of the proposed SSH clients as alternatives in this article: beebom.com/putty-for-mac-free-alternative-ssh-clients

Download PuTTY: latest release (0.76)
Logo