Tezosノードを構築し、Ubuntuのソースからベイクを開始するにはどうすればよいですか?
-
-
メインネット全体のダウンロードは、Githubの2GBの制限を超えているため、現在複数の部分に分割されています..00および.01で終わる完全なスナップショットをダウンロードした後、次のコマンドを使用して1つのファイルに抽出する必要があります. `` ` catmainnet.full.*|xz -d -v -T0>mainnet.importme `` ` _注:入力正規表現を満たすパイプ出力が問題を引き起こす場合に備えて、Githubの更新されたドキュメントから出力ファイルのサフィックスを.importmeとして残しました_Downloading the full mainnet is broken into multiple pieces now, as its over Github's 2GB limit. After downloading the full snapshot ending in .00 and .01, one must use this command to extract into one file: ``` cat mainnet.full.* | xz -d -v -T0 > mainnet.importme ``` _note: I left the output file suffix as .importme from the updated documentation on Github, just in case the piped output meeting the input regex would break things_
- 0
- 2020-02-20
- mark
-
1 回答
- 投票
-
- 2020-02-18
私は最近、Debianマシンでこれをすべて行うためのansibleロールを作成しました: こちらで確認できます: https://gitlab.com/abate/training-2020-deploy/-/tree/master/ansible
まだ信頼性の低いsshトンネルに取り組んでいますが、残りは機能しているようです.
I recently wrote and ansible role to do all this on debian machines : you can check it out here : https://gitlab.com/abate/training-2020-deploy/-/tree/master/ansible
I'm still working on the ssh tunnel that is not super reliable, but the rest seems working.
-
いいね!機会があればチェックしますNice! I'll check that out when I have a chance
- 0
- 2020-02-19
- Mack Baise
Tezosノードをインストールする方法を知りたいです