Como faço para atualizar um nó de Tezos?
2 respostas
- 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
Use
docker
e execute aimagemmais recentepara a rede que você desejaUse
docker
and run the latest image for the network you want-
Existe documentaçãoparaisso?Is there documentation for this?
- 3
- 2019-01-31
- ciTEZen
-
O Imager Oficial Dockerestá localizado aqui: https://hub.docker.com/r/tezos/tezos/ Se vocêprocurarpor Dockerno site oficial do Docs,vocêpodeencontrar algumasinformações,maseu admito quenão étãogrande um recursoparaisso.https://tezos.gitlab.io/master/search.html?q=docker&check_keywords=yes&area=default. Esta Gistfornece umamelhor visãogeral IMHO: 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
Eu useiparaexecutar umnó completo,mas de algumaformaficouemaranhadoe agoranãoestámaisbaixandonovosblocos.Eu suspeito quetem algo a ver comigonãomantê-lo atualizado.Alguémpoderiame dizer os comandos queeupreciso usarpara obter amaisnova atualização?