Esecuzione del nodo Tezos in modalità rolling ma la sincronizzazione è iniziata all'inizio
-
-
Ho dovuto scattare un'istantaneae importarlain Garbage Collection.Si spera chegc avvenga automaticamentein futuro.I've had to take a snapshot and import it to garbage collect. Hopefully gc will happen automatically in the future.
- 1
- 2019-05-13
- Richard Ayotte
-
2 risposta
- voti
-
- 2020-01-23
Utilizza l'argomento dellamodalità cronologia durante l'importazione dell'istantanea.Questi sonoi passaggi:
rm -rf .tezos-node/{context,store,version.json} tezos-node snapshot import "${SNAPSHOT_FILENAME}" --history-mode=experimental-rolling tezos-node config init tezos-node run --history-mode=experimental-rolling --rpc-addr=127.0.0.1:8732 --connections=20 --bootstrap-threshold=3
Use the history-mode argument when importing the snapshot. These are the steps:
rm -rf .tezos-node/{context,store,version.json} tezos-node snapshot import "${SNAPSHOT_FILENAME}" --history-mode=experimental-rolling tezos-node config init tezos-node run --history-mode=experimental-rolling --rpc-addr=127.0.0.1:8732 --connections=20 --bootstrap-threshold=3
-
- 2020-02-23
Non sono sicuro che OP stiaimportando un'istantanea: sembra che OP voglia semplicementeeseguire unnodoin rotazionee si aspetti cheilnodo si sincronizzi solo congli ultimi 5 cicli?
Im not sure that OP is importing a snapshot - seems OP simply wants to run a rolling node, and expects the node to sync itself with only the 5 latest cycles?
Stoeseguendoilnodo descritto qui: https://medium.com/@ Jamyye/install-tezos-node-on-ubuntu-18-04-rolling-history-mode-e26598daa3d2 O https://gist.github.com/hclivess/cfbc8eddb1f5692c619036cb47072934 con lamodalità a rotazione ma la sincronizzazione èiniziata all'inizioe utilizzagià 50 GB.Ho controllatoiltimestamp: $ ./tezos-client ottieneiltimestamp 2018–12–05T16: 55: 20Z Cosa stofacendo di sbagliato?