Created
May 22, 2020 11:04
-
-
Save bereska/a44aa05ea02cb33cd367b99ee996ca46 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@btclnd:/home/pi/gocode/src/github.com/lightningnetwork/lnd/contractcourt# tail -f /mnt/hdd/.lnd/logs/bitcoin/mainnet/lnd.log | |
2020-05-22 11:44:30.058 [INF] LTND: Opening the main database, this might take a few minutes... | |
2020-05-22 11:45:22.501 [INF] CHDB: Checking for schema update: latest_version=13, db_version=13 | |
2020-05-22 11:45:22.502 [INF] LTND: Database now open (time_to_open=52.443319159s)! | |
2020-05-22 11:45:22.545 [INF] RPCS: password RPC server listening on 0.0.0.0:10009 | |
2020-05-22 11:45:22.549 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 | |
2020-05-22 11:45:22.550 [INF] LTND: Waiting for wallet encryption password. Use `lncli create` to create a wallet, `lncli unlock` to unlock an existing wallet, or `lncli changepassword` to change the password of an existing wallet and unlock it. | |
2020-05-22 11:55:07.099 [INF] LTND: Received terminated | |
2020-05-22 11:55:07.100 [INF] LTND: Shutting down... | |
2020-05-22 11:55:07.100 [INF] LTND: Gracefully shutting down. | |
2020-05-22 11:55:07.102 [ERR] LTND: unable to set up wallet password listeners: shutting down | |
2020-05-22 13:07:39.613 [INF] LTND: Version: 0.10.0-beta commit=v0.10.0-beta-197-g77a4bc97a7a8e3c29559996a9024a6a6edb52cf3, build=production, logging=default | |
2020-05-22 13:07:39.615 [INF] LTND: Active chain: Bitcoin (network=mainnet) | |
2020-05-22 13:07:39.615 [INF] LTND: Opening the main database, this might take a few minutes... | |
2020-05-22 13:08:37.355 [INF] CHDB: Checking for schema update: latest_version=13, db_version=13 | |
2020-05-22 13:08:37.357 [INF] LTND: Database now open (time_to_open=57.741481156s)! | |
2020-05-22 13:08:37.464 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 | |
2020-05-22 13:08:37.454 [INF] RPCS: password RPC server listening on 0.0.0.0:10009 | |
2020-05-22 13:08:37.470 [INF] LTND: Waiting for wallet encryption password. Use `lncli create` to create a wallet, `lncli unlock` to unlock an existing wallet, or `lncli changepassword` to change the password of an existing wallet and unlock it. | |
2020-05-22 13:09:26.854 [INF] LNWL: Opened wallet | |
2020-05-22 13:09:27.372 [INF] LTND: Primary chain is set to: bitcoin | |
2020-05-22 13:09:27.622 [INF] LTND: Initializing bitcoind backed fee estimator in CONSERVATIVE mode | |
2020-05-22 13:09:27.622 [INF] LNWL: Started listening for bitcoind block notifications via ZMQ on 127.0.0.1:28332 | |
2020-05-22 13:09:27.622 [INF] LNWL: Started listening for bitcoind transaction notifications via ZMQ on 127.0.0.1:28333 | |
2020-05-22 13:09:33.188 [INF] LNWL: The wallet has been unlocked without a time limit | |
2020-05-22 13:09:33.254 [INF] LTND: LightningWallet opened | |
2020-05-22 13:09:33.348 [INF] HSWC: Restoring in-memory circuit state from disk | |
2020-05-22 13:09:33.360 [INF] HSWC: Payment circuits loaded: num_pending=0, num_open=0 | |
2020-05-22 13:09:33.469 [INF] HSWC: Trimming open circuits for chan_id=622332:1781:1, start_htlc_id=2 | |
2020-05-22 13:09:33.968 [INF] LTND: Channel backup proxy channel notifier starting | |
2020-05-22 13:09:33.974 [INF] ATPL: Instantiating autopilot with active=false, max_channels=5, allocation=0.600000, min_chan_size=20000, max_chan_size=16777215, private=false, min_confs=1, conf_target=3 | |
2020-05-22 13:09:33.985 [INF] RPCS: gRPC proxy started at 127.0.0.1:8080 | |
2020-05-22 13:09:33.985 [INF] RPCS: RPC server listening on 0.0.0.0:10009 | |
2020-05-22 13:09:33.987 [INF] LTND: Waiting for chain backend to finish sync, start_height=631290 | |
2020-05-22 13:09:34.637 [INF] LNWL: Started rescan from block 0000000000000000000de846f94fd40d17567b9b14b8a2fe93a1ce8bf2dc2310 (height 631282) for 84 addresses | |
2020-05-22 13:09:59.474 [INF] LNWL: Catching up block hashes to height 631290, this might take a while | |
2020-05-22 13:09:59.496 [INF] LNWL: Done catching up block hashes | |
2020-05-22 13:09:59.497 [INF] LNWL: Finished rescan for 84 addresses (synced to block 00000000000000000006a79db771a7b534b3ee2cb1f972caf0678549c26e2b1c, height 631290) | |
2020-05-22 13:10:00.048 [INF] LTND: Chain backend is fully synced (end_height=631290)! | |
2020-05-22 13:10:00.080 [INF] PRNF: PeerNotifier starting | |
2020-05-22 13:10:00.130 [INF] NTFN: New block epoch subscription | |
2020-05-22 13:10:00.137 [INF] HSWC: Starting HTLC Switch | |
2020-05-22 13:10:00.137 [INF] NTFN: New block epoch subscription | |
2020-05-22 13:10:00.335 [INF] LNWL: Removed invalid transaction: (*wire.MsgTx)(0x32b4d00)({ | |
Version: (int32) 2, | |
TxIn: ([]*wire.TxIn) (len=3 cap=3) { | |
(*wire.TxIn)(0x30b4540)({ | |
PreviousOutPoint: (wire.OutPoint) 3be18fbca03b3500c1467de0a31bfa0e2a1accaa32f1a30eb22907d700aa0b5c:1, | |
SignatureScript: ([]uint8) { | |
}, | |
Witness: (wire.TxWitness) (len=2 cap=2) { | |
([]uint8) (len=72 cap=72) { | |
00000000 30 45 02 21 00 e4 2c ec 49 cb a6 db c7 fb 88 21 |0E.!..,.I......!| | |
00000010 59 22 ff 32 19 cc 18 39 39 37 45 1f 49 aa b9 31 |Y".2...997E.I..1| | |
00000020 af 6c 38 29 c9 02 20 7e ff 5e 9f d3 fc 5b 93 44 |.l8).. ~.^...[.D| | |
00000030 9f 30 71 87 9c e6 89 5d c7 2c 64 c2 df 3e 26 9d |.0q....].,d..>&.| | |
00000040 8d 72 0f b3 3b b7 e2 01 |.r..;...| | |
}, | |
([]uint8) (len=33 cap=33) { | |
00000000 02 05 b7 33 59 ec b1 7f 50 b5 ac ea 62 dc 83 28 |...3Y...P...b..(| | |
00000010 15 1d 4b 8a e1 db 80 81 98 f0 48 ee 3e d1 9e 2b |..K.......H.>..+| | |
00000020 d4 |.| | |
} | |
}, | |
Sequence: (uint32) 0 | |
}), | |
(*wire.TxIn)(0x30b4580)({ | |
PreviousOutPoint: (wire.OutPoint) d9489bd02ca4406392a60d6e778f296ea2cf66edaf3f610061921eedcdf84c5f:1, | |
SignatureScript: ([]uint8) { | |
}, | |
Witness: (wire.TxWitness) (len=2 cap=2) { | |
([]uint8) (len=71 cap=71) { | |
00000000 30 44 02 20 23 c3 fb 23 52 05 ee 6b 2d 90 de 35 |0D. #..#R..k-..5| | |
00000010 7e c8 91 4c 5b 9b 24 bb b6 fa da e0 bf 29 fb d2 |~..L[.$......)..| | |
00000020 25 ae 64 3a 02 20 24 b9 a3 03 a6 f5 15 06 bb bc |%.d:. $.........| | |
00000030 04 d4 6e 34 ca 7f a2 8b 6f bd bd 11 28 4a 83 fb |..n4....o...(J..| | |
00000040 94 b8 57 ec 93 2f 01 |..W../.| | |
}, | |
([]uint8) (len=33 cap=33) { | |
00000000 03 71 71 dc 31 10 02 6b 6e 54 2e ee 27 74 0d 94 |.qq.1..knT..'t..| | |
00000010 e5 88 26 13 ca ee 47 a0 26 e8 e6 ca ef 4c 57 b4 |..&...G.&....LW.| | |
00000020 e1 |.| | |
} | |
}, | |
Sequence: (uint32) 0 | |
}), | |
(*wire.TxIn)(0x30b45c0)({ | |
PreviousOutPoint: (wire.OutPoint) 8831bd4552604b6d350a77be308860aac4bee309bec5c2a33a06959dffeec101:0, | |
SignatureScript: ([]uint8) { | |
}, | |
Witness: (wire.TxWitness) (len=2 cap=2) { | |
([]uint8) (len=72 cap=72) { | |
00000000 30 45 02 21 00 d5 3a b3 54 99 56 04 81 f2 02 ed |0E.!..:.T.V.....| | |
00000010 17 64 ec 3a 76 46 2b c2 8d f9 85 54 47 98 d0 53 |.d.:vF+....TG..S| | |
00000020 fd e3 75 0e a3 02 20 2d de 78 b0 2a a5 9e 99 21 |..u... -.x.*...!| | |
00000030 21 57 d2 97 86 05 35 f3 8a 47 74 29 81 f2 75 6d |!W....5..Gt)..um| | |
00000040 ce db 61 8b bd 32 1f 01 |..a..2..| | |
}, | |
([]uint8) (len=33 cap=33) { | |
00000000 02 d0 e8 b9 75 ff 28 6e 8d 19 05 8e a2 48 1f 5d |....u.(n.....H.]| | |
00000010 0d 3d b6 14 a8 3e 27 0f ef 0a d3 eb 2e 6e 49 5d |.=...>'......nI]| | |
00000020 da |.| | |
} | |
}, | |
Sequence: (uint32) 0 | |
}) | |
}, | |
TxOut: ([]*wire.TxOut) (len=1 cap=1) { | |
(*wire.TxOut)(0x32b4d40)({ | |
Value: (int64) 325286, | |
PkScript: ([]uint8) (len=22 cap=22) { | |
00000000 00 14 22 4a be ef 2f 91 a5 06 95 e2 a8 92 74 bd |.."J../.......t.| | |
00000010 14 47 35 16 d6 71 |.G5..q| | |
} | |
}) | |
}, | |
LockTime: (uint32) 622147 | |
}) | |
2020-05-22 13:10:00.337 [INF] NTFN: New block epoch subscription | |
2020-05-22 13:10:00.433 [INF] NTFN: New block epoch subscription | |
2020-05-22 13:10:00.479 [INF] CNCT: Creating ChannelArbitrators for 3 active channels | |
2020-05-22 13:10:00.482 [INF] NTFN: New block epoch subscription | |
2020-05-22 13:10:00.482 [INF] NTFN: New block epoch subscription | |
2020-05-22 13:10:00.483 [INF] NTFN: New block epoch subscription | |
2020-05-22 13:10:00.511 [INF] NTFN: New spend subscription: spend_id=1, outpoint=f029b45a579b89dabbd7b80b0ed84215dea37c8acfc0eda13ce9eebb82f8945f:1, script=0 55f813c2b6cace6cec9f9915e80484f01c234c99c451cd9412eb6f5f0965811e, height_hint=631282 | |
2020-05-22 13:10:00.511 [INF] NTFN: Dispatching historical spend rescan for outpoint=f029b45a579b89dabbd7b80b0ed84215dea37c8acfc0eda13ce9eebb82f8945f:1, script=0 55f813c2b6cace6cec9f9915e80484f01c234c99c451cd9412eb6f5f0965811e, start=631282, end=631290 | |
2020-05-22 13:10:00.511 [INF] NTFN: New spend subscription: spend_id=2, outpoint=8860eafc5f8570e115bdad8e4e9379ede5f72e496fe8627107a5a2332d7457a9:0, script=0 01828c8befde6fd248dbd6530b7aad657941b79044d7cbfc5ad41e29e7a5f801, height_hint=631282 | |
2020-05-22 13:10:00.512 [INF] NTFN: Dispatching historical spend rescan for outpoint=8860eafc5f8570e115bdad8e4e9379ede5f72e496fe8627107a5a2332d7457a9:0, script=0 01828c8befde6fd248dbd6530b7aad657941b79044d7cbfc5ad41e29e7a5f801, start=631282, end=631290 | |
2020-05-22 13:10:00.513 [INF] NTFN: New spend subscription: spend_id=3, outpoint=b450e05e740a5da8ef9731ab50770e7f3ddc9aabc4d70533e7ffb9f7531ddda8:0, script=0 e399add0f329b4c9e81ce85bf79e0ec4aad6f75a3f72eaee27b86db71516326a, height_hint=623336 | |
2020-05-22 13:10:00.514 [INF] NTFN: Dispatching historical spend rescan for outpoint=b450e05e740a5da8ef9731ab50770e7f3ddc9aabc4d70533e7ffb9f7531ddda8:0, script=0 e399add0f329b4c9e81ce85bf79e0ec4aad6f75a3f72eaee27b86db71516326a, start=623336, end=631290 | |
2020-05-22 13:10:00.620 [INF] CNCT: Close observer for ChannelPoint(f029b45a579b89dabbd7b80b0ed84215dea37c8acfc0eda13ce9eebb82f8945f:1) active | |
2020-05-22 13:10:00.698 [INF] CNCT: Close observer for ChannelPoint(8860eafc5f8570e115bdad8e4e9379ede5f72e496fe8627107a5a2332d7457a9:0) active | |
2020-05-22 13:10:00.741 [INF] CNCT: Close observer for ChannelPoint(b450e05e740a5da8ef9731ab50770e7f3ddc9aabc4d70533e7ffb9f7531ddda8:0) active | |
2020-05-22 13:10:00.745 [INF] CNCT: ChannelArbitrator(8860eafc5f8570e115bdad8e4e9379ede5f72e496fe8627107a5a2332d7457a9:0): starting state=StateBroadcastCommit, trigger=chainTrigger, triggerHeight=631290 | |
2020-05-22 13:10:00.746 [INF] CNCT: ChannelArbitrator(8860eafc5f8570e115bdad8e4e9379ede5f72e496fe8627107a5a2332d7457a9:0): force closing chan | |
2020-05-22 13:10:00.799 [INF] HSWC: Removing channel link with ChannelID(a957742d33a2a5077162e86f492ef7e5ed79934e8eadbd15e170855ffcea6088) | |
2020-05-22 13:10:00.886 [INF] RPCS: Stopping RPC Server | |
2020-05-22 13:10:00.886 [INF] RPCS: Stopping RouterRPC Sub-RPC Server | |
2020-05-22 13:10:00.887 [INF] RPCS: Stopping VersionRPC Sub-RPC Server | |
2020-05-22 13:10:00.888 [INF] RPCS: Stopping WatchtowerClientRPC Sub-RPC Server | |
2020-05-22 13:10:00.890 [INF] LTND: Shutdown complete2020-05-22 13:11:01.799 [INF] LTND: Version: 0.10.0-beta commit=v0.10.0-beta-197-g77a4bc97a7a8e3c29559996a9024a6a6edb52cf3, build=production, logging=default | |
2020-05-22 13:11:01.801 [INF] LTND: Active chain: Bitcoin (network=mainnet) | |
2020-05-22 13:11:01.801 [INF] LTND: Opening the main database, this might take a few minutes... | |
2020-05-22 13:15:12.337 [INF] CHDB: Checking for schema update: latest_version=13, db_version=13 | |
2020-05-22 13:15:12.339 [INF] LTND: Database now open (time_to_open=4m10.538083448s)! | |
2020-05-22 13:15:12.373 [INF] RPCS: password RPC server listening on 0.0.0.0:10009 | |
2020-05-22 13:15:12.373 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 | |
2020-05-22 13:15:12.374 [INF] LTND: Waiting for wallet encryption password. Use `lncli create` to create a wallet, `lncli unlock` to unlock an existing wallet, or `lncli changepassword` to change the password of an existing wallet and unlock it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment