¿Cómo actualizo un nodo de Tezos?
2 respuestas
- votos
-
- 2019-01-29
git checkout mainnet && git pull && make build-deps && eval $(opam env) && make
git checkout mainnet && git pull && make build-deps && eval $(opam env) && make
-
- 2019-01-29
Utilice
docker
yejecute laimagenmás recientepara la red que deseeUse
docker
and run the latest image for the network you want-
¿Existe documentaciónparaesto?Is there documentation for this?
- 3
- 2019-01-31
- ciTEZen
-
Elgenerador deimágenes de Docker oficial seencuentra aquí: https://hub.docker.com/r/tezos/tezos/ Sibusca Dockeren el sitio oficial de documentos,puedeencontrarinformación,pero admito quenoes un recursotanbuenoparaello.https://tezos.gitlab.io/master/search.html?q=docker&check_keywords=yes&area=default Estaesenciaproporciona unamejor descripcióngeneralen mi humilde opinión: https://gist.github.com/sirneb/8419e41aea4f2d5770555301006cea20The official docker imager are located here: https://hub.docker.com/r/tezos/tezos/ If you search for docker on the official docs site you can find some information, but I'll admit it's not that great a resource for it. https://tezos.gitlab.io/master/search.html?q=docker&check_keywords=yes&area=default This gist provides a better overview imho: https://gist.github.com/sirneb/8419e41aea4f2d5770555301006cea20
- 4
- 2019-01-31
- asbjornenge
Solíaejecutar unnodo completo,pero luego de algunamanera seenredó y ahora yano descarganuevosbloques.Sospecho quetiene algo que ver con queno lomantenga actualizado.¿Alguienpodría decirme los comandos quenecesito usarpara obtener la actualizaciónmás reciente?