Bor v2.7.1-beta for Amoy

Hi everyone,

We have released Bor v2.7.1-beta, This release includes a few bor optimizations for stability and performance improvement.

Steps for upgrading Bor node

  1. Stop bor service

    sudo service bor stop
    
    
  2. Install Bor with a version tag, network name (amoy, mainnet), and node type (sentry, validator, or archive).

    # Replace the network & node_type
    curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.7.1-beta <network> <node_type>
    
    
  3. Check bor version

    /usr/bin/bor version
    
    # It should print 
    # v2.7.1-beta
    
    
  4. Restart bor service

    sudo service bor start
    
    

Full Changelog: https://github.com/0xPolygon/bor/releases/tag/v2.7.1-beta

Thanks,

Polygon Team