¿Por qué no se reconoce mi billetera faucet en Alphanet?
-
-
Explique conmás detalle lo que hizo,lo queesperaba que sucediera y lo que sucedióen su lugar.Please explain in more detail what you did, what you expected to happen, and what happened instead.
- 2
- 2019-02-26
- Tom
-
Estimado Tom,estaes laentrada y la salida.easy @easy-VPCEJ2M1E: ~ $ ./alphanet.sh reiniciar Deteniendo alphanet_endorser-003-PsddFKi3_1 ... hecho ... Elguiónestá actualizado. ... Creando alphanet_endorser-003-PsddFKi3_1 ... hecho easy @easy-VPCEJ2M1E: ~ $ ./alphanet.sh cliente activa la cuenta alice con "contenedor: '/home/easy/Downloads/tz1YpvKafoN8vw8fAR12ijey9MX3LHLqGydA.json'" alphanet: Extrayendo detezos/tezos Resumen: sha256: 9e0530c93507c6d59422278facfa138ef5e282813db5ee045413e9e9026696e9 Estado: laimagenestá actualizadaparatezos/tezos: alphanet lstat/home/easy/':noexistetal archivo o directorioDear 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
-
Espero queentiendasesto.Hope you understand this.
- 1
- 2019-02-26
- Easy Aloha
-
Si solo deseaprobar la demostración de VIAZ,puede sermásfácil usar la cuenta defaucet con unabilletera liviana como TezBox; aquí hay unaguía: https://github.com/viazofficial/web-app/blob/master/ALPHA_DEMO.md (noesnecesarioejecutar unnodo completopara usar la demostración de 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
-
Tuve unproblema similar:elnodoen alphanetestabafuncionando,peronopodía realizarninguna operación confaucet.Ejecutarelnodonofue suficiente.Enmi caso,elnodo aúnno se habíainiciadopor completo,estaes la razón.Puede comenzar verificando si sunodo se arrancópor completo;ejecuteesto: ./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 respuestas
- votos
-
- 2019-03-02
Intentaría omitir las comillas simples deeseparámetro
container:
.Sospecho queelnivel adicional de cotizaciónestá causandoproblemas.Es decir,intente:./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"
-
Estoyejecutando Ubuntu 18.03 LTSen unamáquina con Intel dentro de Corei5,y con Docker y Docker Compose he configurado con éxito unnodoen ejecuciónen Alphanet. Descargué unabilletera defaucet,sinembargo,no se reconoce. ¿Quéestoy haciendomal? Podría ser algomuy simple,debido a queno soy unprogramadorexperimentado. Conestabilleterame gustaríaprobar lafuncionalidad de VIAZ. Graciaspor ayudarme.
Estos son lospasos queprobé: