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
-
公式のDockerイメージャーは次の場所にあります: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
以前はフルノードを実行していましたが、どういうわけか絡まってしまい、新しいブロックをダウンロードしなくなりました.更新を続けていないのと関係があるのではないかと思います.最新のアップデートを入手するために使用する必要のあるコマンドを誰かに教えてもらえますか?