Tezos 노드를 구축하고 Ubuntu의 소스에서 베이킹을 시작하려면 어떻게해야합니까?
-
-
전체 메인 넷을 다운로드하는 것은 Github의 2GB 제한을 초과하므로 이제 여러 부분으로 나뉩니다..00 및 .01로 끝나는 전체 스냅 샷을 다운로드 한 후 다음 명령을 사용하여 하나의 파일로 추출해야합니다. ``` 고양이mainnet.full. *|xz -d -v -T0>mainnet.importme ``` _note : 입력 정규식을 충족하는 파이프 된 출력이 문제를 일으키는 경우를 대비하여 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
최근에 데비안 컴퓨터에서이 모든 작업을 수행 할 수있는 역할을 작성했습니다. 여기에서 확인할 수 있습니다. 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 노드를 설치하는 방법이 궁금합니다