Docker -alphanet에서 계정 활성화 오류
-
-
내 스크립트에`-dbasedir` (테 조스 클라이언트 디렉토리)가 있습니다. 추가하는 데 도움이 되나요?`tezos-client -A $ NODE_HOST -d $basedir --waitnone $faucet --force로 계정 "$ account"활성화I notice my script has a `-d basedir` (your tezos client dir), does it help adding that? `tezos-client -A $NODE_HOST -d $basedir --wait none activate account "$account" with $faucet --force`
- 0
- 2019-03-27
- asbjornenge
-
제안 해주셔서 감사합니다.Thanks for the suggestion, though that didn't make any difference for me
- 0
- 2019-03-27
- TestSubject
-
비슷한 문제가 있습니다. 제 경우에는 명령이 인식되지 않는다는 메시지가 표시됩니다. runman이면 activate 명령이 존재하지 않습니다.nicosampler @nfd-ubuntu : ~ $ ./alphanet.sh 클라이언트는 "container :tz1MzsE4cocSfss5cnav8UWzxnbrrZH32Rij.json"을 사용하여 계정 테스트를 활성화합니다. 오류 : 인식 할 수없는 명령입니다.자세한 정보를 얻으려면man 명령을 사용하십시오.I'm having a similar problem, in my case it says that the command is not recognized, if a run man, the activate command does not exists. nicosampler@nfd-ubuntu:~$ ./alphanet.sh client activate account test with "container:tz1MzsE4cocSfss5cnav8UWzxnbrrZH32Rij.json" Error: Unrecognized command. Try using the man command to get more information.
- 1
- 2019-08-27
- Nicolas Dominguez
-
1 대답
- 투표
-
- 2019-09-17
노드가 아직 알파넷 전체 블록과 동기화되지 않은 것 같습니다.
도커를 시작한 후 또는 다음 명령을 실행하는 소스에서 빌드하는 경우
./tezos-node run --rpc-addr 127.0.0.1:8732 --connections 10
블록이 완전히 동기화 될 때까지 기다려야 블록이 다음 명령을 실행하는지 확인할 수 있습니다.
./tezos-client bootstrapped
타임 스탬프 및 유효성 검사가 표시되면 지금 진행할 수 있습니다.
I think you node hadn't sync with the alphanet full block yet.
after start your docker or if you build from source that execute this bellow command
./tezos-node run --rpc-addr 127.0.0.1:8732 --connections 10
You need to wait until the block fully sync, to verify the block execute bellow command:
./tezos-client bootstrapped
If you see the timestamp and validation then it's should be able to go now.
이 명령을 실행하는 데 오류가 있습니다.
그리고 얻은 결과 :
아이디어가 있습니까?