Variable NodeConfig.testing

If set to true will run in testing mode and use different genesis block (agora.consensus.data.genesis.Test) and TODO: addresses should be different prefix (e.g. TN... for TestNet)

struct NodeConfig
{
  // ...
  bool testing ;
  // ...
}