How to get tronlink

All jar files available in this release are signed via this GPG key:

  • PUB: BBA2FC19D5F0B54AB1EE072BCA92A5501765E1EC
  • UID: build@nileex.io
  • KeyServer: hkps://keyserver.ubuntu.com

From the download listings below you should see links to the downloadable jar files as well as sig signature files. To verify the authenticity of any jar file, grab the jar and sig files with the same prefix name and then execute the verification process:

Install GPG

brew install gpg

On Debian, Ubuntu and other Linux distributions:

sudo apt install gpg

Import Public Key

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys BBA2FC19D5F0B54AB1EE072BCA92A5501765E1EC

Signature verification

gpg --verify FullNode-Nile-4.7.3.1.jar.sig FullNode-Nile-4.7.3.1.jar

If the signature verification is passed, the following will be returned:

gpg: Signature made Mon 15 Jan 2024 11:18:11 AM UTC using RSA key ID 1765E1EC gpg: Good signature from "build_nileex (build_nileex) " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: BBA2 FC19 D5F0 B54A B1EE 072B CA92 A550 1765 E1EC

Assets

  • FullNode-Nile-4.7.3.1.jar
  • FullNode-Nile-4.7.3.1.jar.sig

Historical Edition:

GreatVoyage-v4.7.3

Notice

New Features

Core

  • TIP-586 Add gRPC interfaces for resource price query #5412
    • GetBandwidthPrices
    • GetEnergyPrices
    • GetMemoFee
    • Optimize database closure.
    • Refine the sequence of resource closure.

    Changes

    • Fix expired transaction check issue when fetching transactions #5460
    • Fix the concurrency issue of getHeadBlockId method #5403
    • Delete unused network configurations #5441
      • node.discovery.public.home.node
      • node.discovery.ping.timeout
      • node.p2p.pingInterval

      API

      • Fix the memory inflation issue in the HTTP monitor module #5332
      • Provide uniform rate limitation configuration rate.limiter.global.api.qps for all HTTP and gRPC APIs #5502
      • Fix input parameter parsing exceptions in the HTTP interfaces #5367#5483
        • /wallet/getReward
        • /wallet/getBrokerage
        • /walletsolidity/getbandwidthprices
        • /wallet/getavailableunfreezecount: support owner_address for GET request.
        • /wallet/getcanwithdrawunfreezeamount: process timestamp as 0 if not provided in GET request.
        • /wallet/getcandelegatedmaxsize: process type as 0 if not provided in GET request.
        • /wallet/getblockbynum: process num as 0 if not provided in GET request.

        Integrity Check

        All jar files available in this release are signed via this GPG key:

        • PUB: 1B294EAB63D3384EBC9E7A4A56B72CE5300161A6
        • UID: build@nileex.io
        • KeyServer: hkps://keyserver.ubuntu.com

        From the download listings below you should see links to the downloadable jar files as well as sig signature files. To verify the authenticity of any jar file, grab the jar and sig files with the same prefix name and then execute the verification process:

        Install GPG

        brew install gpg

        On Debian, Ubuntu and other Linux distributions:

        sudo apt install gpg

        Import Public Key

        gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1B294EAB63D3384EBC9E7A4A56B72CE5300161A6

        Signature verification

        gpg --verify FullNode-Nile-4.7.3.jar.sig FullNode-Nile-4.7.3.jar

        If the signature verification is passed, the following will be returned:

        gpg: Signature made 2023/12/13 17:29:45 gpg: using RSA key 56B72CE5300161A6 gpg: Good signature from "build_nileex (build_nileex) " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 1B29 4EAB 63D3 384E BC9E 7A4A 56B7 2CE5 3001 61A6

        Assets

        • FullNode-Nile-4.7.3.jar
        • FullNode-Nile-4.7.3.jar.sig

Leave a Reply

Your email address will not be published. Required fields are marked *