Problema di Alphanet - attivazione dell'account con faucet
1 risposta
- voti
-
- 2019-08-02
Potresti utilizzareil comando cp di Docker come soluzione alternativa.
Neltuo caso sarebbe qualcosa deltipo:
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
-
Grazie!Finìperfunzionare con unamossa aggiuntiva.Avevobisogno dimettereilfilenella directory/home/tezos del contenitore docker.Quindiil comando originalepuòessere "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
-
L'altroproblema che stavo affrontando che honotatoera cheil clientnonera completamente avviato.Inizialmente hoeseguitoil comando "$./Alphanet clientbootstrapped"e si è concluso affermando cheera "bootstrapped".Tuttavia,quando siguardanoi timestamp,è scadutoin anticipo.Avevobisogno di riavviareilnodopiù voltee di rieseguireilbootstrapper ottenereil client completamentebootstrap.Le operazioninonpossonoessereinseritefinchéiltimestampnon è corrente.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
-
Grazie!Ho aggiornato la rispostain base altuo commento.Thanks! I updated the answer according to your comment.
- 0
- 2019-08-03
- Klassare
Utilizzo Alphanet su un Mac OSXe tuttofunziona correttamente,ma hoincontrato un ostacoloneltentativo di attivare un account con un JSONfaucet. Completamentenuovoper Tezos.
Eseguoil comando:
Quindi ricevo regolarmente questomessaggio dierrore:
Quandoeseguo la shell ./alphanet.she cerconella directory deifile,posso vedereilfilein/tmp.
Ho ancheprovato a specificareilpercorso delfile sulmio sistema,ades.
Ottengo lo stessoerrore di cui sopra. Non so se Dockernonpuò allegareilfile alla suaimmagine omi manca unparametro da qualchepartenellamia configurazione.
Ilnodo è completamentebootstrap,ho creato unportafoglio senzatezziese tutto sembrafunzionarenormalmente. Tuttavia,non riesco ad aggiungeretezziestramite un rubinetto.
Hoguardatoin giro su Internete ho vistoilproblema apparirein alcunipunti,manessuna soluzione reale. Qualsiasi aiuto sarebbemeraviglioso!