tezos-nodeスナップショットインポートコマンドはもう存在しませんか?
-
-
`$./tezos-node--version`を使用する `d272059b(2019-04-08 09:57:21 +0200)`using `$ ./tezos-node --version` `d272059b (2019-04-08 09:57:21 +0200)`
- 0
- 2019-11-16
- petronius
-
スナップショットをエクスポートできるがインポートできない(古い)バージョンのメインネットがあります.ノードを更新する必要があります( `gitpull &&makebuild-deps &&eval $(opamenv)&&make`)There is an (old) version of mainnet where you can export snapshots but not import them. You should update your node (`git pull && make build-deps && eval $(opam env) && make`)
- 0
- 2019-11-16
- vect0r
-
神様...昨日レポをチェックしたので、最新ではありませんでした.突然のインスピレーション: `$git remoteget-url origin` `https://github.com/tezos/tezos.git` !!!正しいリポジトリはgithubではなくgitlabです.この古いミラーを削除する必要があります... @ vect0rに感謝します、それを答えとして追加してください、そして私はそれを受け入れます.God... It couldnt be not up to date, as I checked out the repo yesterday. Sudden inspiration: `$ git remote get-url origin` `https://github.com/tezos/tezos.git` !!! Correct repo is gitlab, not github, they should remove this old mirror... Thanks @vect0r, add that as answer and i'll accept it.
- 0
- 2019-11-17
- petronius
-
うーん、はい.tezosソースはgitlabでホストされています.混乱が少なくなるはずです、私は同意します.Hum, yes. The tezos sources are hosted on gitlab. It should be less confusing, I agree.
- 0
- 2019-11-17
- vect0r
-
1 回答
- 投票
-
- 2019-11-17
ノードが最新ではないようです.次のことを行う必要があります:
-
リポジトリアドレスを確認します: https://gitlab.com/tezos/tezos/(
git remote get-url origin
を使用して確認できます) -
ノードを更新します:
git pull && make build-deps && eval $(opam env) && make
I seems that your node is not up-to-date. You should:
Ensure the repository address: https://gitlab.com/tezos/tezos/ (it can be checked using
git remote get-url origin
)update the node:
git pull && make build-deps && eval $(opam env) && make
ハードドライブを変更したばかりで、.tezos-nodeフォルダーをコピーする代わりに、スナップショットからノードをスピンオフすると思いましたが、インポート操作はもう存在しないようです:
インポートについての言及はありません.何が起こっているのか誰か知っていますか?