Cannot submit transactions while using light client in Ardor

Cannot submit transactions while using light client in Ardor

This is a known problem we are looking to fix in one of the next releases.
The transaction appears to be submitted but is not being broadcast to the network. No funds are lost or affected.

This problem affects two configurations:
1. Light client which does not download the blockchain
2. Roaming client which works as light client during blockchain download

Workaround: 
Switch to full client

Option 1: Reinstall Ardor without checking the light client option during installation
Option 2: Add the following line to conf/nxt.properties under User directories per product and platform nxt.isLightClient=false

In both cases you'll need to restart your node and wait for the blockchain to finish downloading.


    • Related Articles

    • Why do I sometimes see 0 balance (Light Client mode)

      After starting the Nxt or Ardor client for the first time, the client needs to download a copy of the blockchain. This download process can take a while. During this time the client relies on random remote nodes for it's operation. Some of these ...
    • 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 ...
    • Ardor Block Rewards

      When forging a block in Ardor all transaction fees from the included transactions are rewarded to the forger account except block rewards from transactions of type Child Chain Block which are split between forgers of the last 4 blocks 25% each. The ...
    • 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 ...
    • What is my Ardor account address?

      Your Ardor account address is your Nxt account address just replace the NXT- prefix with ARDOR- prefix. You can even copy/paste an NXT address into ARDOR. And of course your passphrase for Ardor is the same as you Nxt passphrase.