libotony
libotony
申请节点以及领取奖励可以通过如下两种方式: 1. 通过手机钱包 https://www.vechain.org/ 2. 通过应用 [node manager](https://manager.vechainstats.com/)
由于奖励的计算是比较复杂的,所以领取奖励是中心化系统做的
https://github.com/vechain/connex/tree/master/packages/connex#using-in-nodejs-environment
To diagnose the issue could you try `curl -vvv https://vethor-node.vechain.com/transactsions/{tx_id}` and paste the response here. Also you can try other public nodes listed here https://docs.vechain.org/others/development-resources.html#public-nodes
Any transaction ID is fine for debugging the issue.
> ``` > $ curl -vvv https://vethor-node.vechain.com/transactions/0xab5e6f13f9ae28e5d7bbc11058280a9906ac29091398402302b85b732a6fb583 > * Trying 128.1.34.13:443... > * Connected to vethor-node.vechain.com (128.1.34.13) port 443 (#0) > * ALPN, offering h2 > * ALPN, offering http/1.1...
It's a connection issue, depends on your network setup, the public node setup. `curl -vvv` is the way to do the diagnosis.
> How can you say that without reproducing the error? It's my opinion on this issue, based on my experience, the error was encountered during HTTP request. I tried locally,...
hi @tv-truong, which platform?
Got it, I will forward this message to the team.