Herramientas de usuario

Herramientas del sitio


personas:brolin:proyectos:blockchain

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
personas:brolin:proyectos:blockchain [2021/07/11 15:35] brolinpersonas:brolin:proyectos:blockchain [2021/07/11 17:44] – [Lightning Network] brolin
Línea 15: Línea 15:
   * Lightning is a layer-2 payment network built on top of layer-1, Bitcoin. This layer-2 network consists of nodes running the Lightning Network protocol, with bidirectional payment channels open between them. These payment channels allow for many fast payments to be made between nodes without the slower on-chain, layer-1 transactions. There is no need to wait for layer-1 block confirmations when making Lightning payments in established channels. Channels are opened and closed with an on-chain transaction while any number of Lightning payments can be made so long as the channels remain open and funded.    * Lightning is a layer-2 payment network built on top of layer-1, Bitcoin. This layer-2 network consists of nodes running the Lightning Network protocol, with bidirectional payment channels open between them. These payment channels allow for many fast payments to be made between nodes without the slower on-chain, layer-1 transactions. There is no need to wait for layer-1 block confirmations when making Lightning payments in established channels. Channels are opened and closed with an on-chain transaction while any number of Lightning payments can be made so long as the channels remain open and funded. 
   * Montaje de nodo de esta red -> https://www.econoalchemist.com/post/build-a-self-custodial-lightning-node-with-raspiblitz#viewer-er5g1   * Montaje de nodo de esta red -> https://www.econoalchemist.com/post/build-a-self-custodial-lightning-node-with-raspiblitz#viewer-er5g1
-  * ¿Cómo verificar la firma GPG de la imagen descarga?+  * ¿Cómo verificar la firma GPG de la imagen descarga? -> https://www.gnupg.org/gph/en/manual/x135.html 
 +    <code> 
 +   Download Raspberry Pi Foundation Public Keys from https://www.raspberrypi.org/raspberrypi_downloads.gpg.key 
 +$ gpg --import raspberrypi_downloads.gpg.key  
 +> gpg: key 8738CD6B956F460C: 1 firma no comprobada por falta de una clave 
 +> gpg: clave 8738CD6B956F460C: clave pública "Raspberry Pi Downloads Signing Key" importada 
 +> gpg: Cantidad total procesada: 1 
 +> gpg:               importadas:
 +> gpg: no se encuentran claves absolutamente fiables 
 + 
 +$ gpg --verify 2021-05-07-raspios-buster-arm64.zip.sig 2021-05-07-raspios-buster-arm64.zip 
 +> gpg: Firmado el vie 28 may 2021 09:00:36 -05 
 +> gpg:                usando RSA clave 54C3DD610D9D1B4AF82A37758738CD6B956F460C 
 +> gpg: Firma correcta de "Raspberry Pi Downloads Signing Key" [desconocido] 
 +> gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza! 
 +> gpg:          No hay indicios de que la firma pertenezca al propietario. 
 +> Huellas dactilares de la clave primaria: 54C3 DD61 0D9D 1B4A F82A  3775 8738 CD6B 956F 460C 
 +    </code>
personas/brolin/proyectos/blockchain.txt · Última modificación: 2024/01/24 19:25 por brolin