AlphaNet Problem - Activing Conta com torneira
1 responda
- votos
-
- 2019-08-02
Vocêpoderia usar o Docker's comando cp como uma solução alternativa.
.No seu caso seria algo como:
docker cp tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json alphanet_node_1:/home/tezos/tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json ./alphanet.sh client activate account myfaucet with tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json
You could use Docker's cp command as a workaround.
In your case it would be something like:
docker cp tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json alphanet_node_1:/home/tezos/tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json ./alphanet.sh client activate account myfaucet with tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json
-
Obrigado!Que acaboutrabalhando com ummovimento adicional.Euprecisava colocar o arquivono diretório/home/tezos do contêiner de docker.Então o comando originalpode ser "Docker cptz1zvjxu9vzt76urltv6chzmpu1zka5yv4qx.json alphanet_node_1:/home/tezos/tz1zvjxu9vzt76urltv6chzmpu1zka5yv4qx.json"Thank you! That ended up working with one additional move. I needed to put the file into the /home/tezos directory of the docker container. So the original command can be "docker cp tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json alphanet_node_1:/home/tezos/tz1Zvjxu9Vzt76uRLtV6CHZMPu1zKA5YV4QX.json"
- 1
- 2019-08-03
- bmagierski
-
A outra questão queeuestavaenfrentandoeunoteifoi que o clientenãoeratotalmentebootstrapped.Eu originalmente corri o comando "$./Alphaanet Client Bootstrapped"e terminou afirmando queera "bootstrapped".Noentanto,ao olharpara os carimbos de hora,ele começou cedo.Euprecisava reiniciar onó várias vezese executarnovamente o Bootstrappedpara obter o clientetotalmentebootstrapped.As operaçõesnãopodem serinjetadas até que o carimbo de hora seja atual.The other issue I was facing I noticed was that the client was not fully bootstrapped. I originally ran the command "$./alphanet client bootstrapped" and it ended stating that it was "bootstrapped". However, when looking at the time stamps, it timed out early. I needed to restart the node multiple times and re-run bootstrapped to get the client fully bootstrapped. Operations cannot be injected until the time stamp is current.
- 0
- 2019-08-03
- bmagierski
-
Obrigado!Eu atualizei a resposta de acordo com o seu comentário.Thanks! I updated the answer according to your comment.
- 0
- 2019-08-03
- Klassare
Estouexecutando o Alphanetem um Mac OSXe tenhotudo correndobem,mas atingi um roadblocktentando ativar uma conta com umatorneira JSON. Totalmentenovopara Tezos.
Euexecuto o comando:
Entãoeu regularmente receboestamensagem deerro:
Quandoeuexecuto o shell ./alphanet.she olheno diretório de arquivos lá,posso ver o arquivoem/tmp.
Eutambémtentei especificar o caminhopara o arquivonomeu sistema -e.
Eu recebo omesmoerro acima. Eunão sei se o Dockernãopode anexar o arquivo à suaimagem ouestoufaltando umparâmetroem algum lugarnaminha configuração.
Onó étotalmentebootstrapped,criei uma carteira sem Teebzies,e tudoparece corrernormalmente. Noentanto,eu simplesmentenão consigo adicionar Tebzzies através de umatorneira.
Eu olheiportoda a Internete vejo oproblema aparecerem alguns lugares,masnão há soluções reais. Qualquer ajuda seriamaravilhosa!