What is the Testnet?

What is the Testnet?

When we develop our blockchain products Nxt and Ardor we need to perform testing.
For this purpose, we keep another blockchain instance we call Testnet which is similar in functionality to the actual production blockchain also known as Mainnet but uses a worthless token.

When you connect to the testnet you see a Red message saying "You are connected to the TestNet!"
This means that any information you see in the wallet is just test data and does not represent any official amount.
Use this blockchain only for testing.

To turn on testnet add the following property to your nxt.properties file nxt.isTestnet=true and restart your node.
To connect to mainnet remove this property or set it to false.

Specifically, Ardor versions up to 2.0.8e were always connected to testnet. 
Upgrade to the latest version of Ardor in order to connect to mainnet.
    • Related Articles

    • Ardor Scaling Parameters and Constants

      As of version 2.0.12 Parent block time: 1 minute on average Parent transactions per block: 10 ChildChainBlock transaction per chain per block: 1 Child chain transactions per ChildChainBlock transaction on the parent chain: 100 ChildChainBlock ...
    • How to download a copy of the blockchain

      By default, when installing the Nxt/Ardor software as a 'full client' the local wallet automatically finds other remote peers and starts the blockchain download. This process is very secure, since your node re-validates all the transactions during ...
    • Node configuration using the nxt.properties

      The configuration of your Ardor and Nxt nodes is configured using properties set in the nxt.properties file. The nxt.properties file is a text file which can be created using any text editor (notepad on Windows and vi on Linux and Mac will do) Create ...