How to Confirm if the Test Node Setup Was Successful?

I’ve performed a health check using GraphQL, and it seems to be normal.

{
  "data": {
    "health": true
  }
}

However, I want to confirm how long it takes for the block synchronization. It has been 2 hours since I completed the setup. Currently, when I query for the latest block height, it shows:

{
  "data": {
    "blocks": {
      "nodes": [
        {
          "id": "0xb1807ca9f2eec7e459b866ecf69b68679fc6b205a9a85c16bd4943d1bfc6fb2a",
          "transactions": []
        }
      ]
    }
  }
}
1 Like

Hi @luz33c perhaps you can try to configure your wallet to use your local node and see if you can send a transaction.

2 Likes

I used my node to trade but it was not successful, do you know what is the reason?

how about a simply transfer of tokens from one wallet to another ?

perhaps you can try to configure your wallet to use your local node

How does one do that?

I just started running a testnet node and was wondering how it knows to connect my public key