Alphanet의 수도꼭지 지갑이 인식되지 않는 이유는 무엇입니까?
-
-
귀하가 한 일,예상 한 일 및 대신 발생한 일을 자세히 설명해주십시오.Please explain in more detail what you did, what you expected to happen, and what happened instead.
- 2
- 2019-02-26
- Tom
-
Tom에게,이것이 입력과 출력입니다.easy @easy-VPCEJ2M1E : ~ $ ./alphanet.sh 다시 시작 alphanet_endorser-003-PsddFKi3_1 중지 중 ... 완료 ... 스크립트가 최신 상태입니다. ... alphanet_endorser-003-PsddFKi3_1 생성 중 ... 완료 easy @easy-VPCEJ2M1E : ~ $ ./alphanet.sh 클라이언트는 "container : '/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json'"로 계정 alice를 활성화합니다. alphanet :tezos/tezos에서 가져 오기 다이제스트 : sha256 : 9e0530c93507c6d59422278facfa138ef5e282813db5ee045413e9e9026696e9 상태 :tezos/tezos : alphanet의 이미지가 최신 상태입니다. lstat/home/easy/': 그러한 파일이나 디렉토리가 없습니다.Dear Tom, this is the input and output. easy@easy-VPCEJ2M1E:~$ ./alphanet.sh restart Stopping alphanet_endorser-003-PsddFKi3_1 ... done ... The script is up to date. ... Creating alphanet_endorser-003-PsddFKi3_1 ... done easy@easy-VPCEJ2M1E:~$ ./alphanet.sh client activate account alice with "container:'/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json'" alphanet: Pulling from tezos/tezos Digest: sha256:9e0530c93507c6d59422278facfa138ef5e282813db5ee045413e9e9026696e9 Status: Image is up to date for tezos/tezos:alphanet lstat /home/easy/': no such file or directory
- 1
- 2019-02-26
- Easy Aloha
-
이해하시기 바랍니다.Hope you understand this.
- 1
- 2019-02-26
- Easy Aloha
-
VIAZ 데모를 테스트하고 싶다면 TezBox와 같은 가벼운 지갑으로 수도꼭지 계정을 사용하는 것이 더 쉬울 수 있습니다. 여기 가이드가 있습니다 : https://github.com/viazofficial/web-app/blob/master/ALPHA_DEMO.md (viaz 데모를 사용하기 위해 전체 노드를 실행할 필요가 없습니다)If you are just wanting to test the VIAZ demo, it may be easier to use the faucet account with light wallet like TezBox - here's a guide: https://github.com/viazofficial/web-app/blob/master/ALPHA_DEMO.md (you don't need to run a full node to use the viaz demo)
- 0
- 2019-02-27
- Stephen Andrews
-
비슷한 문제가 발생했습니다. alphanet의 노드가 작동했지만 수도꼭지로 작업을 수행 할 수 없었습니다.실행중인 노드가 충분하지 않습니다.제 경우에는 노드가 아직 완전히 부트 스트랩되지 않았기 때문에 이것이 그 이유입니다.노드가 완전히 부트 스트랩되었는지 확인하여 시작할 수 있습니다. 다음을 실행하십시오. ./tezos-clientbootstrappedI had a similar problem - node on alphanet was working, but could not make any operations with faucet. Running node was not enough. In my case the node wasn't completely bootstrapped yet, this is why. You can start by checking if your node was bootstrapped completely - run this: ./tezos-client bootstrapped
- 1
- 2019-02-27
- indigo
-
2 대답
- 투표
-
- 2019-03-02
container:
매개 변수에서 작은 따옴표를 생략하려고합니다.추가 수준의 인용이 문제를 일으키고 있다고 생각합니다.즉,시도해보십시오../alphanet.sh client activate account alice with "container:/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json"
I would try leaving out the single quotes from that
container:
parameter. I suspect that the extra level of quoting is causing problems. That is, try:./alphanet.sh client activate account alice with "container:/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json"
-
Corei5 내부에 Intel이있는 컴퓨터에서 Ubuntu 18.03 LTS를 실행하고 있으며 Docker 및 Docker Compose를 사용하여 Alphanet에서 실행중인 노드를 성공적으로 설정했습니다. 수도꼭지 지갑을 다운로드했는데 인식되지 않습니다. 내가 도대체 뭘 잘못하고있는 겁니까? 제가 경험 많은 프로그래머가 아니기 때문에 매우 간단 할 수 있습니다. 이 지갑으로 VIAZ의 기능을 테스트하고 싶습니다. 도와 주셔서 감사합니다.
다음은 시도한 단계입니다.