Tezos 노드를 어떻게 업그레이드합니까?
2 대답
- 투표
-
- 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
docker
를 사용하고 원하는 네트워크에 대한 최신 이미지를 실행하십시오.Use
docker
and run the latest image for the network you want-
이에 대한 문서가 있습니까?Is there documentation for this?
- 3
- 2019-01-31
- ciTEZen
-
공식 도커 이미 저는 여기에 있습니다 : https://hub.docker.com/r/tezos/tezos/ 공식 문서 사이트에서 docker를 검색하면 몇 가지 정보를 찾을 수 있지만 그다지 훌륭한 리소스는 아닙니다.https://tezos.gitlab.io/master/search.html?q=docker&check_keywords=yes&area=default 이 요지는 더 나은 개요를 제공합니다 : 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
예전에는 전체 노드를 실행했지만 어떻게 든 엉 키게되어 더 이상 새 블록을 다운로드하지 않습니다.나는 그것이 업데이트를 유지하지 않는 것과 관련이 있다고 생각합니다.누군가가 최신 업데이트를 얻기 위해 사용해야하는 명령을 말해 줄 수 있나요?