The open fintech platform for emerging markets

Download Toronet

Version 1.10.3

You can download the latest stable 64-bit release of Toronet for our main platforms below. For packages supporting all platforms and development builds, please see further down the page. If you prefer to install Toronet and related tools using your preferred package manager, refer to our installation guide.

Instructions Guide

Prerequisite

  • Open port 30311 (TCP) for Toronet mainnet
  • Open port 30312 (TCP) for Toronet testnet

For Linux

  • Make the binary executable

Toronet Mainnet

  • To start a new Toronet mainnet node or resume an existing Toronet mainnet node

or simply

  • To attach to javascript console

or simply

Toronet Testnet

  • To start a new Toronet testnet node or resume an existing Toronet testnet node
  • To attach to javascript console

Miscellaneous

  • The default P2P port is 30311 for Toronet mainnet and 30312 for Toronet testnet
  • Find the data folder in the data subfolder under the same directory as the executable.
  • The default IPC name is toromain.ipc for Toronet mainnet and torotest.ipc for Toronet testnet.
  • For Windows, find the IPC in \\.\pipe\toromain.ipc for Toronet mainnet and \\.\pipe\torotest.ipc for Toronet testnet.
  • For other systems, find the corresponding IPC in the data folder.
  • To open RPC, add –http –http.corsdomain “*” –http.api “web3,eth,net” to the command line.
  • The default RPC port is 8501 for Toronet mainnet and 8502 for Toronet testnet.