Add a new node to the testnet

HI @ przemzer , hi everybody

** THE NODE
is fully synchronized with
** THE NETWORK.

if
~~ THE HEIGHT OF YOUR NODE // “height”: 14102588,
should be equal to
~~THE CURRENT NETWORK HEIGHT. // ???

here is the output of the command:

$ lisk-core node:info --pretty

{
    "version": "3.0.3",
    "networkVersion": "3.1",
    "networkIdentifier": "15f0dacc1060e91818224a94286b13aa04279c640bd5d6f193182031d133df7c",
    "lastBlockID": "d3ec08f22161fcc79006c2458f6ff344c5e8bc663e3021121d982f8cbe3cf3ae",
    "height": 14102588,// the height of my node 
    "genesisHeight": 14075260,
    "finalizedHeight": 14075260,
    "syncing": true,  // 
    "unconfirmedTransactions": 0,
     //......
}

MY QUESTION IS WHERE CAN I FIND THE:

<< ~~THE CURRENT NETWORK HEIGHT. // ??? >>

FROM THIS OUTPUT

“syncing”: true, // ???

Thank you.

you can find it here https://testnet.lisk.observer/


also "syncing": true means your node is not synced and is currently syncing

1 Like

Hi coah @przemer

The probleme is now the synchrinization is too slow and I face the following error:

16:34:13 INFO lisk-framework: Starting synchronizer (module=lisk:app)
{
“blockId”: “f89f82e9d60d844a635e5196111a12dd9690290867f4867b718d799dca4db445”,
“height”: 16133727
}
16:34:13 INFO lisk-framework: Triggering: BlockSynchronizationMechanism (module=lisk:app)
16:34:15 ERROR lisk-framework: Error occurred during synchronization. (module=lisk:app)
Message: Event response for ‘rpc-request’ timed out
Trace: TimeoutError: Event response for ‘rpc-request’ timed out
at SCClientSocket._handleEventAckTimeout (/home/lemzo/lisk-core/node_modules/socketcluster-client/lib/scclientsocket.js:678:17)
at Timeout._onTimeout (/home/lemzo/lisk-core/node_modules/socketcluster-client/lib/scclientsocket.js:708:10)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
16:34:20 INFO lisk-framework: Starting synchronizer (module=lisk:app)
{
** “blockId”: “1b1368a8dbd71ac5e6d5dc5e6a0701adec61953262455e0a87c33226da3acc08”,**
** “height”: 16133728**

MY BLOCK HEIGHT: 15755085

What is the explaination of this please?

thank you

I’m not sure why you’re getting the error, but to speed up the syncing process you should import a snapshot, read more about it here → Resetting and synchronizing a node - Lisk Core Docs
Short instruction:

  • Turn off the node
  • lisk-core blockchain:download --network=testnet
  • lisk-core blockchain:import blockchain.db.tar.gz --force
  • Start the node