Skip to content

Instantly share code, notes, and snippets.

@bereska
Created May 21, 2020 23:56
Show Gist options
  • Save bereska/0a4a2237585759fe7efbf8c4fe93635d to your computer and use it in GitHub Desktop.
Save bereska/0a4a2237585759fe7efbf8c4fe93635d to your computer and use it in GitHub Desktop.
pi@btclnd:~/gocode/src/github.com/lightningnetwork/lnd/contractcourt $ sudo systemctl status lnd
● lnd.service - LND Lightning Daemon
Loaded: loaded (/etc/systemd/system/lnd.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2020-05-22 01:52:25 MSK; 1h 0min ago
Main PID: 27446 (lnd)
Tasks: 11 (limit: 2200)
Memory: 51.9M
CGroup: /system.slice/lnd.service
└─27446 /home/pi/gocode/bin/lnd --accept-keysend
May 22 01:52:25 btclnd systemd[1]: Started LND Lightning Daemon.
May 22 01:52:25 btclnd lnd[27446]: 2020-05-22 01:52:25.662 [INF] LTND: Version: 0.10.0-beta commit=v0.10.0-beta-197-g77a4bc97a7a8e3c29559996a9024a6a6edb52cf3, build=production,
May 22 01:52:25 btclnd lnd[27446]: 2020-05-22 01:52:25.663 [INF] LTND: Active chain: Bitcoin (network=mainnet)
May 22 01:52:25 btclnd lnd[27446]: 2020-05-22 01:52:25.663 [INF] LTND: Opening the main database, this might take a few minutes...
May 22 01:52:53 btclnd lnd[27446]: 2020-05-22 01:52:53.272 [INF] CHDB: Checking for schema update: latest_version=13, db_version=13
May 22 01:52:53 btclnd lnd[27446]: 2020-05-22 01:52:53.272 [INF] LTND: Database now open (time_to_open=27.609246418s)!
May 22 01:52:53 btclnd lnd[27446]: 2020-05-22 01:52:53.309 [INF] RPCS: password RPC server listening on 0.0.0.0:10009
May 22 01:52:53 btclnd lnd[27446]: 2020-05-22 01:52:53.310 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080
May 22 01:52:53 btclnd l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment