Cómo usar la Trezor Wallet con Tails


Requisitos:

Sistema operativo tails en tarjeta SD o pen drive USB

Paso 1: Arrancar el Tails y configurar contraseña como admin (necesario para ejectuar comandos sudo)

Clic en +, debajo de ajustes adicionales, contraseña del administrador, introducir pass, clic en Añadir y finalmente empezar el tails

Paso 2: Establecer conexión usando cable ethernet o el WIFI. Esperar a que el Tor este listo

Paso 3: Set variable de Trezor Bridge con el año actual

TREZOR_BRIDGE_RELEASE_YEAR=2021

Paso 4: Importar clave PGP de "SatoshiLabs

torsocks curl https://trezor.io/security/satoshilabs-${TREZOR_BRIDGE_RELEASE_YEAR}-signing-key.asc | gpg --import

Paso 5: Set variable de Trezor Bridge con la versión actual

Paso 6: Descargar Trezor Bridge

torsocks curl -O https://wallet.trezor.io/data/bridge/${TREZOR_BRIDGE_RELEASE_SEMVER}/trezor-bridge_${TREZOR_BRIDGE_RELEASE_SEMVER}_amd64.deb

Paso 7 : Verificar el release de Trezor Bridge

gpg --verify trezor-bridge_${TREZOR_BRIDGE_RELEASE_SEMVER}_amd64.deb

Paso 8 : Instalar Trezor Bridge

sudo dpkg -i trezor-bridge_${TREZOR_BRIDGE_RELEASE_SEMVER}_amd64.deb

Paso 9 : Configurar IP tables

sudo iptables -I OUTPUT 3 -o lo -s 127.0.0.1/32 -d 127.0.0.1/32 -p tcp --dport 21325 --syn -m owner --uid-owner amnesia -m conntrack --ctstate NEW -j ACCEPT

Paso 10: Configurar el Tor Browser

about:config

network.proxy.no_proxies_on    :      127.0.0.1:21325
network.http.referer.hideOnionSource    :  false

Abrir Wallet de Trezor