¿Cómo comprobar si el firmante remoto funciona como se esperaba?
3 respuestas
- votos
-
- 2019-04-03
Simplementeprefiero haceresto ...es una solicitud directaparafirmar datos sinningunaposibilidad de olvidar agregarelindicador
--dry-run
.tezos-client sign bytes 0x03 for <tz alias or tz address>
Aquí
0x03
es cualquiernúmero aleatorio antiguo.Puedeponer aquí cualquier valor hexadecimal.Sielfirmante remotoestáfuncionando,recibirá unmensaje como:Signature: sigPab0p1MdqojAaNTvASSvLo4ULEujfNFurF71EdoruABoPLLwmSxEDJf4NfQx8nJi3ncjfMEJbiWojTDXDUB8wNF5fgFIbA
I just prefer to do this...it's a direct request to sign data without any possibility of forgetting to add the
--dry-run
flag.tezos-client sign bytes 0x03 for <tz alias or tz address>
Here
0x03
is just any old random number. You could put any hex value here. If the remote signer is working you'll get back a message like:Signature: sigPab0p1MdqojAaNTvASSvLo4ULEujfNFurF71EdoruABoPLLwmSxEDJf4NfQx8nJi3ncjfMEJbiWojTDXDUB8wNF5fgFIbA
-
- 2019-02-24
Me di cuenta de quepuede usar la opción
--dry-run
en la declaracióntransfer
para queelnodoenvíe latransacción alfirmante remotopara que lafirme,y ustedpuede comprobar los registros delfirmante remotopara ver sitodofuncionabien ono.--dry-run
noenviará realmente latransacción a la red.I figured out that you can use the
--dry-run
option in thetransfer
statement so that node will send transaction to remote-signer to sign, and you can check the remote-signer logs to see if everything is working fine or not.--dry-run
will not actually send the transaction to the network.-
Tengaen cuenta que las opciones --dry-run (o -D)tienen que aparecer alfinal del comando ... unpocoinusual.Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.
- 2
- 2019-02-24
- nurikabe
-
- 2019-02-24
Otra opción sería utilizar Kiln.Kilnmonitorea a supanadero y lenotificará sipierde alguna oportunidad de horneado o respaldo (lo queindicará queelfirmantenoestá).
Puedeencontrarlo aquí .
Another option would be to use Kiln. Kiln monitors your baker and will notify you if you miss any baking or endorsement opportunities (which will indicate that the signer is down).
It can be found here.
-
Esoesbuenoparamonitorear,perono quieroesperarmi operación de horneado o respaldopara saber simi configuraciónestáfuncionando ono,y luegoperdermi horneado/respaldo si la configuraciónnoestabafuncionando.Quiero saber antes demi operación de horneado/endoso.That is good for monitoring but i don't want to wait for my baking or endorsement operation to know if my setup is working or not, and then miss my baking/endorsement if the setup was not working. I want to know before my baking/endorsement operation.
- 1
- 2019-02-25
- Sachin Tomar
-
Estono responde a lapregunta deningunamanera.OPpreguntó cómoprobar queel "firmante"estáfuncionando yeste softwareno lo hará.This does not answer the question in any way. OP asked how to test that `signer` is working and this software will not do so.
- 2
- 2019-02-25
- utdrmac
-
No directamenteno,sinoindirectamente ♂️ Solointento ayudar.Peroparece que --dry-runes unenfoque decenteNot directly no, but indirectly ♂️ Just trying to help. But seems like the --dry-run is a decent approach
- 1
- 2019-02-25
- asbjornenge
¿Cómo sé queel socket delfirmante remotoiniciadofunciona correctamente y acepta solicitudes defirma demi servidor Baker sinenviar realmente unatransacción detransferencia?
Enestemomento,solo hago unatransferencia
.00005
de<key1>
a<key2>
soloparaprobar sielfirmante remotola configuraciónestáfuncionando.¿Existe alguna otraforma como cualquiertransacción que requierafirmaperono requieratransferencia detz?