Ejecutando el nodo de Tezos con el modo rodante pero la sincronización comenzó al principio
-
-
Tuve quetomar unainstantáneae importarla a la recolección debasura.Con suerte,gc sucederá automáticamenteen elfuturo.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 respuestas
- votos
-
- 2020-01-23
Utiliceel argumento delmodo de historial alimportar lainstantánea.Estos son lospasos:
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
Noestoy seguro de que OPestéimportando unainstantánea; ¿parece que OP simplemente quiereejecutar unnodomóvil yespera queelnodo se sincronice solo con los 5 últimos ciclos?
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?
Estoyejecutandoelnodo descrito aquí: https://medio.com/@ Jamyye/install-tezos-node-on-ubuntu-18-04-rolling-history-mode-e26598daa3d2 O https://gist.github.com/hclivess/cfbc8eddb1f5692c619036cb47072934 conelmodo rodante ,pero la sincronización comenzó alprincipio y ya usa 50 GB.Revisé lamarca detiempo: $ ./tezos-client obtenermarca detiempo 2018–12–05T16: 55: 20Z ¿Quéestoy haciendomal?