알파넷 노드 실행
2 대답
- 투표
-
-
- 2019-11-07
사용
sudo ./alphanet.sh shell
보다
tezos-node identity generate
하지만이 후에도
Too few connections(0)
오류가 발생했습니다. 이 오류가 발생하면 여기에 작성하십시오. 여기에서 문제 토론에 참여할 수 있습니다. https://gitlab.com/tezos/tezos/issues/614Use
sudo ./alphanet.sh shell
Than
tezos-node identity generate
But even after this i got
Too few connections(0)
error. Please, write here if you will got this error too. You can join issue discussion here https://gitlab.com/tezos/tezos/issues/614
그래서 저는tezos 프로젝트에 좀 더 깊이 들어가고 싶어서 알파넷을 실행하는tezos 노드를 설정하여 약간의 조작을 시도했습니다.
공식 문서에 따라 Mac에서 docker를 사용하여 알파넷을 실행하기위한 최신 컨테이너를 얻었습니다.
지금까지 좋음 :
그러나
andys-imac-pro:tezos andy$ ./alphanet.sh client identity generate
을 실행하면 다음이 발생합니다.Error: Unrecognized command. Try using the man command to get more information.
노드가 실행되지 않는 것 같습니다.
$HOME/.tezos-node/
도없고$HOME/.tezos-alphanet/
폴더 만 있습니다.무엇을 잘못해야합니까? alphanet.sh 스크립트를 사용하여tezos-node 명령을 어떻게 실행합니까?