package emergencykit type pageData struct { Css string Content string } type contentData struct { FirstEncryptedKey string SecondEncryptedKey string VerificationCode string CurrentDate string Descriptors string IconHelp string IconPadlock string } const page = `
{{.FirstEncryptedKey}}
{{.SecondEncryptedKey}}
This emergency procedure will help you recover your funds if you are unable to use Muun on your phone.
You wrote this code on paper before creating your Emergency Kit. You’ll need it later.
Go to github.com/muun/recovery and download the tool on your computer.
Run the Recovery Tool and follow the steps. It will safely transfer your funds to a Bitcoin address that you choose.
Contact us at support@muun.com. We’re always there to help.
These descriptors, combined with your keys, specify how to locate your wallet’s funds on the Bitcoin blockchain.
{{ if .Descriptors }} {{.Descriptors}} {{ else }}Output descriptors are part of a developing standard for Recovery that Muun intends to support and is helping grow. Since the standard is in a very early stage, the list above includes some non-standard elements.
When descriptors reach a more mature stage, you’ll be able to take your funds from one wallet to another with complete independence. Muun believes this freedom is at the core of Bitcoin’s promise, and is working towards that goal.
{{.FirstEncryptedKey}}
{{.SecondEncryptedKey}}
Éste procedimiento de emergencia te ayudará a recuperar tus fondos si no puedes usar Muun en tu teléfono.
Lo escribiste en papel antes de crear tu Kit de Emergencia. Lo necesitarás después.
Ingresa en github.com/muun/recovery y descarga la herramienta en tu computadora..
Ejecuta la Herramienta de Recuperación y sigue los pasos. Transferirá tus fondos a una dirección de Bitcoin que elijas.
Contáctanos en support@muun.com. Siempre estamos disponibles para ayudar.
Estos descriptors, combinados con tus claves, indican cómo encontrar los fondos de tu billetera en la blockchain de Bitcoin.
{{ if .Descriptors }} {{.Descriptors}} {{ else }}Los output descriptors son parte de un estándar de recuperación actualmente en desarrollo. Muun tiene la intención de soportar este estándar y apoyar su crecimiento. Dado que se encuentra en una etapa muy temprana, la siguiente lista incluye algunos elementos que aún no están estandarizados.
Cuando los descriptors lleguen a una etapa más madura, podrás llevar tus fondos de una billetera a la otra con completa independencia. Muun cree que ésta libertad es central a la promesa de Bitcoin, y está trabajando para que eso suceda.