Nível atual de cadeia de bloco
2 respostas
- votos
-
- 2019-07-31
Vocêpode solicitar a cabeça atual do seunó usando
./Tezos-Cliente RPC Get/Chains/Main/Blocks/Head
(eprocure onívelHash
Informações).Em seguida,use o seublockfavoritopara saber onível da cabeça atual.Alternativamente,o comando
./Tezos-Cliente Bootstrapped com o comandopendurare retornar somente quando onó é sincronizado. You can request the current head of your node using
./tezos-client rpc get /chains/main/blocks/head
(and look for thelevel
andhash
information). Then, use your favorite block explorer to know the level of the current head.Alternatively, the
./tezos-client bootstrapped
command aims to hang and return only when the node is synchronized. -
- 2019-07-31
Aquiestá omeu comandogoto.
tezos-client rpc get /chains/main/blocks/head/ | jq -r '.header.level, .header.timestamp';date --iso-8601=seconds
A saída vaiparecer algo como:
544640 2019-07-31T10:53:57Z 2019-07-31T10:54:10+00:00
Qual é onível dobloco donó,o últimotimestamp doblocoe otimestamp do sistema.
Execute algumas vezes,esperando 10 - 20 segundosnomeio,para obter umaestimativanotempo restantepara alcançar.
Here's my goto command.
tezos-client rpc get /chains/main/blocks/head/ | jq -r '.header.level, .header.timestamp';date --iso-8601=seconds
The output will look something like:
544640 2019-07-31T10:53:57Z 2019-07-31T10:54:10+00:00
Which is the node's block level, the last block timestamp and your system's timestamp.
Run it a few times, waiting 10 - 20 seconds in between, to get an estimate on the time remaining to catch up.
Comoposso obter umnível real de cadeia deblocos donónão sincronizado (via RPC).como obteve quantosblocos restantespara sincronizaçãomeunó?