Closed kilrau closed 5 years ago
After some moments also for lndltc:
kilrau@K-Yoga:~/xud-docker/xud-simnet$ docker-compose logs -f lndltc
Attaching to xud-simnet_lndltc_1
lndltc_1 | 2019-05-23 10:06:59.617 [WRN] LTND: open /root/.lnd/lnd.conf: no such file or directory
lndltc_1 | 2019-05-23 10:06:59.617 [INF] LTND: Version: 0.5.0-beta commit=v0.4.2-beta-1254-g13afd0b4de30c2ddb752b0095fcda3e53c01fc7e, build=production, logging=default
lndltc_1 | 2019-05-23 10:06:59.617 [INF] LTND: Active chain: Litecoin (network=simnet)
lndltc_1 | 2019-05-23 10:06:59.618 [INF] CHDB: Checking for schema update: latest_version=6, db_version=6
lndltc_1 | 2019-05-23 10:06:59.756 [INF] LTND: Primary chain is set to: litecoin
lndltc_1 | 2019-05-23 10:07:01.133 [INF] LNWL: Opened wallet
lndltc_1 | 2019-05-23 10:07:32.242 [INF] LNWL: The wallet has been unlocked without a time limit
lndltc_1 | 2019-05-23 10:07:32.242 [INF] LTND: LightningWallet opened
lndltc_1 | 2019-05-23 10:07:32.242 [INF] LNWL: Catching up block hashes to height 489170, this will take a while...
lndltc_1 | 2019-05-23 10:07:32.249 [INF] HSWC: Restoring in-memory circuit state from disk
lndltc_1 | 2019-05-23 10:07:32.250 [INF] LNWL: Caught up to height 480000
lndltc_1 | 2019-05-23 10:07:32.253 [INF] HSWC: Payment circuits loaded: num_pending=0, num_open=0
lndltc_1 | 2019-05-23 10:07:32.258 [INF] RPCS: RPC server listening on [::]:10009
lndltc_1 | 2019-05-23 10:07:32.259 [INF] RPCS: gRPC proxy started at [::]:8080
lndltc_1 | 2019-05-23 10:07:32.327 [INF] HSWC: Starting HTLC Switch
lndltc_1 | 2019-05-23 10:07:32.327 [INF] NTFN: New block epoch subscription
lndltc_1 | 2019-05-23 10:07:32.327 [INF] NTFN: New block epoch subscription
lndltc_1 | 2019-05-23 10:07:32.327 [INF] NTFN: New block epoch subscription
lndltc_1 | 2019-05-23 10:07:32.327 [INF] UTXN: Processing outputs from missed blocks. Starting with blockHeight=501543, to current blockHeight=489170
lndltc_1 | 2019-05-23 10:07:32.327 [INF] UTXN: UTXO Nursery is now fully synced
lndltc_1 | 2019-05-23 10:07:32.327 [INF] DISC: Authenticated Gossiper is starting
lndltc_1 | 2019-05-23 10:07:32.327 [INF] NTFN: New block epoch subscription
lndltc_1 | 2019-05-23 10:07:32.327 [INF] BRAR: Starting contract observer, watching for breaches.
lndltc_1 | 2019-05-23 10:07:32.328 [INF] CRTR: FilteredChainView starting
lndltc_1 | 2019-05-23 10:07:32.372 [INF] CRTR: Filtering chain using 0 channels active
lndltc_1 | 2019-05-23 10:07:32.372 [INF] CRTR: Prune tip for Channel Graph: height=502040, hash=202ac345261b628e35397ffdb3b50051eaca3240fa19e93bce5ae3937e0fe293
lndltc_1 | 2019-05-23 10:07:32.373 [ERR] SRVR: unable to start server: -1: Block number out of range
lndltc_1 |
lndltc_1 | 2019-05-23 10:07:32.373 [INF] LTND: Shutdown complete
lndltc_1 | -1: Block number out of range
xud-simnet_lndltc_1 exited with code 1
This is a common error when I starting lnd with the layer 1 node starting or syncing. So I just add the restart policy to always
to avoid some unexpected errors crashing the lnd.
Saw that, closing. Will reopen if I encounter it again.