mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 19_1_Verificando_Su_Configuracion_Lightning.md
This commit is contained in:
parent
05ba5ae4c0
commit
0ece71c6af
@ -31,7 +31,7 @@ Si no es así, deberá instalarlo ahora. Desafortunadamente, si está utilizando
|
||||
|
||||
> :book: ***¿Qué es c-lightning?*** Hay tres implementaciones diferentes de Lightning en la actualidad: c-lightning, LND y Eclair. Todos deben ser funcionalmente compatibles, basados en las mismas [RFC de BOLT](https://github.com/lightningnetwork/lightning-rfc/blob/master/00-introduction.md), pero sus detalles de implementación pueden ser diferentes. Hemos elegido c-lightning como base de nuestro curso porque también es parte del mismo [Elements Project](https://github.com/ElementsProject) que también contiene Libwally.
|
||||
|
||||
### Compila el código fuente de c-lightning
|
||||
### Compilar el código fuente de c-lightning
|
||||
|
||||
La instalación de Lightning desde el código fuente debería ser bastante simple si sigue estas instrucciones.
|
||||
|
||||
@ -93,7 +93,7 @@ Si instaló `c-lightning` a mano, ahora deberá iniciarlo:
|
||||
$ nohup lightningd --testnet &
|
||||
```
|
||||
|
||||
### Ejecuta lightningd como servicio
|
||||
### Ejecutar lightningd como servicio
|
||||
|
||||
Si lo prefiere, puede instalar `lightningd` como un servicio que se ejecutará cada vez que reinicie su máquina. Lo siguiente lo hará y comenzará a ejecutarse de inmediato:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user