Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2017 21:46
Show Gist options
  • Save anonymous/9b55e183c8875a9534b232a420bf0670 to your computer and use it in GitHub Desktop.
Save anonymous/9b55e183c8875a9534b232a420bf0670 to your computer and use it in GitHub Desktop.
_______________________ test_direct_payment[lnd_eclair] ________________________
bitcoind = <utils.BitcoinD object at 0x7fb768e47198>
node_factory = <test.NodeFactory object at 0x7fb7640d2f28>
impls = (<class 'lnd.LndNode'>, <class 'eclair.EclairNode'>)
 @pytest.mark.parametrize("impls", product(impls, repeat=2), ids=idfn)
 def test_direct_payment(bitcoind, node_factory, impls):
 node1 = node_factory.get_node(implementation=impls[0])
 node2 = node_factory.get_node(implementation=impls[1])
 capacity = 10**7
 
 node1.connect('localhost', node2.daemon.port, node2.id())
 
 wait_for(lambda: node1.peers(), interval=1)
 wait_for(lambda: node2.peers(), interval=1)
 
 node1.addfunds(bitcoind, 2*capacity)
 time.sleep(5)
 bitcoind.rpc.generate(10)
 time.sleep(5)
 
 node1.openchannel(node2.id(), 'localhost', node2.daemon.port, capacity)
 
> generate_until(bitcoind, lambda: gossip_is_synced([node1, node2], 2), blocks=60, interval=1)
test.py:267:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
btc = <utils.BitcoinD object at 0x7fb768e47198>
success = <function test_direct_payment.<locals>.<lambda> at 0x7fb743a8c8c8>
blocks = 60, interval = 1
 def generate_until(btc, success, blocks=30, interval=1):
 """Generate new blocks until `success` returns true.
 
 Mainly used to wait for transactions to confirm since they might
 be delayed and we don't want to add a long waiting time to all
 tests just because some are slow.
 """
 for i in range(blocks):
 time.sleep(interval)
 if success():
 return
 btc.rpc.generate(1)
 time.sleep(interval)
 if not success():
> raise ValueError("Generated %d blocks, but still no success", blocks)
E ValueError: ('Generated %d blocks, but still no success', 60)
test.py:136: ValueError
----------------------------- Captured stdout call -----------------------------
DEBUG:root:Starting 'bin/lnd --peerport=16331 --rpcport=26331 --bitcoin.active --datadir=/tmp/lightning-il5fkavy/test_direct_payment[lnd_eclair]/node-1/ --debuglevel=trace --bitcoin.rpcuser=rpcuser --bitcoin.rpcpass=rpcpass --configfile=/tmp/lightning-il5fkavy/test_direct_payment[lnd_eclair]/node-1/lnd.conf --bitcoin.regtest --no-macaroons --nobootstrap --noencryptwallet'
DEBUG:root:Waiting for 'server listening on' in the logs
DEBUG:lnd(16331):2017-11-29 17:23:17.674 [INF] LTND: Version 0.3.0-alpha
DEBUG:lnd(16331):2017-11-29 17:23:17.705 [INF] CHDB: Checking for schema update: latest_version=0, db_version=0
DEBUG:lnd(16331):2017-11-29 17:23:17.750 [INF] LTND: Primary chain is set to: bitcoin
DEBUG:lnd(16331):2017-11-29 17:23:17.750 [INF] LTND: Initializing btcd backed fee estimator
DEBUG:proc:2017-11-29 17:23:17.789 [INF] RPCS: New websocket client 127.0.0.1:52050
DEBUG:lnd(16331):2017-11-29 17:23:20.547 [INF] LNWL: Opened wallet
DEBUG:proc:2017-11-29 17:23:20.594 [INF] RPCS: New websocket client 127.0.0.1:52054
DEBUG:lnd(16331):2017-11-29 17:23:21.434 [INF] LNWL: The wallet has been unlocked without a time limit
DEBUG:lnd(16331):2017-11-29 17:23:21.435 [INF] LNWL: Catching up block hashes to height 787, this will take a while...
DEBUG:lnd(16331):2017-11-29 17:23:21.446 [INF] LTND: LightningWallet opened
DEBUG:lnd(16331):2017-11-29 17:23:21.466 [TRC] FNDG: Funding manager running
DEBUG:lnd(16331):2017-11-29 17:23:21.466 [INF] RPCS: gRPC proxy started at localhost:8080
DEBUG:lnd(16331):2017-11-29 17:23:21.467 [INF] RPCS: RPC server listening on 127.0.0.1:26331
DEBUG:root:Found 'server listening on' in logs
DEBUG:root:Waiting for 'Done catching up block hashes' in the logs
DEBUG:lnd(16331):2017-11-29 17:23:21.467 [INF] LTND: Waiting for chain backend to finish sync, start_height=787
DEBUG:lnd(16331):2017-11-29 17:23:21.557 [INF] LNWL: Done catching up block hashes
DEBUG:root:Found 'Done catching up block hashes' in logs
DEBUG:lnd(16331):2017-11-29 17:23:21.566 [INF] LNWL: Started rescan from block 47690c4a6f3c90fb201233ebe8eccf2a6c06cdf1f1c50e64e88d3585403ad696 (height 787) for 1 address
DEBUG:proc:2017-11-29 17:23:21.567 [INF] RPCS: Beginning rescan for 1 address
DEBUG:proc:2017-11-29 17:23:21.568 [INF] RPCS: Finished rescan
DEBUG:lnd(16331):2017-11-29 17:23:21.570 [INF] LNWL: Catching up block hashes to height 787, this might take a while
DEBUG:lnd(16331):2017-11-29 17:23:21.576 [INF] LNWL: Done catching up block hashes
DEBUG:lnd(16331):2017-11-29 17:23:21.576 [INF] LNWL: Finished rescan for 1 address (synced to block 47690c4a6f3c90fb201233ebe8eccf2a6c06cdf1f1c50e64e88d3585403ad696, height 787)
DEBUG:lnd(16331):2017-11-29 17:23:22.470 [INF] LTND: Chain backend is fully synced (end_height=787)!
DEBUG:proc:2017-11-29 17:23:22.596 [INF] RPCS: New websocket client 127.0.0.1:52058
DEBUG:lnd(16331):2017-11-29 17:23:22.600 [INF] HSWC: Starting HTLC Switch
DEBUG:lnd(16331):2017-11-29 17:23:22.600 [TRC] UTXN: Starting UTXO nursery
DEBUG:lnd(16331):2017-11-29 17:23:22.601 [INF] NTFN: New block epoch subscription
DEBUG:lnd(16331):2017-11-29 17:23:22.601 [TRC] BRAR: Starting breach arbiter
DEBUG:lnd(16331):2017-11-29 17:23:22.602 [INF] DISC: Authenticated Gossiper is starting
DEBUG:lnd(16331):2017-11-29 17:23:22.602 [INF] NTFN: New block epoch subscription
DEBUG:lnd(16331):2017-11-29 17:23:22.602 [TRC] CRTR: Channel Router starting
DEBUG:lnd(16331):2017-11-29 17:23:22.602 [INF] CRTR: FilteredChainView starting
DEBUG:lnd(16331):2017-11-29 17:23:22.602 [ERR] DISC: unable to rebroadcast stale channels: error while retrieving outgoing channels: no graph edges exist
DEBUG:proc:2017-11-29 17:23:22.710 [INF] RPCS: New websocket client 127.0.0.1:52060
DEBUG:lnd(16331):2017-11-29 17:23:22.729 [INF] CRTR: Filtering chain using 0 channels active
DEBUG:lnd(16331):2017-11-29 17:23:22.729 [INF] CRTR: Prune tip for Channel Graph: height=787, hash=47690c4a6f3c90fb201233ebe8eccf2a6c06cdf1f1c50e64e88d3585403ad696
DEBUG:lnd(16331):2017-11-29 17:23:22.730 [INF] SRVR: Auto peer bootstrapping is disabled
DEBUG:lnd(16331):2017-11-29 17:23:22.730 [TRC] CMGR: Connection manager started
DEBUG:lnd(16331):2017-11-29 17:23:22.730 [INF] CMGR: Server listening on [::]:16331
INFO:root:LND started (pid: 30598)
DEBUG:root:Starting '/usr/lib/jvm/java-8-openjdk-amd64/bin/java -Declair.datadir=/tmp/lightning-il5fkavy/test_direct_payment[lnd_eclair]/node-2/ -Declair.printToConsole=true -jar bin/eclair.jar'
DEBUG:root:Waiting for 'connected to tcp://127.0.0.1:29000' in the logs
DEBUG:eclair(16332):17:23:28,463 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
DEBUG:eclair(16332):17:23:28,463 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
DEBUG:eclair(16332):17:23:28,463 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/cdecker/.capsule/apps/eclair-node-0.2-SNAPSHOT-2d5d68b/eclair-node_2.11-0.2-SNAPSHOT.jar!/logback.xml]
DEBUG:eclair(16332):17:23:28,473 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@5f8864fa - URL [jar:file:/home/cdecker/.capsule/apps/eclair-node-0.2-SNAPSHOT-2d5d68b/eclair-node_2.11-0.2-SNAPSHOT.jar!/logback.xml] is not of type file
DEBUG:eclair(16332):17:23:28,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16332):17:23:28,512 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16332):17:23:28,520 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
DEBUG:eclair(16332):17:23:28,540 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
DEBUG:eclair(16332):17:23:28,542 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
DEBUG:eclair(16332):17:23:28,543 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
DEBUG:eclair(16332):17:23:28,544 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [/tmp/lightning-il5fkavy/test_direct_payment[lnd_eclair]/node-2//eclair.log]
DEBUG:eclair(16332):17:23:28,546 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel] to DEBUG
DEBUG:eclair(16332):17:23:28,546 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel.Register] to DEBUG
DEBUG:eclair(16332):17:23:28,546 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.router] to INFO
DEBUG:eclair(16332):17:23:28,755 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16332):17:23:28,755 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16332):17:23:28,756 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
DEBUG:eclair(16332):17:23:28,756 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
DEBUG:eclair(16332):17:23:28,757 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
DEBUG:eclair(16332):17:23:28,757 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
DEBUG:eclair(16332):17:23:28,757 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
DEBUG:eclair(16332):17:23:28,758 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2a496187 - Registering current configuration as safe fallback point
DEBUG:eclair(16332):2017-11-29 17:23:28,760 INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
DEBUG:eclair(16332):2017-11-29 17:23:28,797 INFO fr.acinq.eclair.Setup - hello!
DEBUG:eclair(16332):2017-11-29 17:23:28,798 INFO fr.acinq.eclair.Setup - version=0.2-SNAPSHOT commit=2d5d68bf3f57363075d04e23447b9c19924d9f8a
DEBUG:eclair(16332):2017-11-29 17:23:28,832 INFO org.bitcoin.Secp256k1Context - couldn't find secp256k1 library, defaulting to spongycastle
DEBUG:eclair(16332):2017-11-29 17:23:29,479 INFO fr.acinq.eclair.Setup - nodeid=0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d alias=eclair
DEBUG:eclair(16332):2017-11-29 17:23:29,479 INFO fr.acinq.eclair.Setup - using chain=regtest chainHash=06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f
DEBUG:eclair(16332):2017-11-29 17:23:29,480 INFO fr.acinq.eclair.Setup - initializing secure random generator
DEBUG:eclair(16332):2017-11-29 17:23:31,310 INFO fr.acinq.eclair.Setup - initial feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:eclair(16332):2017-11-29 17:23:31,315 INFO fr.acinq.eclair.Setup - current feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:bitcoind:2017-11-29 16:23:31 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:eclair(16332):2017-11-29 17:23:31,360 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - loading network announcements from db...
DEBUG:eclair(16332):2017-11-29 17:23:31,368 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - starting state machine
DEBUG:bitcoind:2017-11-29 16:23:31 keypool reserve 234
DEBUG:bitcoind:2017-11-29 16:23:31 keypool keep 234
DEBUG:eclair(16332):2017-11-29 17:23:31,381 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - current status channels=0 nodes=0 updates=0
DEBUG:eclair(16332):2017-11-29 17:23:31,383 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - bound on /0:0:0:0:0:0:0:0:16332
DEBUG:eclair(16332):2017-11-29 17:23:31,454 INFO fr.acinq.eclair.Setup - initial wallet address=2NFpyYEgB34Pq7gfSwWRgj5yjrK55ynfzSr
DEBUG:eclair(16332):2017-11-29 17:23:32,435 INFO f.a.e.b.bitcoind.zmq.ZMQActor akka://default/user/$a/zmq - connected to tcp://127.0.0.1:29000
DEBUG:root:Found 'connected to tcp://127.0.0.1:29000' in logs
DEBUG:root:Waiting for 'initial wallet address=([a-zA-Z0-9]+)' in the logs
DEBUG:root:Found 'initial wallet address=([a-zA-Z0-9]+)' in logs
INFO:eclair(16332):Eclair started (pid: 30928)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost
DEBUG:urllib3.connectionpool:http://localhost:26332 "POST / HTTP/1.1" 200 286
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d', 'alias': 'eclair', 'blockHeight': 787, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:23:32.646 [DBG] SRVR: Connecting to 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d@127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:32.646 [DBG] RPCS: Connected to peer: 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d@127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:32.646 [DBG] CMGR: Attempting to connect to 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d@127.0.0.1:16332 (reqid 1)
DEBUG:root:
DEBUG:lnd(16331):2017-11-29 17:23:32.647 [TRC] RPCS: [listpeers] request
DEBUG:lnd(16331):2017-11-29 17:23:32.647 [DBG] RPCS: [listpeers] yielded [] peers
DEBUG:eclair(16332):2017-11-29 17:23:32,650 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - connected to /127.0.0.1:41928
DEBUG:lnd(16331):2017-11-29 17:23:32.709 [DBG] CMGR: Connected to 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d@127.0.0.1:16332 (reqid 1)
DEBUG:lnd(16331):2017-11-29 17:23:32.709 [INF] SRVR: Established connection to: 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:32.709 [TRC] PEER: peer 127.0.0.1:16332 starting
DEBUG:lnd(16331):2017-11-29 17:23:32.709 [DBG] PEER: Sending Init to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:32.709 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.Init)(0xc42004cee0)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc42000e0d8)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc42000e008)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) (len=1) {
DEBUG:lnd(16331): (lnwire.FeatureBit) 3: (bool) true
DEBUG:lnd(16331): }
DEBUG:lnd(16331): })
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:eclair(16332):2017-11-29 17:23:32,718 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - handshake completed with 03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013
DEBUG:eclair(16332):2017-11-29 17:23:32,735 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - registering as a listener to Actor[akka://default/user/$i/server/$a#278750646]
DEBUG:eclair(16332):2017-11-29 17:23:32,750 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - 03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 has features: initialRoutingSync=true
DEBUG:lnd(16331):2017-11-29 17:23:32.762 [DBG] PEER: Received Init from 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:32.762 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Init)(0xc420640340)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc420262040)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc420262048)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) (len=1) {
DEBUG:lnd(16331): (lnwire.FeatureBit) 3: (bool) true
DEBUG:lnd(16331): }
DEBUG:lnd(16331): })
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:23:32.763 [DBG] PEER: Loaded 0 active channels from database with peerID(1)
DEBUG:lnd(16331):2017-11-29 17:23:32.763 [INF] DISC: Syncing channel graph state with 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d, sending 1 vertexes and 0 edges
DEBUG:lnd(16331):2017-11-29 17:23:32.763 [INF] SRVR: Attempting to send msgs 1 to: 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d
DEBUG:lnd(16331):2017-11-29 17:23:32.763 [DBG] PEER: Sending NodeAnnouncement(node=03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013, update_time=2017-11-29 17:23:21 +0100 CET) to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:32.763 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.NodeAnnouncement)(0xc420072a20)({
DEBUG:lnd(16331): Signature: (*btcec.Signature)(0xc4206405c0)({
DEBUG:lnd(16331): R: (*big.Int)(0xc4201a2e80)(75355162649536418372290750482740909229207100741460502784975228105757598082973),
DEBUG:lnd(16331): S: (*big.Int)(0xc4201a2ea0)(12838412726459373142457247325813813150671399087746928567646209073354587520786)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Features: (*lnwire.RawFeatureVector)(0xc420262050)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Timestamp: (uint32) 1511972601,
DEBUG:lnd(16331): NodeID: (*btcec.PublicKey)(0xc4201a2d40)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc4201a2d60)(113135615830776254052534425877601055398946379768806817361353692856604136333331),
DEBUG:lnd(16331): Y: (*big.Int)(0xc4201a2da0)(20345258830291344448751455379037838423962981173199733894774165351755809927125)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): RGBColor: (lnwire.RGB) {
DEBUG:lnd(16331): red: (uint8) 0,
DEBUG:lnd(16331): green: (uint8) 0,
DEBUG:lnd(16331): blue: (uint8) 0
DEBUG:lnd(16331): },
DEBUG:lnd(16331): Alias: (lnwire.NodeAlias) (len=32 cap=32) 03fa207d450364034f2e,
DEBUG:lnd(16331): Addresses: ([]net.Addr) <nil>
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:23:32.763 [TRC] PEER: Update stream for gossiper created
DEBUG:eclair(16332):2017-11-29 17:23:32,787 WARN fr.acinq.eclair.router.Router akka://default/user/$f/router - ignoring NodeAnnouncement(3045022100a69982b7db6be830c31875c84dbbf399dd70afa79f097fdfccf1f9fc82b6e79d02201c6248ba801ea7623e5895b4471dd5ebcbc224057f8c9e3e451ccdb9a2e83f1201,,1511972601,03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013,(0,0,0),03fa207d450364034f2e,List()) (no related channel found)
DEBUG:lnd(16331):2017-11-29 17:23:33.649 [TRC] RPCS: [listpeers] request
DEBUG:lnd(16331):2017-11-29 17:23:33.649 [DBG] RPCS: [listpeers] yielded [127.0.0.1:16332] peers
INFO:root:Calling peers with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26332 "POST / HTTP/1.1" 200 114
DEBUG:root:Method peers returned {'result': ['03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013'], 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:23:33.698 [INF] RPCS: [newaddress] addr=2N3nGLq26N84m9GQES9od9dU9A1MJiHAM9B
{"method": "sendtoaddress", "params": ["2N3nGLq26N84m9GQES9od9dU9A1MJiHAM9B", 0.2], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:33 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:33 keypool reserve 1052
DEBUG:bitcoind:2017-11-29 16:23:33 Fee Calculation: Fee:4499 Bytes:224 Needed:4499 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99520: Estimation: (19613.1 - 1e+99) 100.00% 24.7/(24.7 0 mem 0.0 out) Fail: (0 - 19613.1) 100.00% 1.9/(1.9 0 mem 0.0 out)
DEBUG:bitcoind:2017-11-29 16:23:33 CommitTransaction:
DEBUG:bitcoind:CTransaction(hash=e050770adc, ver=2, vin.size=1, vout.size=2, nLockTime=787)
DEBUG:bitcoind: CTxIn(COutPoint(3db50d3818, 1), scriptSig=483045022100ab49b84ffaf9, nSequence=4294967294)
DEBUG:bitcoind: CScriptWitness()
DEBUG:bitcoind: CTxOut(nValue=0.20000000, scriptPubKey=a91473901e2be645254e638121862e)
DEBUG:bitcoind: CTxOut(nValue=2.52487186, scriptPubKey=76a9142b412c28dd83b0531ec9473e)
DEBUG:bitcoind:2017-11-29 16:23:33 keypool keep 1052
DEBUG:bitcoind:2017-11-29 16:23:33 AddToWallet e050770adc7d4f5cc537bbe44929f1db148c61ac9c6cf4aa38dedb3d879aeb92 new
DEBUG:bitcoind:2017-11-29 16:23:33 AddToWallet e050770adc7d4f5cc537bbe44929f1db148c61ac9c6cf4aa38dedb3d879aeb92
DEBUG:bitcoind:2017-11-29 16:23:33 Relaying wtx e050770adc7d4f5cc537bbe44929f1db148c61ac9c6cf4aa38dedb3d879aeb92
DEBUG:root:Waiting for 'Inserting unconfirmed transaction' in the logs
DEBUG:lnd(16331):2017-11-29 17:23:34.266 [INF] LNWL: Inserting unconfirmed transaction e050770adc7d4f5cc537bbe44929f1db148c61ac9c6cf4aa38dedb3d879aeb92
DEBUG:lnd(16331):2017-11-29 17:23:34.266 [DBG] LNWL: Marked address 2N3nGLq26N84m9GQES9od9dU9A1MJiHAM9B used
DEBUG:root:Found 'Inserting unconfirmed transaction' in logs
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:34 keypool added 1 keys (1 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:34 keypool reserve 235
DEBUG:bitcoind:2017-11-29 16:23:34 CreateNewBlock(): total size: 487 block weight: 1840 txs: 1 fees: 4499 sigops 404
DEBUG:bitcoind:2017-11-29 16:23:34 UpdateTip: new best=48a7fc9f5d591941ad099e8863f38a6659cb40e66a9f504e4fcc1b60e518e3ed height=788 version=0x20000000 log2_work=10.623881 tx=890 date='2017-11-29 16:23:34' progress=1.000000 cache=0.2MiB(888txo)
DEBUG:bitcoind:2017-11-29 16:23:34 AddToWallet 5ef995de0bffe1c09c2f6f8a63b62c1569f9e4bf40dcfcb1c43eb14a6c4b51a2 new
DEBUG:bitcoind:2017-11-29 16:23:34 AddToWallet e050770adc7d4f5cc537bbe44929f1db148c61ac9c6cf4aa38dedb3d879aeb92 update
DEBUG:bitcoind:2017-11-29 16:23:34 keypool keep 235
DEBUG:root:Waiting for 'Marking unconfirmed transaction' in the logs
DEBUG:proc:2017-11-29 17:23:34.376 [INF] BMGR: Processed 6 blocks in the last 23.28s (7 transactions, height 788, 2017-11-29 17:23:34 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:23:34.377 [INF] LNWL: Marking unconfirmed transaction e050770adc7d4f5cc537bbe44929f1db148c61ac9c6cf4aa38dedb3d879aeb92 mined in block 788
DEBUG:root:Found 'Marking unconfirmed transaction' in logs
DEBUG:lnd(16331):2017-11-29 17:23:34.377 [DBG] LNWL: Marked address 2N3nGLq26N84m9GQES9od9dU9A1MJiHAM9B used
DEBUG:lnd(16331):2017-11-29 17:23:34.379 [INF] CRTR: Pruning channel graph using block 48a7fc9f5d591941ad099e8863f38a6659cb40e66a9f504e4fcc1b60e518e3ed (height=788)
DEBUG:lnd(16331):2017-11-29 17:23:34.379 [INF] NTFN: New block: height=788, sha=48a7fc9f5d591941ad099e8863f38a6659cb40e66a9f504e4fcc1b60e518e3ed
DEBUG:lnd(16331):2017-11-29 17:23:34.396 [INF] CRTR: Block 48a7fc9f5d591941ad099e8863f38a6659cb40e66a9f504e4fcc1b60e518e3ed (height=788) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:35.379 [DBG] RPCS: [walletbalance] balance=0.2 BTC
{"method": "generate", "params": [10], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:40 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:40 keypool reserve 236
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=59f2a16c7846cf3e92c9996a9bfc7632ba35b9993512581d97aa1e54e714f570 height=789 version=0x20000000 log2_work=10.625709 tx=891 date='2017-11-29 16:23:40' progress=1.000000 cache=0.2MiB(889txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 3aec53750e9ac8d5dcca4fde0a80d7ad7d967726109eed30c9d8c13c75f3989f new
DEBUG:bitcoind:2017-11-29 16:23:40 keypool keep 236
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=200a9b456fe640126174e503d78c23d69540a6ac366d95a73b0bb23ee34f0db1 height=790 version=0x20000000 log2_work=10.627534 tx=892 date='2017-11-29 16:23:40' progress=1.000000 cache=0.2MiB(890txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet e04a173cb7621ce0de8ead26ba1b0171bedb2019ffeeb9d0be5c32e03242c27a new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=6cb50cf5dabc9627f602395b411af8a1e63435d3b21e8fdeadf8a40c39e34c1b height=791 version=0x20000000 log2_work=10.629357 tx=893 date='2017-11-29 16:23:40' progress=1.000000 cache=0.2MiB(891txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 2f4ebe349ca360b83aade507ef66578fb9b705cc61f8d2b15b746d90d98e6d6c new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=47b230b0819d949ee5c70cb1c975533f38b78046446365f60a67b98410400a83 height=792 version=0x20000000 log2_work=10.631177 tx=894 date='2017-11-29 16:23:40' progress=1.000000 cache=0.2MiB(892txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 714e0efa7ea270e79c25339cd2294a641ed8d22a7c06685003f1b80d6571a12b new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=326bf308d80875bf871ae88e4cf28db70d37acdd1ffd6cfe80e580108c87e1c8 height=793 version=0x20000000 log2_work=10.632995 tx=895 date='2017-11-29 16:23:40' progress=1.000000 cache=0.2MiB(893txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 59b2758e6555d0096add887ae858abbda417785b1320ecf74791dc7d6dda8805 new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=732a58d7eac512056c9aa522513673c2381e0c7cf3a172fcd29f278d83cf2643 height=794 version=0x20000000 log2_work=10.634811 tx=896 date='2017-11-29 16:23:40' progress=1.000000 cache=0.2MiB(894txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 05ab5e2b7440f5b30d7ab3ebf637b66cd7e9496a58aa765aa482af93f845643d new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=3ae73900b173438c330aef09c2b55d3fb5d34aac0ff4efbb19e11fa1416fd7b8 height=795 version=0x20000000 log2_work=10.636625 tx=897 date='2017-11-29 16:23:41' progress=1.000000 cache=0.2MiB(895txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 347d5a28fda59a723231ceff068154d2d3089c3d06b08e745d7c3b57535f5dc8 new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=0f0804cc00b9fb899339852118bcead33c8982a2ebc8a07ce6fec2b85fe42329 height=796 version=0x20000000 log2_work=10.638436 tx=898 date='2017-11-29 16:23:41' progress=1.000000 cache=0.2MiB(896txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 857deab9623fe77dbcf16c02e82bb84fa451e627f498effb2bbd95757ec0732e new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=0d848d969a612131927ab4a2ba77b60b9821dd75e9ea94c9cc46cbf6aeeb781d height=797 version=0x20000000 log2_work=10.640245 tx=899 date='2017-11-29 16:23:41' progress=1.000000 cache=0.2MiB(897txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet fd4394beda34491de2e0d1dc4c1dc849c5d8bf4436a8efa444364e5eb958d69b new
DEBUG:bitcoind:2017-11-29 16:23:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:40 UpdateTip: new best=77680189a58818deb43320016c9539bd5a051519f52089e88e5ac74c2a9a8105 height=798 version=0x20000000 log2_work=10.642052 tx=900 date='2017-11-29 16:23:41' progress=1.000000 cache=0.2MiB(898txo)
DEBUG:bitcoind:2017-11-29 16:23:40 AddToWallet 0ea3c44f010cb07041de7d4ad7363b9afcb8932ef166cfd6535f9156d15fa334 new
DEBUG:proc:2017-11-29 17:23:40.573 [INF] CHAN: Adding orphan block 77680189a58818deb43320016c9539bd5a051519f52089e88e5ac74c2a9a8105 with parent 0d848d969a612131927ab4a2ba77b60b9821dd75e9ea94c9cc46cbf6aeeb781d
DEBUG:lnd(16331):2017-11-29 17:23:40.586 [INF] CRTR: Pruning channel graph using block 59f2a16c7846cf3e92c9996a9bfc7632ba35b9993512581d97aa1e54e714f570 (height=789)
DEBUG:lnd(16331):2017-11-29 17:23:40.587 [INF] NTFN: New block: height=789, sha=59f2a16c7846cf3e92c9996a9bfc7632ba35b9993512581d97aa1e54e714f570
DEBUG:lnd(16331):2017-11-29 17:23:40.593 [INF] NTFN: New block: height=790, sha=200a9b456fe640126174e503d78c23d69540a6ac366d95a73b0bb23ee34f0db1
DEBUG:lnd(16331):2017-11-29 17:23:40.595 [INF] CRTR: Block 59f2a16c7846cf3e92c9996a9bfc7632ba35b9993512581d97aa1e54e714f570 (height=789) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.595 [INF] CRTR: Pruning channel graph using block 200a9b456fe640126174e503d78c23d69540a6ac366d95a73b0bb23ee34f0db1 (height=790)
DEBUG:lnd(16331):2017-11-29 17:23:40.612 [INF] NTFN: New block: height=791, sha=6cb50cf5dabc9627f602395b411af8a1e63435d3b21e8fdeadf8a40c39e34c1b
DEBUG:lnd(16331):2017-11-29 17:23:40.625 [INF] NTFN: New block: height=792, sha=47b230b0819d949ee5c70cb1c975533f38b78046446365f60a67b98410400a83
DEBUG:lnd(16331):2017-11-29 17:23:40.631 [INF] NTFN: New block: height=793, sha=326bf308d80875bf871ae88e4cf28db70d37acdd1ffd6cfe80e580108c87e1c8
DEBUG:lnd(16331):2017-11-29 17:23:40.642 [INF] NTFN: New block: height=794, sha=732a58d7eac512056c9aa522513673c2381e0c7cf3a172fcd29f278d83cf2643
DEBUG:lnd(16331):2017-11-29 17:23:40.650 [INF] NTFN: New block: height=795, sha=3ae73900b173438c330aef09c2b55d3fb5d34aac0ff4efbb19e11fa1416fd7b8
DEBUG:lnd(16331):2017-11-29 17:23:40.674 [INF] NTFN: New block: height=796, sha=0f0804cc00b9fb899339852118bcead33c8982a2ebc8a07ce6fec2b85fe42329
DEBUG:lnd(16331):2017-11-29 17:23:40.677 [INF] NTFN: New block: height=797, sha=0d848d969a612131927ab4a2ba77b60b9821dd75e9ea94c9cc46cbf6aeeb781d
DEBUG:lnd(16331):2017-11-29 17:23:40.678 [INF] NTFN: New block: height=798, sha=77680189a58818deb43320016c9539bd5a051519f52089e88e5ac74c2a9a8105
DEBUG:lnd(16331):2017-11-29 17:23:40.792 [INF] CRTR: Block 200a9b456fe640126174e503d78c23d69540a6ac366d95a73b0bb23ee34f0db1 (height=790) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.792 [INF] CRTR: Pruning channel graph using block 6cb50cf5dabc9627f602395b411af8a1e63435d3b21e8fdeadf8a40c39e34c1b (height=791)
DEBUG:lnd(16331):2017-11-29 17:23:40.799 [INF] CRTR: Block 6cb50cf5dabc9627f602395b411af8a1e63435d3b21e8fdeadf8a40c39e34c1b (height=791) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.799 [INF] CRTR: Pruning channel graph using block 47b230b0819d949ee5c70cb1c975533f38b78046446365f60a67b98410400a83 (height=792)
DEBUG:lnd(16331):2017-11-29 17:23:40.806 [INF] CRTR: Block 47b230b0819d949ee5c70cb1c975533f38b78046446365f60a67b98410400a83 (height=792) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.806 [INF] CRTR: Pruning channel graph using block 326bf308d80875bf871ae88e4cf28db70d37acdd1ffd6cfe80e580108c87e1c8 (height=793)
DEBUG:lnd(16331):2017-11-29 17:23:40.815 [INF] CRTR: Block 326bf308d80875bf871ae88e4cf28db70d37acdd1ffd6cfe80e580108c87e1c8 (height=793) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.816 [INF] CRTR: Pruning channel graph using block 732a58d7eac512056c9aa522513673c2381e0c7cf3a172fcd29f278d83cf2643 (height=794)
DEBUG:lnd(16331):2017-11-29 17:23:40.822 [INF] CRTR: Block 732a58d7eac512056c9aa522513673c2381e0c7cf3a172fcd29f278d83cf2643 (height=794) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.822 [INF] CRTR: Pruning channel graph using block 3ae73900b173438c330aef09c2b55d3fb5d34aac0ff4efbb19e11fa1416fd7b8 (height=795)
DEBUG:lnd(16331):2017-11-29 17:23:40.831 [INF] CRTR: Block 3ae73900b173438c330aef09c2b55d3fb5d34aac0ff4efbb19e11fa1416fd7b8 (height=795) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.831 [INF] CRTR: Pruning channel graph using block 0f0804cc00b9fb899339852118bcead33c8982a2ebc8a07ce6fec2b85fe42329 (height=796)
DEBUG:lnd(16331):2017-11-29 17:23:40.837 [INF] CRTR: Block 0f0804cc00b9fb899339852118bcead33c8982a2ebc8a07ce6fec2b85fe42329 (height=796) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.837 [INF] CRTR: Pruning channel graph using block 0d848d969a612131927ab4a2ba77b60b9821dd75e9ea94c9cc46cbf6aeeb781d (height=797)
DEBUG:lnd(16331):2017-11-29 17:23:40.844 [INF] CRTR: Block 0d848d969a612131927ab4a2ba77b60b9821dd75e9ea94c9cc46cbf6aeeb781d (height=797) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:23:40.844 [INF] CRTR: Pruning channel graph using block 77680189a58818deb43320016c9539bd5a051519f52089e88e5ac74c2a9a8105 (height=798)
DEBUG:lnd(16331):2017-11-29 17:23:40.855 [INF] CRTR: Block 77680189a58818deb43320016c9539bd5a051519f52089e88e5ac74c2a9a8105 (height=798) closed 0 channels
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26332 "POST / HTTP/1.1" 200 286
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d', 'alias': 'eclair', 'blockHeight': 798, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:23:45.484 [TRC] RPCS: [listpeers] request
DEBUG:lnd(16331):2017-11-29 17:23:45.484 [DBG] RPCS: [listpeers] yielded [127.0.0.1:16332] peers
DEBUG:lnd(16331):2017-11-29 17:23:45.485 [TRC] RPCS: [openchannel] request to peerid(1) allocation(us=10000000, them=0)
DEBUG:lnd(16331):2017-11-29 17:23:45.485 [ERR] LNWL: unable to query estimator: -1: Command unimplemented
DEBUG:lnd(16331):2017-11-29 17:23:45.485 [DBG] RPCS: [openchannel]: using fee of 25 sat/byte for funding tx
DEBUG:lnd(16331):2017-11-29 17:23:45.485 [INF] FNDG: Initiating fundingRequest(localAmt=0.1 BTC, remoteAmt=0 mSAT, capacity=0.1 BTC, chainhash=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206, addr=127.0.0.1:16332, dustLimit=0.00000573 BTC)
DEBUG:lnd(16331):2017-11-29 17:23:45.485 [ERR] LNWL: unable to query estimator: -1: Command unimplemented
DEBUG:lnd(16331):2017-11-29 17:23:45.485 [INF] LNWL: Performing funding tx coin selection using 6 sat/weight as fee rate
DEBUG:lnd(16331):2017-11-29 17:23:45.528 [INF] FNDG: Target commit tx sat/kw for pendingID(bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249): 6000
DEBUG:lnd(16331):2017-11-29 17:23:45.528 [INF] FNDG: Starting funding workflow with 127.0.0.1:16332 for pendingID(bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249)
DEBUG:lnd(16331):2017-11-29 17:23:45.528 [INF] SRVR: Attempting to send msgs 1 to: 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d
DEBUG:lnd(16331):2017-11-29 17:23:45.528 [DBG] PEER: Sending MsgOpenChannel(temp_chan_id=bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249, chain=0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206, csv=4, amt=0.1 BTC, push_amt=0 mSAT, reserve=0.001 BTC, flags=1) to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:45.528 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.OpenChannel)(0xc42017f600)({
DEBUG:lnd(16331): ChainHash: (chainhash.Hash) (len=32 cap=32) 0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206,
DEBUG:lnd(16331): PendingChannelID: ([32]uint8) (len=32 cap=32) {
DEBUG:lnd(16331): 00000000 bc 23 57 ff 6d d8 b7 49 7b a3 e8 86 d2 a9 77 2c |.#W.m..I{.....w,|
DEBUG:lnd(16331): 00000010 2d 3d 4f a5 ac 31 45 58 30 34 4e de e5 38 e2 49 |-=O..1EX04N..8.I|
DEBUG:lnd(16331): },
DEBUG:lnd(16331): FundingAmount: (btcutil.Amount) 0.1 BTC,
DEBUG:lnd(16331): PushAmount: (lnwire.MilliSatoshi) 0 mSAT,
DEBUG:lnd(16331): DustLimit: (btcutil.Amount) 0.00000573 BTC,
DEBUG:lnd(16331): MaxValueInFlight: (lnwire.MilliSatoshi) 9900000000 mSAT,
DEBUG:lnd(16331): ChannelReserve: (btcutil.Amount) 0.001 BTC,
DEBUG:lnd(16331): HtlcMinimum: (lnwire.MilliSatoshi) 0 mSAT,
DEBUG:lnd(16331): FeePerKiloWeight: (uint32) 6000,
DEBUG:lnd(16331): CsvDelay: (uint16) 4,
DEBUG:lnd(16331): MaxAcceptedHTLCs: (uint16) 483,
DEBUG:lnd(16331): FundingKey: (*btcec.PublicKey)(0xc4207553e0)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc4207622e0)(80581696080511966261339242301752159101912859355529033657507613454269804625078),
DEBUG:lnd(16331): Y: (*big.Int)(0xc420762300)(65128225985907181459240005852681908054631850366672991387477964192769748775341)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): RevocationPoint: (*btcec.PublicKey)(0xc420755a70)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc420762be0)(87487458278969445143582235474359443529952729300816783911741461668071632591868),
DEBUG:lnd(16331): Y: (*big.Int)(0xc420762c00)(105695934424902754672719390050088842474361071743045189815104901268800155060887)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): PaymentPoint: (*btcec.PublicKey)(0xc42074ecf0)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc42077a320)(45489318829094390604026503907963319809065446128917098803566088385780879082893),
DEBUG:lnd(16331): Y: (*big.Int)(0xc42077a340)(97007731666132243739046181003765063709589014794833086173159326940454422203699)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): DelayedPaymentPoint: (*btcec.PublicKey)(0xc420782120)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc4207634e0)(16357279322676923990165887373476745738765912839553936800038283614416318196254),
DEBUG:lnd(16331): Y: (*big.Int)(0xc420763500)(34954727738087356757070772033669118814594135517068858661784065028492142364852)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): HtlcPoint: (*btcec.PublicKey)(0xc42074e660)({
DEBUG:lnd(16331): Curve: (*btcec.KoblitzCurve)(0x14eb520)({
DEBUG:lnd(16331): CurveParams: (*elliptic.CurveParams)(0xc420018ec0)({
DEBUG:lnd(16331): P: (*big.Int)(0xc42000d120)(115792089237316195423570985008687907853269984665640564039457584007908834671663),
DEBUG:lnd(16331): N: (*big.Int)(0xc42000d160)(115792089237316195423570985008687907852837564279074904382605163141518161494337),
DEBUG:lnd(16331): B: (*big.Int)(0xc42000d1a0)(7),
DEBUG:lnd(16331): Gx: (*big.Int)(0xc42000d1e0)(55066263022277343669578718895168534326250603453777594175500187360389116729240),
DEBUG:lnd(16331): Gy: (*big.Int)(0xc42000d220)(32670510020758816978083085130507043184471273380659243275938904335757337482424),
DEBUG:lnd(16331): BitSize: (int) 256,
DEBUG:lnd(16331): Name: (string) ""
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): q: (*big.Int)(0xc42000d260)(28948022309329048855892746252171976963317496166410141009864396001977208667916),
DEBUG:lnd(16331): H: (int) 1,
DEBUG:lnd(16331): halfOrder: (*big.Int)(0xc42000d2c0)(57896044618658097711785492504343953926418782139537452191302581570759080747168),
DEBUG:lnd(16331): byteSize: (int) 32,
DEBUG:lnd(16331): (btcec.fieldVal) 0000000000000000000000000000000000000000000000000000000000000000
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): },
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): lambda: (*big.Int)(0xc42000db80)(37718080363155996902926221483475020450927657555482586988616620542887997980018),
DEBUG:lnd(16331): beta: (*btcec.fieldVal)(0xc420015110)(7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee),
DEBUG:lnd(16331): a1: (*big.Int)(0xc42000dbe0)(64502973549206556628585045361533709077),
DEBUG:lnd(16331): b1: (*big.Int)(0xc42000dc20)(-303414439467246543595250775667605759171),
DEBUG:lnd(16331): a2: (*big.Int)(0xc42000dc60)(367917413016453100223835821029139468248),
DEBUG:lnd(16331): b2: (*big.Int)(0xc42000dca0)(64502973549206556628585045361533709077)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): X: (*big.Int)(0xc4202d9a20)(82358263390198245234215218429084079120942338146369405142797242312629237553403),
DEBUG:lnd(16331): Y: (*big.Int)(0xc4202d9a40)(37102329725248438254134212789108602691713503316192975912463011047763760706555)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): FirstCommitmentPoint: (*btcec.PublicKey)(0xc4206e45a0)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc4206e4520)(98120757211049200163620898370156014099954056943055388884511071009015416461590),
DEBUG:lnd(16331): Y: (*big.Int)(0xc4206e4540)(68336162564853749362022154358212405332258029842824995161117231982249964133994)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): ChannelFlags: (lnwire.FundingFlag) 1
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:eclair(16332):2017-11-29 17:23:47,419 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - accepting a new channel to 03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013
DEBUG:bitcoind:2017-11-29 16:23:47 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:47 keypool reserve 237
DEBUG:bitcoind:2017-11-29 16:23:47 keypool keep 237
DEBUG:eclair(16332):2017-11-29 17:23:47,622 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a - setting repeating timer 'TickRefreshChannelUpdate'/1 day: TickRefreshChannelUpdate
DEBUG:eclair(16332):2017-11-29 17:23:47,642 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a 0000000000000000000000000000000000000000000000000000000000000000 - processing Event(INPUT_INIT_FUNDEE(bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249,LocalParams(0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d,542,100000000000,100000,1000000,144,30,89d0984373b9d180c1d3ae80c3cc550e532a9e879e8f684032537792dbaf080e01,dbf7b430cf3b4673473de7db9d90c14071b40506f7beea8dbde4553dcb7f9879,7af81bcbe033a24fa23ceb26837220fa3494fefa06cfbc21085d790a6305b479,81bb6987ad0b8aea42eba0e07eff7e2130162ce17f519d21dcebd90925856cd8,4bd07d908dc70cc4ed36da5c401fa40bc9fbcbfd17221e7371cebaaf8f7a7d3d,a91450e56140eb36703787352b60a3351a9b94e0a35987,36db8213f9e13f184f86a898207aeeb59d91fc926b088b851fa454241659c408,false,,08),Actor[akka://default/user/$i/server/$a#278750646],Init(,08)),Nothing) from Actor[akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013#-579780145] in state WAIT_FOR_INIT_INTERNAL
DEBUG:eclair(16332):2017-11-29 17:23:47,643 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a 0000000000000000000000000000000000000000000000000000000000000000 - transition WAIT_FOR_INIT_INTERNAL -> WAIT_FOR_OPEN_CHANNEL
DEBUG:eclair(16332):2017-11-29 17:23:47,644 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249 - processing Event(OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249,10000000,0,573,9900000000,100000,0,6000,4,483,03b2279fab58ba6cbc3c59f3c96445b740185cea502304351db38170674252bcb6,03c16c25879049d0697de518798215bcde5f18ca745f48cbe927582ec0f4a0dbfc,0364920ac3ea21f1729d9364a5e0fd3c9b63c187ab5f77339563db1e825176458d,022429e45ab8cb7098bcf4c685bf2ef246ab815dca5644b1d0ed7ccd5f36ab6a1e,03b615200b44c1aac4b848c106f807d297d09204a190e6d13ae41bb285aa5f98fb,02d8ee616992c458380231dae6db83211138af3604bee9fbd6bef8a4a240db9916,1),DATA_WAIT_FOR_OPEN_CHANNEL(INPUT_INIT_FUNDEE(bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249,LocalParams(0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d,542,100000000000,100000,1000000,144,30,89d0984373b9d180c1d3ae80c3cc550e532a9e879e8f684032537792dbaf080e01,dbf7b430cf3b4673473de7db9d90c14071b40506f7beea8dbde4553dcb7f9879,7af81bcbe033a24fa23ceb26837220fa3494fefa06cfbc21085d790a6305b479,81bb6987ad0b8aea42eba0e07eff7e2130162ce17f519d21dcebd90925856cd8,4bd07d908dc70cc4ed36da5c401fa40bc9fbcbfd17221e7371cebaaf8f7a7d3d,a91450e56140eb36703787352b60a3351a9b94e0a35987,36db8213f9e13f184f86a898207aeeb59d91fc926b088b851fa454241659c408,false,,08),Actor[akka://default/user/$i/server/$a#278750646],Init(,08)))) from Actor[akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013#-579780145] in state WAIT_FOR_OPEN_CHANNEL
DEBUG:eclair(16332):2017-11-29 17:23:47,644 WARN fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249 - local/remote feerates are too different: remoteFeeratePerKw=6000 localFeeratePerKw=53760
DEBUG:eclair(16332):2017-11-29 17:23:47,645 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249 - transition WAIT_FOR_OPEN_CHANNEL -> CLOSED
DEBUG:lnd(16331):2017-11-29 17:23:47.647 [DBG] PEER: Received Error(chan_id=bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249, err=[108 111 99 97 108 47 114 101 109 111 116 101 32 102 101 101 114 97 116 101 115 32 97 114 101 32 116 111 111 32 100 105 102 102 101 114 101 110 116 58 32 114 101 109 111 116 101 70 101 101 114 97 116 101 80 101 114 75 119 61 54 48 48 48 32 108 111 99 97 108 70 101 101 114 97 116 101 80 101 114 75 119 61 53 51 55 54 48]) from 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:47.647 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Error)(0xc420138380)({
DEBUG:lnd(16331): ChanID: (lnwire.ChannelID) (len=32 cap=32) bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249,
DEBUG:lnd(16331): Data: (lnwire.ErrorData) (len=88 cap=88) {
DEBUG:lnd(16331): 00000000 6c 6f 63 61 6c 2f 72 65 6d 6f 74 65 20 66 65 65 |local/remote fee|
DEBUG:lnd(16331): 00000010 72 61 74 65 73 20 61 72 65 20 74 6f 6f 20 64 69 |rates are too di|
DEBUG:lnd(16331): 00000020 66 66 65 72 65 6e 74 3a 20 72 65 6d 6f 74 65 46 |fferent: remoteF|
DEBUG:lnd(16331): 00000030 65 65 72 61 74 65 50 65 72 4b 77 3d 36 30 30 30 |eeratePerKw=6000|
DEBUG:lnd(16331): 00000040 20 6c 6f 63 61 6c 46 65 65 72 61 74 65 50 65 72 | localFeeratePer|
DEBUG:lnd(16331): 00000050 4b 77 3d 35 33 37 36 30 |Kw=53760|
DEBUG:lnd(16331): }
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:23:47.647 [ERR] FNDG: Received funding error from 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d: unknown error
DEBUG:lnd(16331):2017-11-29 17:23:47.647 [INF] FNDG: Cancelling funding reservation for node_key=0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d, chan_id=bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249
DEBUG:lnd(16331):2017-11-29 17:23:47.647 [ERR] RPCS: unable to open channel to identityPub() nor peerID(1): rpc error: code = Code(208) desc = unknown error
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:51 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:51 keypool reserve 238
DEBUG:bitcoind:2017-11-29 16:23:51 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:51 UpdateTip: new best=7181e567aae19370c517e244d7dfb87c021e4e9e48b5c3267bdd5faaee521cf5 height=799 version=0x20000000 log2_work=10.643856 tx=901 date='2017-11-29 16:23:51' progress=1.000000 cache=0.2MiB(899txo)
DEBUG:bitcoind:2017-11-29 16:23:51 AddToWallet 2a1b5e3b74bfc6805f9e3c9c20884e26ace67c40696585f15adf558549e90497 new
DEBUG:bitcoind:2017-11-29 16:23:51 keypool keep 238
DEBUG:proc:2017-11-29 17:23:51.614 [INF] BMGR: Processed 10 blocks in the last 17.23s (10 transactions, height 799, 2017-11-29 17:23:51 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:23:51.617 [INF] CRTR: Pruning channel graph using block 7181e567aae19370c517e244d7dfb87c021e4e9e48b5c3267bdd5faaee521cf5 (height=799)
DEBUG:lnd(16331):2017-11-29 17:23:51.619 [INF] NTFN: New block: height=799, sha=7181e567aae19370c517e244d7dfb87c021e4e9e48b5c3267bdd5faaee521cf5
DEBUG:lnd(16331):2017-11-29 17:23:51.625 [INF] CRTR: Block 7181e567aae19370c517e244d7dfb87c021e4e9e48b5c3267bdd5faaee521cf5 (height=799) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:52 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:52 keypool reserve 239
DEBUG:bitcoind:2017-11-29 16:23:52 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:52 UpdateTip: new best=2d2c70acc1a200acc9e456baa72dcac50a5e6a9054c2547cf497a6fed59c7904 height=800 version=0x20000000 log2_work=10.645658 tx=902 date='2017-11-29 16:23:52' progress=1.000000 cache=0.2MiB(900txo)
DEBUG:bitcoind:2017-11-29 16:23:52 AddToWallet fd00137c364ee0d3fb3499be4b6e2b52e875fe92c8dc24b3c6dd70b8be0ddc09 new
DEBUG:bitcoind:2017-11-29 16:23:52 keypool keep 239
DEBUG:lnd(16331):2017-11-29 17:23:52.653 [INF] CRTR: Pruning channel graph using block 2d2c70acc1a200acc9e456baa72dcac50a5e6a9054c2547cf497a6fed59c7904 (height=800)
DEBUG:lnd(16331):2017-11-29 17:23:52.654 [INF] NTFN: New block: height=800, sha=2d2c70acc1a200acc9e456baa72dcac50a5e6a9054c2547cf497a6fed59c7904
DEBUG:lnd(16331):2017-11-29 17:23:52.661 [INF] CRTR: Block 2d2c70acc1a200acc9e456baa72dcac50a5e6a9054c2547cf497a6fed59c7904 (height=800) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:53 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:53 keypool reserve 240
DEBUG:bitcoind:2017-11-29 16:23:53 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:53 UpdateTip: new best=0d89371aa348f514820bc7ed758ce7ae160fffbed1eeca5867a9be7e4e578993 height=801 version=0x20000000 log2_work=10.647458 tx=903 date='2017-11-29 16:23:53' progress=1.000000 cache=0.2MiB(901txo)
DEBUG:bitcoind:2017-11-29 16:23:53 AddToWallet e2c11cd6696b14064da99be875ba972dabff5203866d29fe23f10b7e0014963c new
DEBUG:bitcoind:2017-11-29 16:23:53 keypool keep 240
DEBUG:lnd(16331):2017-11-29 17:23:53.701 [INF] CRTR: Pruning channel graph using block 0d89371aa348f514820bc7ed758ce7ae160fffbed1eeca5867a9be7e4e578993 (height=801)
DEBUG:lnd(16331):2017-11-29 17:23:53.702 [INF] NTFN: New block: height=801, sha=0d89371aa348f514820bc7ed758ce7ae160fffbed1eeca5867a9be7e4e578993
DEBUG:lnd(16331):2017-11-29 17:23:53.715 [INF] CRTR: Block 0d89371aa348f514820bc7ed758ce7ae160fffbed1eeca5867a9be7e4e578993 (height=801) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:54 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:54 keypool reserve 241
DEBUG:bitcoind:2017-11-29 16:23:54 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:54 UpdateTip: new best=33d7c3eb51c9db95c371721f620d23bfcfecce9733d481a8256f87d5cc3b0046 height=802 version=0x20000000 log2_work=10.649256 tx=904 date='2017-11-29 16:23:54' progress=1.000000 cache=0.2MiB(902txo)
DEBUG:bitcoind:2017-11-29 16:23:54 AddToWallet 7e28476950c39f719cb99c694792a3ad925ca890be30f3f9435f3400cc83bc96 new
DEBUG:bitcoind:2017-11-29 16:23:54 keypool keep 241
DEBUG:lnd(16331):2017-11-29 17:23:54.746 [INF] CRTR: Pruning channel graph using block 33d7c3eb51c9db95c371721f620d23bfcfecce9733d481a8256f87d5cc3b0046 (height=802)
DEBUG:lnd(16331):2017-11-29 17:23:54.747 [INF] NTFN: New block: height=802, sha=33d7c3eb51c9db95c371721f620d23bfcfecce9733d481a8256f87d5cc3b0046
DEBUG:lnd(16331):2017-11-29 17:23:54.757 [INF] CRTR: Block 33d7c3eb51c9db95c371721f620d23bfcfecce9733d481a8256f87d5cc3b0046 (height=802) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:55 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:55 keypool reserve 242
DEBUG:bitcoind:2017-11-29 16:23:55 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:55 UpdateTip: new best=5fa58f3c7b13b2dedfa017c15e76d73a9cfd14e14ee1a143b95ee378c9599434 height=803 version=0x20000000 log2_work=10.651052 tx=905 date='2017-11-29 16:23:55' progress=1.000000 cache=0.2MiB(903txo)
DEBUG:bitcoind:2017-11-29 16:23:55 AddToWallet d52c3b32fde5644d41dcf890c9020b4a2d1881874cfdf3ad0dd248947d70c262 new
DEBUG:bitcoind:2017-11-29 16:23:55 keypool keep 242
DEBUG:lnd(16331):2017-11-29 17:23:55.685 [INF] NTFN: New block: height=803, sha=5fa58f3c7b13b2dedfa017c15e76d73a9cfd14e14ee1a143b95ee378c9599434
DEBUG:lnd(16331):2017-11-29 17:23:55.686 [INF] CRTR: Pruning channel graph using block 5fa58f3c7b13b2dedfa017c15e76d73a9cfd14e14ee1a143b95ee378c9599434 (height=803)
DEBUG:lnd(16331):2017-11-29 17:23:55.709 [INF] CRTR: Block 5fa58f3c7b13b2dedfa017c15e76d73a9cfd14e14ee1a143b95ee378c9599434 (height=803) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:56 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:56 keypool reserve 243
DEBUG:bitcoind:2017-11-29 16:23:56 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:56 UpdateTip: new best=62a98929e3e818ecc36c2b075d61a03a611801f430e58bc36afe8a1cc419bfe6 height=804 version=0x20000000 log2_work=10.652845 tx=906 date='2017-11-29 16:23:56' progress=1.000000 cache=0.2MiB(904txo)
DEBUG:bitcoind:2017-11-29 16:23:56 AddToWallet 2a7cd7414fc8a0def83c74a8d44888a3308851e725efab5b44c4b72a7028e262 new
DEBUG:bitcoind:2017-11-29 16:23:56 keypool keep 243
DEBUG:lnd(16331):2017-11-29 17:23:56.731 [INF] CRTR: Pruning channel graph using block 62a98929e3e818ecc36c2b075d61a03a611801f430e58bc36afe8a1cc419bfe6 (height=804)
DEBUG:lnd(16331):2017-11-29 17:23:56.732 [INF] NTFN: New block: height=804, sha=62a98929e3e818ecc36c2b075d61a03a611801f430e58bc36afe8a1cc419bfe6
DEBUG:lnd(16331):2017-11-29 17:23:56.741 [INF] CRTR: Block 62a98929e3e818ecc36c2b075d61a03a611801f430e58bc36afe8a1cc419bfe6 (height=804) closed 0 channels
DEBUG:eclair(16332):2017-11-29 17:23:57,666 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249 - processing Event('shutdown,DATA_WAIT_FOR_OPEN_CHANNEL(INPUT_INIT_FUNDEE(bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249,LocalParams(0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d,542,100000000000,100000,1000000,144,30,89d0984373b9d180c1d3ae80c3cc550e532a9e879e8f684032537792dbaf080e01,dbf7b430cf3b4673473de7db9d90c14071b40506f7beea8dbde4553dcb7f9879,7af81bcbe033a24fa23ceb26837220fa3494fefa06cfbc21085d790a6305b479,81bb6987ad0b8aea42eba0e07eff7e2130162ce17f519d21dcebd90925856cd8,4bd07d908dc70cc4ed36da5c401fa40bc9fbcbfd17221e7371cebaaf8f7a7d3d,a91450e56140eb36703787352b60a3351a9b94e0a35987,36db8213f9e13f184f86a898207aeeb59d91fc926b088b851fa454241659c408,false,,08),Actor[akka://default/user/$i/server/$a#278750646],Init(,08)))) from Actor[akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a#1442185643] in state CLOSED
DEBUG:eclair(16332):2017-11-29 17:23:57,667 INFO fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013/$a bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249 - shutting down
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:57 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:eclair(16332):2017-11-29 17:23:57,752 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - channel closed: channelId=TemporaryChannelId(bc2357ff6dd8b7497ba3e886d2a9772c2d3d4fa5ac31455830344edee538e249)
DEBUG:eclair(16332):2017-11-29 17:23:57,753 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - that was the last open channel, closing the connection
DEBUG:eclair(16332):2017-11-29 17:23:57,758 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - lost connection to 03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013
DEBUG:lnd(16331):2017-11-29 17:23:57.760 [INF] PEER: unable to read message from 127.0.0.1:16332: EOF
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [TRC] PEER: Disconnecting 127.0.0.1:16332, reason: read handler closed
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [TRC] PEER: writeHandler for peer 127.0.0.1:16332 done
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [DBG] SRVR: Peer 127.0.0.1:16332 has been disconnected
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [DBG] FNDG: Cancelling all reservations for peer 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [TRC] PEER: readHandler for peer 127.0.0.1:16332 done
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [TRC] PEER: Update stream for gossiper exited
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [ERR] SRVR: unable to get channel links: unable to locate channel link bydestination hop id 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [DBG] SRVR: removing peer 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [DBG] SRVR: Attempting to re-establish persistent connection to peer 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [DBG] CMGR: Disconnected from 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d@127.0.0.1:16332 (reqid 1)
DEBUG:lnd(16331):2017-11-29 17:23:57.761 [DBG] CMGR: Attempting to connect to 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d@127.0.0.1:16332 (reqid 2)
DEBUG:bitcoind:2017-11-29 16:23:57 keypool reserve 244
DEBUG:bitcoind:2017-11-29 16:23:57 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:eclair(16332):2017-11-29 17:23:57,765 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - connected to /127.0.0.1:41970
DEBUG:bitcoind:2017-11-29 16:23:57 UpdateTip: new best=2f96eccfd46c736b866a2f83ba2ebcbcceefd3215b287a184d351c7217cb1518 height=805 version=0x20000000 log2_work=10.654636 tx=907 date='2017-11-29 16:23:57' progress=1.000000 cache=0.2MiB(905txo)
DEBUG:bitcoind:2017-11-29 16:23:57 AddToWallet 3f8661911f52756a989ae314073d39ab3463edaac369a0e56401c139303bf87a new
DEBUG:bitcoind:2017-11-29 16:23:57 keypool keep 244
DEBUG:lnd(16331):2017-11-29 17:23:57.784 [DBG] CMGR: Connected to 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d@127.0.0.1:16332 (reqid 2)
DEBUG:lnd(16331):2017-11-29 17:23:57.784 [INF] SRVR: Established connection to: 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:57.784 [TRC] PEER: peer 127.0.0.1:16332 starting
DEBUG:lnd(16331):2017-11-29 17:23:57.784 [DBG] PEER: Sending Init to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:57.784 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.Init)(0xc4202b8a30)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc42000e0d8)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc42000e218)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) (len=1) {
DEBUG:lnd(16331): (lnwire.FeatureBit) 3: (bool) true
DEBUG:lnd(16331): }
DEBUG:lnd(16331): })
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:eclair(16332):2017-11-29 17:23:57,789 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - handshake completed with 03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013
DEBUG:eclair(16332):2017-11-29 17:23:57,791 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - registering as a listener to Actor[akka://default/user/$i/server/$b#-1927599811]
DEBUG:lnd(16331):2017-11-29 17:23:57.790 [DBG] PEER: Received Init from 127.0.0.1:16332
DEBUG:eclair(16332):2017-11-29 17:23:57,792 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - 03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 has features: initialRoutingSync=true
DEBUG:lnd(16331):2017-11-29 17:23:57.790 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Init)(0xc4202b8bf0)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc42000e228)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc42000e230)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) (len=1) {
DEBUG:lnd(16331): (lnwire.FeatureBit) 3: (bool) true
DEBUG:lnd(16331): }
DEBUG:lnd(16331): })
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:23:57.791 [DBG] PEER: Loaded 0 active channels from database with peerID(2)
DEBUG:lnd(16331):2017-11-29 17:23:57.791 [TRC] PEER: Update stream for gossiper created
DEBUG:lnd(16331):2017-11-29 17:23:57.791 [INF] DISC: Syncing channel graph state with 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d, sending 1 vertexes and 0 edges
DEBUG:lnd(16331):2017-11-29 17:23:57.791 [INF] SRVR: Attempting to send msgs 1 to: 0216a00f15d22a565e9064e16a3a6827fbd36099ee28a5d86bbdee4081b6be4b9d
DEBUG:lnd(16331):2017-11-29 17:23:57.791 [DBG] PEER: Sending NodeAnnouncement(node=03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013, update_time=2017-11-29 17:23:21 +0100 CET) to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:23:57.791 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.NodeAnnouncement)(0xc4206368a0)({
DEBUG:lnd(16331): Signature: (*btcec.Signature)(0xc4202b8e00)({
DEBUG:lnd(16331): R: (*big.Int)(0xc42014ac00)(75355162649536418372290750482740909229207100741460502784975228105757598082973),
DEBUG:lnd(16331): S: (*big.Int)(0xc42014ac20)(12838412726459373142457247325813813150671399087746928567646209073354587520786)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Features: (*lnwire.RawFeatureVector)(0xc42000e238)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Timestamp: (uint32) 1511972601,
DEBUG:lnd(16331): NodeID: (*btcec.PublicKey)(0xc42014ab00)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc42014ab20)(113135615830776254052534425877601055398946379768806817361353692856604136333331),
DEBUG:lnd(16331): Y: (*big.Int)(0xc42014ab40)(20345258830291344448751455379037838423962981173199733894774165351755809927125)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): RGBColor: (lnwire.RGB) {
DEBUG:lnd(16331): red: (uint8) 0,
DEBUG:lnd(16331): green: (uint8) 0,
DEBUG:lnd(16331): blue: (uint8) 0
DEBUG:lnd(16331): },
DEBUG:lnd(16331): Alias: (lnwire.NodeAlias) (len=32 cap=32) 03fa207d450364034f2e,
DEBUG:lnd(16331): Addresses: ([]net.Addr) <nil>
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:eclair(16332):2017-11-29 17:23:57,795 WARN fr.acinq.eclair.router.Router akka://default/user/$f/router - ignoring NodeAnnouncement(3045022100a69982b7db6be830c31875c84dbbf399dd70afa79f097fdfccf1f9fc82b6e79d02201c6248ba801ea7623e5895b4471dd5ebcbc224057f8c9e3e451ccdb9a2e83f1201,,1511972601,03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013,(0,0,0),03fa207d450364034f2e,List()) (no related channel found)
DEBUG:lnd(16331):2017-11-29 17:23:57.875 [INF] CRTR: Pruning channel graph using block 2f96eccfd46c736b866a2f83ba2ebcbcceefd3215b287a184d351c7217cb1518 (height=805)
DEBUG:lnd(16331):2017-11-29 17:23:57.875 [INF] NTFN: New block: height=805, sha=2f96eccfd46c736b866a2f83ba2ebcbcceefd3215b287a184d351c7217cb1518
DEBUG:lnd(16331):2017-11-29 17:23:57.885 [INF] CRTR: Block 2f96eccfd46c736b866a2f83ba2ebcbcceefd3215b287a184d351c7217cb1518 (height=805) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:58 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:58 keypool reserve 245
DEBUG:bitcoind:2017-11-29 16:23:58 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:58 UpdateTip: new best=5432395442524abb4a5ad3a0ae8af584a5dcd8ffb14a5ba9c0fd42e0d7a15bcf height=806 version=0x20000000 log2_work=10.656425 tx=908 date='2017-11-29 16:23:58' progress=1.000000 cache=0.2MiB(906txo)
DEBUG:bitcoind:2017-11-29 16:23:58 AddToWallet ba9f165a3dc020d85386b5db9d1e14ced94cce1a89ddcd8062a0980360e58720 new
DEBUG:bitcoind:2017-11-29 16:23:58 keypool keep 245
DEBUG:lnd(16331):2017-11-29 17:23:58.823 [INF] CRTR: Pruning channel graph using block 5432395442524abb4a5ad3a0ae8af584a5dcd8ffb14a5ba9c0fd42e0d7a15bcf (height=806)
DEBUG:lnd(16331):2017-11-29 17:23:58.824 [INF] NTFN: New block: height=806, sha=5432395442524abb4a5ad3a0ae8af584a5dcd8ffb14a5ba9c0fd42e0d7a15bcf
DEBUG:lnd(16331):2017-11-29 17:23:58.838 [INF] CRTR: Block 5432395442524abb4a5ad3a0ae8af584a5dcd8ffb14a5ba9c0fd42e0d7a15bcf (height=806) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:23:59 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:23:59 keypool reserve 246
DEBUG:bitcoind:2017-11-29 16:23:59 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:23:59 UpdateTip: new best=4eedb819125644f2e8644f27c05b4ef3d88e8324881fbe134311e7934de5bf98 height=807 version=0x20000000 log2_work=10.658211 tx=909 date='2017-11-29 16:23:59' progress=1.000000 cache=0.2MiB(907txo)
DEBUG:bitcoind:2017-11-29 16:23:59 AddToWallet e977a8e7099c71dc049bc088456dc429e3643e443ddfde41f955033d8c2f91ad new
DEBUG:bitcoind:2017-11-29 16:23:59 keypool keep 246
DEBUG:lnd(16331):2017-11-29 17:23:59.968 [INF] NTFN: New block: height=807, sha=4eedb819125644f2e8644f27c05b4ef3d88e8324881fbe134311e7934de5bf98
DEBUG:lnd(16331):2017-11-29 17:23:59.971 [INF] CRTR: Pruning channel graph using block 4eedb819125644f2e8644f27c05b4ef3d88e8324881fbe134311e7934de5bf98 (height=807)
DEBUG:lnd(16331):2017-11-29 17:23:59.999 [INF] CRTR: Block 4eedb819125644f2e8644f27c05b4ef3d88e8324881fbe134311e7934de5bf98 (height=807) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:00 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:00 keypool reserve 247
DEBUG:bitcoind:2017-11-29 16:24:00 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:00 UpdateTip: new best=0f95fe9d1f0df24c022dc60a69960464dfe36dc59b2a86a31a5f6ef3246bf88b height=808 version=0x20000000 log2_work=10.659996 tx=910 date='2017-11-29 16:24:00' progress=1.000000 cache=0.2MiB(908txo)
DEBUG:bitcoind:2017-11-29 16:24:00 AddToWallet e1bc2e86c5e8e396353d38ac9124a7cc91ec1d8cdfb817fbcebdcd97c1bbd66c new
DEBUG:bitcoind:2017-11-29 16:24:00 keypool keep 247
DEBUG:lnd(16331):2017-11-29 17:24:00.905 [INF] NTFN: New block: height=808, sha=0f95fe9d1f0df24c022dc60a69960464dfe36dc59b2a86a31a5f6ef3246bf88b
DEBUG:lnd(16331):2017-11-29 17:24:00.905 [INF] CRTR: Pruning channel graph using block 0f95fe9d1f0df24c022dc60a69960464dfe36dc59b2a86a31a5f6ef3246bf88b (height=808)
DEBUG:lnd(16331):2017-11-29 17:24:00.932 [INF] CRTR: Block 0f95fe9d1f0df24c022dc60a69960464dfe36dc59b2a86a31a5f6ef3246bf88b (height=808) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:01 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:01 keypool reserve 248
DEBUG:bitcoind:2017-11-29 16:24:01 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:01 UpdateTip: new best=40155bd370695a76ac34d1666633f0fbe354145d6472bad4d80924778fcfd381 height=809 version=0x20000000 log2_work=10.661778 tx=911 date='2017-11-29 16:24:01' progress=1.000000 cache=0.2MiB(909txo)
DEBUG:bitcoind:2017-11-29 16:24:01 AddToWallet 910e29e0e570999a31480c8be3614aa62839822bea79144953917d43ac8c8faa new
DEBUG:bitcoind:2017-11-29 16:24:01 keypool keep 248
DEBUG:proc:2017-11-29 17:24:01.974 [INF] BMGR: Processed 10 blocks in the last 10.35s (10 transactions, height 809, 2017-11-29 17:24:01 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:24:01.979 [INF] NTFN: New block: height=809, sha=40155bd370695a76ac34d1666633f0fbe354145d6472bad4d80924778fcfd381
DEBUG:lnd(16331):2017-11-29 17:24:01.980 [INF] CRTR: Pruning channel graph using block 40155bd370695a76ac34d1666633f0fbe354145d6472bad4d80924778fcfd381 (height=809)
DEBUG:lnd(16331):2017-11-29 17:24:02.002 [INF] CRTR: Block 40155bd370695a76ac34d1666633f0fbe354145d6472bad4d80924778fcfd381 (height=809) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:03 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:03 keypool reserve 249
DEBUG:bitcoind:2017-11-29 16:24:03 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:03 UpdateTip: new best=59cd1bc9e750f772c777516dabef0ff23b662f4566a8c47e26e9d9139d52b8bd height=810 version=0x20000000 log2_work=10.663558 tx=912 date='2017-11-29 16:24:03' progress=1.000000 cache=0.2MiB(910txo)
DEBUG:bitcoind:2017-11-29 16:24:03 AddToWallet 17bf6119375984c14c2e1930bfbc6fa203adee6ba10dacc73511c57c8db05ddc new
DEBUG:lnd(16331):2017-11-29 17:24:03.023 [INF] CRTR: Pruning channel graph using block 59cd1bc9e750f772c777516dabef0ff23b662f4566a8c47e26e9d9139d52b8bd (height=810)
DEBUG:lnd(16331):2017-11-29 17:24:03.024 [INF] NTFN: New block: height=810, sha=59cd1bc9e750f772c777516dabef0ff23b662f4566a8c47e26e9d9139d52b8bd
DEBUG:bitcoind:2017-11-29 16:24:03 keypool keep 249
DEBUG:lnd(16331):2017-11-29 17:24:03.033 [INF] CRTR: Block 59cd1bc9e750f772c777516dabef0ff23b662f4566a8c47e26e9d9139d52b8bd (height=810) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:04 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:04 keypool reserve 250
DEBUG:bitcoind:2017-11-29 16:24:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:04 UpdateTip: new best=1f491a1a0f92b149f729fa44a565f491031ab7be9505f099f544c2e0739276af height=811 version=0x20000000 log2_work=10.665336 tx=913 date='2017-11-29 16:24:04' progress=1.000000 cache=0.2MiB(911txo)
DEBUG:bitcoind:2017-11-29 16:24:04 AddToWallet 734c538640a098f39b3ae6ebeb7cf5d6543a14113f341e176100aaa7b8397a2e new
DEBUG:bitcoind:2017-11-29 16:24:04 keypool keep 250
DEBUG:lnd(16331):2017-11-29 17:24:04.073 [INF] CRTR: Pruning channel graph using block 1f491a1a0f92b149f729fa44a565f491031ab7be9505f099f544c2e0739276af (height=811)
DEBUG:lnd(16331):2017-11-29 17:24:04.073 [INF] NTFN: New block: height=811, sha=1f491a1a0f92b149f729fa44a565f491031ab7be9505f099f544c2e0739276af
DEBUG:lnd(16331):2017-11-29 17:24:04.082 [INF] CRTR: Block 1f491a1a0f92b149f729fa44a565f491031ab7be9505f099f544c2e0739276af (height=811) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:05 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:05 keypool reserve 251
DEBUG:bitcoind:2017-11-29 16:24:05 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:05 UpdateTip: new best=7e30b6b7b1328a0eb2446df07492a7166ca8a41014d49ce003fd238bac32db3b height=812 version=0x20000000 log2_work=10.667112 tx=914 date='2017-11-29 16:24:05' progress=1.000000 cache=0.2MiB(912txo)
DEBUG:bitcoind:2017-11-29 16:24:05 AddToWallet 2673563c0c8600f581a60d2d78d0316e2c870266fc050a6cbea64dc4805e60c7 new
DEBUG:bitcoind:2017-11-29 16:24:05 keypool keep 251
DEBUG:lnd(16331):2017-11-29 17:24:05.118 [INF] CRTR: Pruning channel graph using block 7e30b6b7b1328a0eb2446df07492a7166ca8a41014d49ce003fd238bac32db3b (height=812)
DEBUG:lnd(16331):2017-11-29 17:24:05.118 [INF] NTFN: New block: height=812, sha=7e30b6b7b1328a0eb2446df07492a7166ca8a41014d49ce003fd238bac32db3b
DEBUG:lnd(16331):2017-11-29 17:24:05.125 [INF] CRTR: Block 7e30b6b7b1328a0eb2446df07492a7166ca8a41014d49ce003fd238bac32db3b (height=812) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:06 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:06 keypool reserve 252
DEBUG:bitcoind:2017-11-29 16:24:06 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:06 UpdateTip: new best=5830a022049c48a06870ff386f671c5adc15583da0ab523bfbad6032a2f5d721 height=813 version=0x20000000 log2_work=10.668885 tx=915 date='2017-11-29 16:24:06' progress=1.000000 cache=0.2MiB(913txo)
DEBUG:bitcoind:2017-11-29 16:24:06 AddToWallet 31f97aa87c29e71648f81b33b1b8d33a517335bd53c10d1e5e1400cb0a428942 new
DEBUG:bitcoind:2017-11-29 16:24:06 keypool keep 252
DEBUG:lnd(16331):2017-11-29 17:24:06.174 [INF] NTFN: New block: height=813, sha=5830a022049c48a06870ff386f671c5adc15583da0ab523bfbad6032a2f5d721
DEBUG:lnd(16331):2017-11-29 17:24:06.175 [INF] CRTR: Pruning channel graph using block 5830a022049c48a06870ff386f671c5adc15583da0ab523bfbad6032a2f5d721 (height=813)
DEBUG:lnd(16331):2017-11-29 17:24:06.206 [INF] CRTR: Block 5830a022049c48a06870ff386f671c5adc15583da0ab523bfbad6032a2f5d721 (height=813) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:07 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:07 keypool reserve 253
DEBUG:bitcoind:2017-11-29 16:24:07 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:07 UpdateTip: new best=044c7af015cebf9c36845d5139f94a46d9840ae72ffb26eb975cecb690a845ad height=814 version=0x20000000 log2_work=10.670656 tx=916 date='2017-11-29 16:24:07' progress=1.000000 cache=0.2MiB(914txo)
DEBUG:bitcoind:2017-11-29 16:24:07 AddToWallet 758400ba2d59d07db65c0804d08f6e83b0f45a186f554b497d3d60e020a1083f new
DEBUG:bitcoind:2017-11-29 16:24:07 keypool keep 253
DEBUG:lnd(16331):2017-11-29 17:24:07.227 [INF] CRTR: Pruning channel graph using block 044c7af015cebf9c36845d5139f94a46d9840ae72ffb26eb975cecb690a845ad (height=814)
DEBUG:lnd(16331):2017-11-29 17:24:07.228 [INF] NTFN: New block: height=814, sha=044c7af015cebf9c36845d5139f94a46d9840ae72ffb26eb975cecb690a845ad
DEBUG:lnd(16331):2017-11-29 17:24:07.235 [INF] CRTR: Block 044c7af015cebf9c36845d5139f94a46d9840ae72ffb26eb975cecb690a845ad (height=814) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:08 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:08 keypool reserve 254
DEBUG:bitcoind:2017-11-29 16:24:08 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:08 UpdateTip: new best=04c2e0063eb6b698048fa616353c42ee65e65d2df125a0822a82b1a9c49530c1 height=815 version=0x20000000 log2_work=10.672425 tx=917 date='2017-11-29 16:24:08' progress=1.000000 cache=0.2MiB(915txo)
DEBUG:bitcoind:2017-11-29 16:24:08 AddToWallet c2fc6aac5be1314ca33bef7e0e151e432fcda0b1373663e9357deda54eec99e0 new
DEBUG:bitcoind:2017-11-29 16:24:08 keypool keep 254
DEBUG:lnd(16331):2017-11-29 17:24:08.270 [INF] CRTR: Pruning channel graph using block 04c2e0063eb6b698048fa616353c42ee65e65d2df125a0822a82b1a9c49530c1 (height=815)
DEBUG:lnd(16331):2017-11-29 17:24:08.270 [INF] NTFN: New block: height=815, sha=04c2e0063eb6b698048fa616353c42ee65e65d2df125a0822a82b1a9c49530c1
DEBUG:lnd(16331):2017-11-29 17:24:08.281 [INF] CRTR: Block 04c2e0063eb6b698048fa616353c42ee65e65d2df125a0822a82b1a9c49530c1 (height=815) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:09 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:09 keypool reserve 255
DEBUG:bitcoind:2017-11-29 16:24:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:09 UpdateTip: new best=71a0c8b579aafb3cad8327400d00adfa1b753fa39add545e58826afcc5270c7d height=816 version=0x20000000 log2_work=10.674192 tx=918 date='2017-11-29 16:24:09' progress=1.000000 cache=0.2MiB(916txo)
DEBUG:bitcoind:2017-11-29 16:24:09 AddToWallet 0ac53a27c485d6e3942310fb19e26fc38be0d2ac8f7ad2e720fd61d1fd20f26d new
DEBUG:bitcoind:2017-11-29 16:24:09 keypool keep 255
DEBUG:lnd(16331):2017-11-29 17:24:09.325 [INF] CRTR: Pruning channel graph using block 71a0c8b579aafb3cad8327400d00adfa1b753fa39add545e58826afcc5270c7d (height=816)
DEBUG:lnd(16331):2017-11-29 17:24:09.326 [INF] NTFN: New block: height=816, sha=71a0c8b579aafb3cad8327400d00adfa1b753fa39add545e58826afcc5270c7d
DEBUG:lnd(16331):2017-11-29 17:24:09.348 [INF] CRTR: Block 71a0c8b579aafb3cad8327400d00adfa1b753fa39add545e58826afcc5270c7d (height=816) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:10 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:10 keypool reserve 256
DEBUG:bitcoind:2017-11-29 16:24:10 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:10 UpdateTip: new best=01af4db8ec953d5cf7e5b18d1e8bee5f8e87cebb66b10c82949bd25bcda6e106 height=817 version=0x20000000 log2_work=10.675957 tx=919 date='2017-11-29 16:24:10' progress=1.000000 cache=0.2MiB(917txo)
DEBUG:bitcoind:2017-11-29 16:24:10 AddToWallet 2aaac4f8b2f3651e8320aa2249ed2fbd6b488302bb825e4433c8fb7e6a67a42c new
DEBUG:bitcoind:2017-11-29 16:24:10 keypool keep 256
DEBUG:lnd(16331):2017-11-29 17:24:10.379 [INF] CRTR: Pruning channel graph using block 01af4db8ec953d5cf7e5b18d1e8bee5f8e87cebb66b10c82949bd25bcda6e106 (height=817)
DEBUG:lnd(16331):2017-11-29 17:24:10.380 [INF] NTFN: New block: height=817, sha=01af4db8ec953d5cf7e5b18d1e8bee5f8e87cebb66b10c82949bd25bcda6e106
DEBUG:lnd(16331):2017-11-29 17:24:10.388 [INF] CRTR: Block 01af4db8ec953d5cf7e5b18d1e8bee5f8e87cebb66b10c82949bd25bcda6e106 (height=817) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:11 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:11 keypool reserve 257
DEBUG:bitcoind:2017-11-29 16:24:11 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:11 UpdateTip: new best=45b2066a62f52db2810b62a708b0b8aa0d79f882bd6dd6cdf7f05daff22c8d6f height=818 version=0x20000000 log2_work=10.67772 tx=920 date='2017-11-29 16:24:11' progress=1.000000 cache=0.2MiB(918txo)
DEBUG:bitcoind:2017-11-29 16:24:11 AddToWallet 5f703a8e5430658d656a6e380efeede4d0641837eaf95e4e4d551ac53c4a90cf new
DEBUG:bitcoind:2017-11-29 16:24:11 keypool keep 257
DEBUG:lnd(16331):2017-11-29 17:24:11.520 [INF] NTFN: New block: height=818, sha=45b2066a62f52db2810b62a708b0b8aa0d79f882bd6dd6cdf7f05daff22c8d6f
DEBUG:lnd(16331):2017-11-29 17:24:11.520 [INF] CRTR: Pruning channel graph using block 45b2066a62f52db2810b62a708b0b8aa0d79f882bd6dd6cdf7f05daff22c8d6f (height=818)
DEBUG:lnd(16331):2017-11-29 17:24:11.549 [INF] CRTR: Block 45b2066a62f52db2810b62a708b0b8aa0d79f882bd6dd6cdf7f05daff22c8d6f (height=818) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:12 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:12 keypool reserve 258
DEBUG:bitcoind:2017-11-29 16:24:12 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:12 UpdateTip: new best=268bc9fadfa1db3d25243a056bebcd220d2c6fe71671afa7a4f38c093bc2f1fb height=819 version=0x20000000 log2_work=10.67948 tx=921 date='2017-11-29 16:24:12' progress=1.000000 cache=0.2MiB(919txo)
DEBUG:bitcoind:2017-11-29 16:24:12 AddToWallet 06cd4710eacd08d4f7e329704275a2f6dcd6c9b6c5af94276a04354e4fe23b82 new
DEBUG:bitcoind:2017-11-29 16:24:12 keypool keep 258
DEBUG:proc:2017-11-29 17:24:12.555 [INF] BMGR: Processed 10 blocks in the last 10.58s (10 transactions, height 819, 2017-11-29 17:24:12 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:24:12.557 [INF] CRTR: Pruning channel graph using block 268bc9fadfa1db3d25243a056bebcd220d2c6fe71671afa7a4f38c093bc2f1fb (height=819)
DEBUG:lnd(16331):2017-11-29 17:24:12.558 [INF] NTFN: New block: height=819, sha=268bc9fadfa1db3d25243a056bebcd220d2c6fe71671afa7a4f38c093bc2f1fb
DEBUG:lnd(16331):2017-11-29 17:24:12.572 [INF] CRTR: Block 268bc9fadfa1db3d25243a056bebcd220d2c6fe71671afa7a4f38c093bc2f1fb (height=819) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:13 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:13 keypool reserve 259
DEBUG:bitcoind:2017-11-29 16:24:13 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:13 UpdateTip: new best=068c3683de10223e7e80cd2dee88357899c2c17b8a89f5522e77e381b8515b25 height=820 version=0x20000000 log2_work=10.681238 tx=922 date='2017-11-29 16:24:13' progress=1.000000 cache=0.2MiB(920txo)
DEBUG:bitcoind:2017-11-29 16:24:13 AddToWallet 3023526a53d4e9ba18dc471375e7fc0dd2a4aefcecf4ebf7dac146292f964fd4 new
DEBUG:bitcoind:2017-11-29 16:24:13 keypool keep 259
DEBUG:lnd(16331):2017-11-29 17:24:13.594 [INF] CRTR: Pruning channel graph using block 068c3683de10223e7e80cd2dee88357899c2c17b8a89f5522e77e381b8515b25 (height=820)
DEBUG:lnd(16331):2017-11-29 17:24:13.594 [INF] NTFN: New block: height=820, sha=068c3683de10223e7e80cd2dee88357899c2c17b8a89f5522e77e381b8515b25
DEBUG:lnd(16331):2017-11-29 17:24:13.608 [INF] CRTR: Block 068c3683de10223e7e80cd2dee88357899c2c17b8a89f5522e77e381b8515b25 (height=820) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:14 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:14 keypool reserve 260
DEBUG:bitcoind:2017-11-29 16:24:14 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:14 UpdateTip: new best=213717e9bd3b450939597cec70ef9949eb5ba1465a11857a92707d5a18494897 height=821 version=0x20000000 log2_work=10.682995 tx=923 date='2017-11-29 16:24:14' progress=1.000000 cache=0.2MiB(921txo)
DEBUG:bitcoind:2017-11-29 16:24:14 AddToWallet 693f21b04726066bb2efdda9ed2525bbeb67a5cd37d89b346c6ee04ec1451706 new
DEBUG:bitcoind:2017-11-29 16:24:14 keypool keep 260
DEBUG:lnd(16331):2017-11-29 17:24:14.658 [INF] CRTR: Pruning channel graph using block 213717e9bd3b450939597cec70ef9949eb5ba1465a11857a92707d5a18494897 (height=821)
DEBUG:lnd(16331):2017-11-29 17:24:14.659 [INF] NTFN: New block: height=821, sha=213717e9bd3b450939597cec70ef9949eb5ba1465a11857a92707d5a18494897
DEBUG:lnd(16331):2017-11-29 17:24:14.669 [INF] CRTR: Block 213717e9bd3b450939597cec70ef9949eb5ba1465a11857a92707d5a18494897 (height=821) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:15 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:15 keypool reserve 261
DEBUG:bitcoind:2017-11-29 16:24:15 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:15 UpdateTip: new best=28f1c39ee805058daa8a6ce4c072541c130a94cd77622de031faea48351ebbb6 height=822 version=0x20000000 log2_work=10.684749 tx=924 date='2017-11-29 16:24:15' progress=1.000000 cache=0.2MiB(922txo)
DEBUG:bitcoind:2017-11-29 16:24:15 AddToWallet ba80e8a913184fe1f1645ce5d41191ed712e796f700a7111da892c0f36e52ff5 new
DEBUG:bitcoind:2017-11-29 16:24:15 keypool keep 261
DEBUG:lnd(16331):2017-11-29 17:24:15.709 [INF] CRTR: Pruning channel graph using block 28f1c39ee805058daa8a6ce4c072541c130a94cd77622de031faea48351ebbb6 (height=822)
DEBUG:lnd(16331):2017-11-29 17:24:15.709 [INF] NTFN: New block: height=822, sha=28f1c39ee805058daa8a6ce4c072541c130a94cd77622de031faea48351ebbb6
DEBUG:lnd(16331):2017-11-29 17:24:15.727 [INF] CRTR: Block 28f1c39ee805058daa8a6ce4c072541c130a94cd77622de031faea48351ebbb6 (height=822) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:16 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:16 keypool reserve 262
DEBUG:bitcoind:2017-11-29 16:24:16 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:16 UpdateTip: new best=7c0c076f953e5bad711aa4eaef38cf7294ffd6d878cdf9d1ef515ecd0fc33a2a height=823 version=0x20000000 log2_work=10.686501 tx=925 date='2017-11-29 16:24:16' progress=1.000000 cache=0.2MiB(923txo)
DEBUG:bitcoind:2017-11-29 16:24:16 AddToWallet e22232e7f9f1f79af04253a6526acaa77b02c3548b8b53c2fd7391eeb942b307 new
DEBUG:bitcoind:2017-11-29 16:24:16 keypool keep 262
DEBUG:lnd(16331):2017-11-29 17:24:16.751 [INF] CRTR: Pruning channel graph using block 7c0c076f953e5bad711aa4eaef38cf7294ffd6d878cdf9d1ef515ecd0fc33a2a (height=823)
DEBUG:lnd(16331):2017-11-29 17:24:16.752 [INF] NTFN: New block: height=823, sha=7c0c076f953e5bad711aa4eaef38cf7294ffd6d878cdf9d1ef515ecd0fc33a2a
DEBUG:lnd(16331):2017-11-29 17:24:16.768 [INF] CRTR: Block 7c0c076f953e5bad711aa4eaef38cf7294ffd6d878cdf9d1ef515ecd0fc33a2a (height=823) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:17 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:17 keypool reserve 263
DEBUG:bitcoind:2017-11-29 16:24:17 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:17 UpdateTip: new best=43956f7ed3d92c7fd390fba4156eb3be17b98753cc3bef4e982dec8665d8e05c height=824 version=0x20000000 log2_work=10.68825 tx=926 date='2017-11-29 16:24:17' progress=1.000000 cache=0.2MiB(924txo)
DEBUG:bitcoind:2017-11-29 16:24:17 AddToWallet 1a74c8a3d8f7bc2260b7783927018a581189b3be36e97ffd8d3cc68efa665d3e new
DEBUG:bitcoind:2017-11-29 16:24:17 keypool keep 263
DEBUG:lnd(16331):2017-11-29 17:24:17.712 [INF] CRTR: Pruning channel graph using block 43956f7ed3d92c7fd390fba4156eb3be17b98753cc3bef4e982dec8665d8e05c (height=824)
DEBUG:lnd(16331):2017-11-29 17:24:17.714 [INF] NTFN: New block: height=824, sha=43956f7ed3d92c7fd390fba4156eb3be17b98753cc3bef4e982dec8665d8e05c
DEBUG:lnd(16331):2017-11-29 17:24:17.730 [INF] CRTR: Block 43956f7ed3d92c7fd390fba4156eb3be17b98753cc3bef4e982dec8665d8e05c (height=824) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:18 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:18 keypool reserve 264
DEBUG:bitcoind:2017-11-29 16:24:18 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:18 UpdateTip: new best=6fe43e06b81c9ee21538114aae5a5eb8488246e28fbce3bca24aeba45a80c262 height=825 version=0x20000000 log2_work=10.689998 tx=927 date='2017-11-29 16:24:18' progress=1.000000 cache=0.2MiB(925txo)
DEBUG:bitcoind:2017-11-29 16:24:18 AddToWallet 79db09c0b144e0471912b58409a09b9ac6541b5406820c24ebbb91b5216e8a37 new
DEBUG:bitcoind:2017-11-29 16:24:18 keypool keep 264
DEBUG:lnd(16331):2017-11-29 17:24:18.781 [INF] CRTR: Pruning channel graph using block 6fe43e06b81c9ee21538114aae5a5eb8488246e28fbce3bca24aeba45a80c262 (height=825)
DEBUG:lnd(16331):2017-11-29 17:24:18.782 [INF] NTFN: New block: height=825, sha=6fe43e06b81c9ee21538114aae5a5eb8488246e28fbce3bca24aeba45a80c262
DEBUG:lnd(16331):2017-11-29 17:24:18.798 [INF] CRTR: Block 6fe43e06b81c9ee21538114aae5a5eb8488246e28fbce3bca24aeba45a80c262 (height=825) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:19 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:19 keypool reserve 265
DEBUG:bitcoind:2017-11-29 16:24:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:19 UpdateTip: new best=5f204bbd76f53d258d39b90232cce54ab25e251524719d7bd2527f6f4fa41e4d height=826 version=0x20000000 log2_work=10.691744 tx=928 date='2017-11-29 16:24:19' progress=1.000000 cache=0.2MiB(926txo)
DEBUG:bitcoind:2017-11-29 16:24:19 AddToWallet 24dc28e8980e5bbb4fade0934ed346f207023503722dea67b41f6b85eb07da1a new
DEBUG:bitcoind:2017-11-29 16:24:19 keypool keep 265
DEBUG:lnd(16331):2017-11-29 17:24:19.935 [INF] CRTR: Pruning channel graph using block 5f204bbd76f53d258d39b90232cce54ab25e251524719d7bd2527f6f4fa41e4d (height=826)
DEBUG:lnd(16331):2017-11-29 17:24:19.936 [INF] NTFN: New block: height=826, sha=5f204bbd76f53d258d39b90232cce54ab25e251524719d7bd2527f6f4fa41e4d
DEBUG:lnd(16331):2017-11-29 17:24:19.944 [INF] CRTR: Block 5f204bbd76f53d258d39b90232cce54ab25e251524719d7bd2527f6f4fa41e4d (height=826) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:20 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:20 keypool reserve 266
DEBUG:bitcoind:2017-11-29 16:24:20 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:20 UpdateTip: new best=4b384dd8abae327f43d99572a3583fef3836752259a4588f9be653d73e1b389e height=827 version=0x20000000 log2_work=10.693487 tx=929 date='2017-11-29 16:24:20' progress=1.000000 cache=0.2MiB(927txo)
DEBUG:bitcoind:2017-11-29 16:24:20 AddToWallet c2d58b764a8d4e57861c84c4fec17df62a2c1a1ca4bed8eae7b7da186060af04 new
DEBUG:bitcoind:2017-11-29 16:24:20 keypool keep 266
DEBUG:lnd(16331):2017-11-29 17:24:20.976 [INF] CRTR: Pruning channel graph using block 4b384dd8abae327f43d99572a3583fef3836752259a4588f9be653d73e1b389e (height=827)
DEBUG:lnd(16331):2017-11-29 17:24:20.977 [INF] NTFN: New block: height=827, sha=4b384dd8abae327f43d99572a3583fef3836752259a4588f9be653d73e1b389e
DEBUG:lnd(16331):2017-11-29 17:24:20.988 [INF] CRTR: Block 4b384dd8abae327f43d99572a3583fef3836752259a4588f9be653d73e1b389e (height=827) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:21 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:21 keypool reserve 267
DEBUG:bitcoind:2017-11-29 16:24:21 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:21 UpdateTip: new best=3803af36feac044bcb6c1b960fd5da30f4a348642aefef8f7bfc9f5900555513 height=828 version=0x20000000 log2_work=10.695228 tx=930 date='2017-11-29 16:24:21' progress=1.000000 cache=0.2MiB(928txo)
DEBUG:bitcoind:2017-11-29 16:24:21 AddToWallet 985eaefb4b89da8d09995520cca69c93aca218e64e94a14d72d5b4910ca819ed new
DEBUG:bitcoind:2017-11-29 16:24:21 keypool keep 267
DEBUG:lnd(16331):2017-11-29 17:24:21.925 [INF] CRTR: Pruning channel graph using block 3803af36feac044bcb6c1b960fd5da30f4a348642aefef8f7bfc9f5900555513 (height=828)
DEBUG:lnd(16331):2017-11-29 17:24:21.926 [INF] NTFN: New block: height=828, sha=3803af36feac044bcb6c1b960fd5da30f4a348642aefef8f7bfc9f5900555513
DEBUG:lnd(16331):2017-11-29 17:24:21.939 [INF] CRTR: Block 3803af36feac044bcb6c1b960fd5da30f4a348642aefef8f7bfc9f5900555513 (height=828) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:22 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:22 keypool reserve 268
DEBUG:bitcoind:2017-11-29 16:24:22 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:22 UpdateTip: new best=331cfcb4776bc5c5f31dc590f6b90c409b6987ed14f79b17f15d63f13d70a46c height=829 version=0x20000000 log2_work=10.696968 tx=931 date='2017-11-29 16:24:22' progress=1.000000 cache=0.2MiB(929txo)
DEBUG:bitcoind:2017-11-29 16:24:22 AddToWallet c58dc023d53ed796a3191570c6c72a910e67e97b590b3e3e8a874a9fbb2f5a42 new
DEBUG:bitcoind:2017-11-29 16:24:22 keypool keep 268
DEBUG:lnd(16331):2017-11-29 17:24:23.096 [INF] CRTR: Pruning channel graph using block 331cfcb4776bc5c5f31dc590f6b90c409b6987ed14f79b17f15d63f13d70a46c (height=829)
DEBUG:lnd(16331):2017-11-29 17:24:23.098 [INF] NTFN: New block: height=829, sha=331cfcb4776bc5c5f31dc590f6b90c409b6987ed14f79b17f15d63f13d70a46c
DEBUG:proc:2017-11-29 17:24:23.094 [INF] BMGR: Processed 10 blocks in the last 10.53s (10 transactions, height 829, 2017-11-29 17:24:22 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:24:23.105 [INF] CRTR: Block 331cfcb4776bc5c5f31dc590f6b90c409b6987ed14f79b17f15d63f13d70a46c (height=829) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:24 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:24 keypool reserve 269
DEBUG:bitcoind:2017-11-29 16:24:24 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:24 UpdateTip: new best=1b504f27785c43cacfd37e4b08c044ba6fa2e88cd59a55790cb7d12b136da459 height=830 version=0x20000000 log2_work=10.698705 tx=932 date='2017-11-29 16:24:24' progress=1.000000 cache=0.2MiB(930txo)
DEBUG:bitcoind:2017-11-29 16:24:24 AddToWallet ac9851317557f132c49eac3efaac79133d21a53cd48a8ef3c6ce108b7e4e25a8 new
DEBUG:bitcoind:2017-11-29 16:24:24 keypool keep 269
DEBUG:lnd(16331):2017-11-29 17:24:24.132 [INF] CRTR: Pruning channel graph using block 1b504f27785c43cacfd37e4b08c044ba6fa2e88cd59a55790cb7d12b136da459 (height=830)
DEBUG:lnd(16331):2017-11-29 17:24:24.133 [INF] NTFN: New block: height=830, sha=1b504f27785c43cacfd37e4b08c044ba6fa2e88cd59a55790cb7d12b136da459
DEBUG:lnd(16331):2017-11-29 17:24:24.142 [INF] CRTR: Block 1b504f27785c43cacfd37e4b08c044ba6fa2e88cd59a55790cb7d12b136da459 (height=830) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:25 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:25 keypool reserve 270
DEBUG:bitcoind:2017-11-29 16:24:25 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:25 UpdateTip: new best=1531ccbeac4ca089955b788e2fdc68851140c13154c1fc5cae7ec5ff4597fdfd height=831 version=0x20000000 log2_work=10.70044 tx=933 date='2017-11-29 16:24:25' progress=1.000000 cache=0.2MiB(931txo)
DEBUG:bitcoind:2017-11-29 16:24:25 AddToWallet d70aaab818f270eaab6f7ba552fff724ebe83c45a6dd3847cb229fb72dde29d6 new
DEBUG:bitcoind:2017-11-29 16:24:25 keypool keep 270
DEBUG:lnd(16331):2017-11-29 17:24:25.199 [INF] CRTR: Pruning channel graph using block 1531ccbeac4ca089955b788e2fdc68851140c13154c1fc5cae7ec5ff4597fdfd (height=831)
DEBUG:lnd(16331):2017-11-29 17:24:25.199 [INF] NTFN: New block: height=831, sha=1531ccbeac4ca089955b788e2fdc68851140c13154c1fc5cae7ec5ff4597fdfd
DEBUG:lnd(16331):2017-11-29 17:24:25.212 [INF] CRTR: Block 1531ccbeac4ca089955b788e2fdc68851140c13154c1fc5cae7ec5ff4597fdfd (height=831) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:26 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:26 keypool reserve 271
DEBUG:bitcoind:2017-11-29 16:24:26 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:26 UpdateTip: new best=0eb6663656334d2683832861185e4f93f82881c7cdbe35e784825f4718e98c05 height=832 version=0x20000000 log2_work=10.702173 tx=934 date='2017-11-29 16:24:26' progress=1.000000 cache=0.2MiB(932txo)
DEBUG:bitcoind:2017-11-29 16:24:26 AddToWallet a35b5a68d05857eac75b0d102351a30797a6626dc81e418d2c60e3bf4c4619dd new
DEBUG:bitcoind:2017-11-29 16:24:26 keypool keep 271
DEBUG:lnd(16331):2017-11-29 17:24:26.234 [INF] CRTR: Pruning channel graph using block 0eb6663656334d2683832861185e4f93f82881c7cdbe35e784825f4718e98c05 (height=832)
DEBUG:lnd(16331):2017-11-29 17:24:26.235 [INF] NTFN: New block: height=832, sha=0eb6663656334d2683832861185e4f93f82881c7cdbe35e784825f4718e98c05
DEBUG:lnd(16331):2017-11-29 17:24:26.243 [INF] CRTR: Block 0eb6663656334d2683832861185e4f93f82881c7cdbe35e784825f4718e98c05 (height=832) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:27 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:27 keypool reserve 272
DEBUG:bitcoind:2017-11-29 16:24:27 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:27 UpdateTip: new best=3c0b8dbb01f3f97eaace7b6e3666993d8c3ae09e6ca565ceafc4a5533b310fd9 height=833 version=0x20000000 log2_work=10.703904 tx=935 date='2017-11-29 16:24:27' progress=1.000000 cache=0.2MiB(933txo)
DEBUG:bitcoind:2017-11-29 16:24:27 AddToWallet 9021627307de8bdebbc22fe3608d79b779bd3d488e48aee46ee4dcb7b91d5847 new
DEBUG:bitcoind:2017-11-29 16:24:27 keypool keep 272
DEBUG:lnd(16331):2017-11-29 17:24:27.184 [INF] CRTR: Pruning channel graph using block 3c0b8dbb01f3f97eaace7b6e3666993d8c3ae09e6ca565ceafc4a5533b310fd9 (height=833)
DEBUG:lnd(16331):2017-11-29 17:24:27.185 [INF] NTFN: New block: height=833, sha=3c0b8dbb01f3f97eaace7b6e3666993d8c3ae09e6ca565ceafc4a5533b310fd9
DEBUG:lnd(16331):2017-11-29 17:24:27.197 [INF] CRTR: Block 3c0b8dbb01f3f97eaace7b6e3666993d8c3ae09e6ca565ceafc4a5533b310fd9 (height=833) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:24:27.815 [DBG] PEER: Received Ping from 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:24:27.816 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Ping)(0xc4208a4b60)({
DEBUG:lnd(16331): NumPongBytes: (uint16) 496,
DEBUG:lnd(16331): PaddingBytes: (lnwire.PingPayload) (len=215 cap=215) {
DEBUG:lnd(16331): 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000d0 00 00 00 00 00 00 00 |.......|
DEBUG:lnd(16331): }
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:24:27.816 [DBG] PEER: Sending Pong to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:24:27.817 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.Pong)(0xc4208b7be0)({
DEBUG:lnd(16331): PongBytes: (lnwire.PongPayload) (len=496 cap=496) {
DEBUG:lnd(16331): 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000000f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
DEBUG:lnd(16331): }
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:28 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:28 keypool reserve 273
DEBUG:bitcoind:2017-11-29 16:24:28 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:28 UpdateTip: new best=084fa66cea053d80ec04549315236877a83f43d93b06f7e0a9288400b841cc4c height=834 version=0x20000000 log2_work=10.705632 tx=936 date='2017-11-29 16:24:28' progress=1.000000 cache=0.2MiB(934txo)
DEBUG:bitcoind:2017-11-29 16:24:28 AddToWallet d9ce01e4527342ae159aa1023076a60c1a04ab1981043a708472116a99757399 new
DEBUG:lnd(16331):2017-11-29 17:24:28.225 [INF] CRTR: Pruning channel graph using block 084fa66cea053d80ec04549315236877a83f43d93b06f7e0a9288400b841cc4c (height=834)
DEBUG:lnd(16331):2017-11-29 17:24:28.228 [INF] NTFN: New block: height=834, sha=084fa66cea053d80ec04549315236877a83f43d93b06f7e0a9288400b841cc4c
DEBUG:bitcoind:2017-11-29 16:24:28 keypool keep 273
DEBUG:lnd(16331):2017-11-29 17:24:28.232 [INF] CRTR: Block 084fa66cea053d80ec04549315236877a83f43d93b06f7e0a9288400b841cc4c (height=834) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:29 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:29 keypool reserve 274
DEBUG:bitcoind:2017-11-29 16:24:29 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:29 UpdateTip: new best=113a691ef184b6aee29dcf3844a8d7c80e129ff70f2cc8d3624f9d680bd6e060 height=835 version=0x20000000 log2_work=10.707359 tx=937 date='2017-11-29 16:24:29' progress=1.000000 cache=0.2MiB(935txo)
DEBUG:bitcoind:2017-11-29 16:24:29 AddToWallet 6fe12eafb918e168c51167eccab0bf956e71fdc4fac4d6ffb6df687203c2dab1 new
DEBUG:bitcoind:2017-11-29 16:24:29 keypool keep 274
DEBUG:lnd(16331):2017-11-29 17:24:29.412 [INF] CRTR: Pruning channel graph using block 113a691ef184b6aee29dcf3844a8d7c80e129ff70f2cc8d3624f9d680bd6e060 (height=835)
DEBUG:lnd(16331):2017-11-29 17:24:29.413 [INF] NTFN: New block: height=835, sha=113a691ef184b6aee29dcf3844a8d7c80e129ff70f2cc8d3624f9d680bd6e060
DEBUG:lnd(16331):2017-11-29 17:24:29.423 [INF] CRTR: Block 113a691ef184b6aee29dcf3844a8d7c80e129ff70f2cc8d3624f9d680bd6e060 (height=835) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:30 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:30 keypool reserve 275
DEBUG:bitcoind:2017-11-29 16:24:30 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:30 UpdateTip: new best=5274eb2386abe969e643d814ba2958eb0c73b00cd514dec5e69cd6be18948689 height=836 version=0x20000000 log2_work=10.709084 tx=938 date='2017-11-29 16:24:30' progress=1.000000 cache=0.2MiB(936txo)
DEBUG:bitcoind:2017-11-29 16:24:30 AddToWallet 8c385067f94ad385319a6b08d8571f32409f859448ccfdb5233abee90a404579 new
DEBUG:bitcoind:2017-11-29 16:24:30 keypool keep 275
DEBUG:lnd(16331):2017-11-29 17:24:30.451 [INF] CRTR: Pruning channel graph using block 5274eb2386abe969e643d814ba2958eb0c73b00cd514dec5e69cd6be18948689 (height=836)
DEBUG:lnd(16331):2017-11-29 17:24:30.451 [INF] NTFN: New block: height=836, sha=5274eb2386abe969e643d814ba2958eb0c73b00cd514dec5e69cd6be18948689
DEBUG:lnd(16331):2017-11-29 17:24:30.465 [INF] CRTR: Block 5274eb2386abe969e643d814ba2958eb0c73b00cd514dec5e69cd6be18948689 (height=836) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:31 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:31 keypool reserve 276
DEBUG:bitcoind:2017-11-29 16:24:31 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:31 UpdateTip: new best=7a9c691328967b6e5c9c15d3f40e3d9dd181ab59cbbf015a0bf11755543b34dc height=837 version=0x20000000 log2_work=10.710806 tx=939 date='2017-11-29 16:24:31' progress=1.000000 cache=0.2MiB(937txo)
DEBUG:bitcoind:2017-11-29 16:24:31 AddToWallet a37003c0c68a1b621d0b0d6a25f48644b0133316a56f5fcd71e0a458d72d4781 new
DEBUG:bitcoind:2017-11-29 16:24:31 keypool keep 276
DEBUG:lnd(16331):2017-11-29 17:24:31.506 [INF] CRTR: Pruning channel graph using block 7a9c691328967b6e5c9c15d3f40e3d9dd181ab59cbbf015a0bf11755543b34dc (height=837)
DEBUG:lnd(16331):2017-11-29 17:24:31.507 [INF] NTFN: New block: height=837, sha=7a9c691328967b6e5c9c15d3f40e3d9dd181ab59cbbf015a0bf11755543b34dc
DEBUG:lnd(16331):2017-11-29 17:24:31.517 [INF] CRTR: Block 7a9c691328967b6e5c9c15d3f40e3d9dd181ab59cbbf015a0bf11755543b34dc (height=837) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:32 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:32 keypool reserve 277
DEBUG:bitcoind:2017-11-29 16:24:32 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:32 UpdateTip: new best=5c35c5224ce4f7c48679d06f045fefa820ae73cf035531599b3075b7ccf21f39 height=838 version=0x20000000 log2_work=10.712527 tx=940 date='2017-11-29 16:24:32' progress=1.000000 cache=0.2MiB(938txo)
DEBUG:bitcoind:2017-11-29 16:24:32 AddToWallet 3bd9c9be6c8c8a671b484647a5184642960c1fbf4a00e05938bb589ab1460486 new
DEBUG:lnd(16331):2017-11-29 17:24:32.449 [INF] CRTR: Pruning channel graph using block 5c35c5224ce4f7c48679d06f045fefa820ae73cf035531599b3075b7ccf21f39 (height=838)
DEBUG:lnd(16331):2017-11-29 17:24:32.450 [INF] NTFN: New block: height=838, sha=5c35c5224ce4f7c48679d06f045fefa820ae73cf035531599b3075b7ccf21f39
DEBUG:bitcoind:2017-11-29 16:24:32 keypool keep 277
DEBUG:lnd(16331):2017-11-29 17:24:32.466 [INF] CRTR: Block 5c35c5224ce4f7c48679d06f045fefa820ae73cf035531599b3075b7ccf21f39 (height=838) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:33 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:33 keypool reserve 278
DEBUG:bitcoind:2017-11-29 16:24:33 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:33 UpdateTip: new best=3af07a6b31d163affeda95f923c7fbf5b4ba6307a6a07b3a8ac75afadd25a2c7 height=839 version=0x20000000 log2_work=10.714246 tx=941 date='2017-11-29 16:24:33' progress=1.000000 cache=0.2MiB(939txo)
DEBUG:bitcoind:2017-11-29 16:24:33 AddToWallet 0f898cd0a8a6a4fe64d1f6c32b92769096cb155c1c797ccf5e8fe3f2e5b4ac56 new
DEBUG:proc:2017-11-29 17:24:33.516 [INF] BMGR: Processed 10 blocks in the last 10.42s (10 transactions, height 839, 2017-11-29 17:24:33 +0100 CET)
DEBUG:bitcoind:2017-11-29 16:24:33 keypool keep 278
DEBUG:lnd(16331):2017-11-29 17:24:33.518 [INF] CRTR: Pruning channel graph using block 3af07a6b31d163affeda95f923c7fbf5b4ba6307a6a07b3a8ac75afadd25a2c7 (height=839)
DEBUG:lnd(16331):2017-11-29 17:24:33.520 [INF] NTFN: New block: height=839, sha=3af07a6b31d163affeda95f923c7fbf5b4ba6307a6a07b3a8ac75afadd25a2c7
DEBUG:lnd(16331):2017-11-29 17:24:33.534 [INF] CRTR: Block 3af07a6b31d163affeda95f923c7fbf5b4ba6307a6a07b3a8ac75afadd25a2c7 (height=839) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:34 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:34 keypool reserve 279
DEBUG:bitcoind:2017-11-29 16:24:34 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:34 UpdateTip: new best=656ade60a2029a800d8c78ffaf6f8880006410d482f3474bc2dcb864328da193 height=840 version=0x20000000 log2_work=10.715962 tx=942 date='2017-11-29 16:24:34' progress=1.000000 cache=0.2MiB(940txo)
DEBUG:bitcoind:2017-11-29 16:24:34 AddToWallet 42870626c751682bde3ac27773f68d249b8159d52406b89475bd2c5222254e1d new
DEBUG:bitcoind:2017-11-29 16:24:34 keypool keep 279
DEBUG:lnd(16331):2017-11-29 17:24:34.684 [INF] CRTR: Pruning channel graph using block 656ade60a2029a800d8c78ffaf6f8880006410d482f3474bc2dcb864328da193 (height=840)
DEBUG:lnd(16331):2017-11-29 17:24:34.686 [INF] NTFN: New block: height=840, sha=656ade60a2029a800d8c78ffaf6f8880006410d482f3474bc2dcb864328da193
DEBUG:lnd(16331):2017-11-29 17:24:34.698 [INF] CRTR: Block 656ade60a2029a800d8c78ffaf6f8880006410d482f3474bc2dcb864328da193 (height=840) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:35 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:35 keypool reserve 280
DEBUG:bitcoind:2017-11-29 16:24:35 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:35 UpdateTip: new best=26ee65c587f10c6c165056fa3c3d177ae3ad50a5aa82c45998a3f89eab808d0c height=841 version=0x20000000 log2_work=10.717676 tx=943 date='2017-11-29 16:24:35' progress=1.000000 cache=0.2MiB(941txo)
DEBUG:bitcoind:2017-11-29 16:24:35 AddToWallet 2d499ee7ebfd846b3014754cb890b58f95f9bbcfcb4a0a3270f5a17dac546aa5 new
DEBUG:bitcoind:2017-11-29 16:24:35 keypool keep 280
DEBUG:lnd(16331):2017-11-29 17:24:35.632 [INF] CRTR: Pruning channel graph using block 26ee65c587f10c6c165056fa3c3d177ae3ad50a5aa82c45998a3f89eab808d0c (height=841)
DEBUG:lnd(16331):2017-11-29 17:24:35.633 [INF] NTFN: New block: height=841, sha=26ee65c587f10c6c165056fa3c3d177ae3ad50a5aa82c45998a3f89eab808d0c
DEBUG:lnd(16331):2017-11-29 17:24:35.650 [INF] CRTR: Block 26ee65c587f10c6c165056fa3c3d177ae3ad50a5aa82c45998a3f89eab808d0c (height=841) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:36 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:36 keypool reserve 281
DEBUG:bitcoind:2017-11-29 16:24:36 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:36 UpdateTip: new best=00144266412b42ea6055d2014358aba23dcfb0ec9fac824705494bd1ed8a3c50 height=842 version=0x20000000 log2_work=10.719389 tx=944 date='2017-11-29 16:24:36' progress=1.000000 cache=0.2MiB(942txo)
DEBUG:bitcoind:2017-11-29 16:24:36 AddToWallet 00b4a3e43770a4c7b802ab8b41ae14a6310c368269e28bdb7f3f4982f56e25f0 new
DEBUG:bitcoind:2017-11-29 16:24:36 keypool keep 281
DEBUG:lnd(16331):2017-11-29 17:24:36.699 [INF] CRTR: Pruning channel graph using block 00144266412b42ea6055d2014358aba23dcfb0ec9fac824705494bd1ed8a3c50 (height=842)
DEBUG:lnd(16331):2017-11-29 17:24:36.701 [INF] NTFN: New block: height=842, sha=00144266412b42ea6055d2014358aba23dcfb0ec9fac824705494bd1ed8a3c50
DEBUG:lnd(16331):2017-11-29 17:24:36.711 [INF] CRTR: Block 00144266412b42ea6055d2014358aba23dcfb0ec9fac824705494bd1ed8a3c50 (height=842) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:37 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:37 keypool reserve 282
DEBUG:bitcoind:2017-11-29 16:24:37 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:37 UpdateTip: new best=180f53a2fd6f8256d521fb06e8a57843bb53631d47e2d90319a0b6b263dd07a2 height=843 version=0x20000000 log2_work=10.721099 tx=945 date='2017-11-29 16:24:37' progress=1.000000 cache=0.2MiB(943txo)
DEBUG:bitcoind:2017-11-29 16:24:37 AddToWallet 917f688805f4b037fca1b59a5d9674d1c42150e339891e1014262621ecfb1eb8 new
DEBUG:bitcoind:2017-11-29 16:24:37 keypool keep 282
DEBUG:lnd(16331):2017-11-29 17:24:37.754 [INF] CRTR: Pruning channel graph using block 180f53a2fd6f8256d521fb06e8a57843bb53631d47e2d90319a0b6b263dd07a2 (height=843)
DEBUG:lnd(16331):2017-11-29 17:24:37.754 [INF] NTFN: New block: height=843, sha=180f53a2fd6f8256d521fb06e8a57843bb53631d47e2d90319a0b6b263dd07a2
DEBUG:lnd(16331):2017-11-29 17:24:37.766 [INF] CRTR: Block 180f53a2fd6f8256d521fb06e8a57843bb53631d47e2d90319a0b6b263dd07a2 (height=843) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:38 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:38 keypool reserve 283
DEBUG:bitcoind:2017-11-29 16:24:38 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:38 UpdateTip: new best=770d03bfc6ad1a3560fce996e06543d42bcdd0193a8fc642f1112aa97c9e85db height=844 version=0x20000000 log2_work=10.722808 tx=946 date='2017-11-29 16:24:38' progress=1.000000 cache=0.2MiB(944txo)
DEBUG:bitcoind:2017-11-29 16:24:38 AddToWallet abe7a05b0cbbd0509b145eee7836cd16817989e40bc629512cb3f6e732fffcee new
DEBUG:bitcoind:2017-11-29 16:24:38 keypool keep 283
DEBUG:lnd(16331):2017-11-29 17:24:38.904 [INF] CRTR: Pruning channel graph using block 770d03bfc6ad1a3560fce996e06543d42bcdd0193a8fc642f1112aa97c9e85db (height=844)
DEBUG:lnd(16331):2017-11-29 17:24:38.906 [INF] NTFN: New block: height=844, sha=770d03bfc6ad1a3560fce996e06543d42bcdd0193a8fc642f1112aa97c9e85db
DEBUG:lnd(16331):2017-11-29 17:24:38.915 [INF] CRTR: Block 770d03bfc6ad1a3560fce996e06543d42bcdd0193a8fc642f1112aa97c9e85db (height=844) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:39 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:39 keypool reserve 284
DEBUG:bitcoind:2017-11-29 16:24:39 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:39 UpdateTip: new best=3ac924cee60fed41d89c16056fedede1f98a167868dd4a6cb8f889dd25de4f4e height=845 version=0x20000000 log2_work=10.724514 tx=947 date='2017-11-29 16:24:39' progress=1.000000 cache=0.2MiB(945txo)
DEBUG:bitcoind:2017-11-29 16:24:39 AddToWallet 3f5351bfd21aebb017cdadca6f433641cb49d3f1312a267cb5c5f0ed7699e0e0 new
DEBUG:bitcoind:2017-11-29 16:24:39 keypool keep 284
DEBUG:lnd(16331):2017-11-29 17:24:39.845 [INF] CRTR: Pruning channel graph using block 3ac924cee60fed41d89c16056fedede1f98a167868dd4a6cb8f889dd25de4f4e (height=845)
DEBUG:lnd(16331):2017-11-29 17:24:39.846 [INF] NTFN: New block: height=845, sha=3ac924cee60fed41d89c16056fedede1f98a167868dd4a6cb8f889dd25de4f4e
DEBUG:lnd(16331):2017-11-29 17:24:39.857 [INF] CRTR: Block 3ac924cee60fed41d89c16056fedede1f98a167868dd4a6cb8f889dd25de4f4e (height=845) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:40 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:40 keypool reserve 285
DEBUG:bitcoind:2017-11-29 16:24:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:40 UpdateTip: new best=4851fed17de8d6ab5c0c982707fa27a28a32fdf1137b5e754fd2397c61bc3351 height=846 version=0x20000000 log2_work=10.726218 tx=948 date='2017-11-29 16:24:40' progress=1.000000 cache=0.2MiB(946txo)
DEBUG:bitcoind:2017-11-29 16:24:40 AddToWallet 38a39f63af9ddd9fb375782b92c77648c6adf8f461e592f13db8f2f42d6eb55c new
DEBUG:bitcoind:2017-11-29 16:24:40 keypool keep 285
DEBUG:lnd(16331):2017-11-29 17:24:40.995 [INF] CRTR: Pruning channel graph using block 4851fed17de8d6ab5c0c982707fa27a28a32fdf1137b5e754fd2397c61bc3351 (height=846)
DEBUG:lnd(16331):2017-11-29 17:24:40.996 [INF] NTFN: New block: height=846, sha=4851fed17de8d6ab5c0c982707fa27a28a32fdf1137b5e754fd2397c61bc3351
DEBUG:lnd(16331):2017-11-29 17:24:41.009 [INF] CRTR: Block 4851fed17de8d6ab5c0c982707fa27a28a32fdf1137b5e754fd2397c61bc3351 (height=846) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:41 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:41 keypool reserve 286
DEBUG:bitcoind:2017-11-29 16:24:41 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:41 UpdateTip: new best=69c17630773d31c7276bb82c4cfd0e5066e4f24888e67f3341a8638ae5307998 height=847 version=0x20000000 log2_work=10.72792 tx=949 date='2017-11-29 16:24:41' progress=1.000000 cache=0.2MiB(947txo)
DEBUG:bitcoind:2017-11-29 16:24:41 AddToWallet efc5258549f928f5c25314fd17b7bf333a8332ba0044e909fa2daadfac067407 new
DEBUG:bitcoind:2017-11-29 16:24:41 keypool keep 286
DEBUG:lnd(16331):2017-11-29 17:24:42.055 [INF] CRTR: Pruning channel graph using block 69c17630773d31c7276bb82c4cfd0e5066e4f24888e67f3341a8638ae5307998 (height=847)
DEBUG:lnd(16331):2017-11-29 17:24:42.056 [INF] NTFN: New block: height=847, sha=69c17630773d31c7276bb82c4cfd0e5066e4f24888e67f3341a8638ae5307998
DEBUG:lnd(16331):2017-11-29 17:24:42.066 [INF] CRTR: Block 69c17630773d31c7276bb82c4cfd0e5066e4f24888e67f3341a8638ae5307998 (height=847) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:42 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:42 keypool reserve 287
DEBUG:bitcoind:2017-11-29 16:24:42 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:42 UpdateTip: new best=3a7e18a2e9c6aa461c161db6e517f8b07ab2539cc1e41510ffcfebc73756ad21 height=848 version=0x20000000 log2_work=10.729621 tx=950 date='2017-11-29 16:24:42' progress=1.000000 cache=0.2MiB(948txo)
DEBUG:bitcoind:2017-11-29 16:24:42 AddToWallet 51dc267fc3e15d325d6a109f589301cf94a16a38806c4624389549734e228d58 new
DEBUG:bitcoind:2017-11-29 16:24:42 keypool keep 287
DEBUG:lnd(16331):2017-11-29 17:24:43.099 [INF] CRTR: Pruning channel graph using block 3a7e18a2e9c6aa461c161db6e517f8b07ab2539cc1e41510ffcfebc73756ad21 (height=848)
DEBUG:lnd(16331):2017-11-29 17:24:43.100 [INF] NTFN: New block: height=848, sha=3a7e18a2e9c6aa461c161db6e517f8b07ab2539cc1e41510ffcfebc73756ad21
DEBUG:lnd(16331):2017-11-29 17:24:43.111 [INF] CRTR: Block 3a7e18a2e9c6aa461c161db6e517f8b07ab2539cc1e41510ffcfebc73756ad21 (height=848) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:44 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:44 keypool reserve 288
DEBUG:bitcoind:2017-11-29 16:24:44 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:44 UpdateTip: new best=59011f7929880b82e443bdf94596b6dd1492fd756a5c546b517ca9d88863f174 height=849 version=0x20000000 log2_work=10.731319 tx=951 date='2017-11-29 16:24:44' progress=1.000000 cache=0.2MiB(949txo)
DEBUG:bitcoind:2017-11-29 16:24:44 AddToWallet ef6f1d0fbf84a4091cdc5f5a77db46f9685e74883554a69ba62e1273cc43579d new
DEBUG:bitcoind:2017-11-29 16:24:44 keypool keep 288
DEBUG:proc:2017-11-29 17:24:44.163 [INF] BMGR: Processed 10 blocks in the last 10.64s (10 transactions, height 849, 2017-11-29 17:24:44 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:24:44.165 [INF] CRTR: Pruning channel graph using block 59011f7929880b82e443bdf94596b6dd1492fd756a5c546b517ca9d88863f174 (height=849)
DEBUG:lnd(16331):2017-11-29 17:24:44.167 [INF] NTFN: New block: height=849, sha=59011f7929880b82e443bdf94596b6dd1492fd756a5c546b517ca9d88863f174
DEBUG:lnd(16331):2017-11-29 17:24:44.174 [INF] CRTR: Block 59011f7929880b82e443bdf94596b6dd1492fd756a5c546b517ca9d88863f174 (height=849) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:45 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:45 keypool reserve 289
DEBUG:bitcoind:2017-11-29 16:24:45 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:45 UpdateTip: new best=7e0929aa80dcaff70a3233b3eb0e3e70f1a6a34e289bbf53cc06b4733f8a0986 height=850 version=0x20000000 log2_work=10.733015 tx=952 date='2017-11-29 16:24:45' progress=1.000000 cache=0.2MiB(950txo)
DEBUG:bitcoind:2017-11-29 16:24:45 AddToWallet 3a43f139a7ae29759c0c03eec893773c27975870fd1de402e2bdce598cedb08e new
DEBUG:bitcoind:2017-11-29 16:24:45 keypool keep 289
DEBUG:lnd(16331):2017-11-29 17:24:45.113 [INF] NTFN: New block: height=850, sha=7e0929aa80dcaff70a3233b3eb0e3e70f1a6a34e289bbf53cc06b4733f8a0986
DEBUG:lnd(16331):2017-11-29 17:24:45.115 [INF] CRTR: Pruning channel graph using block 7e0929aa80dcaff70a3233b3eb0e3e70f1a6a34e289bbf53cc06b4733f8a0986 (height=850)
DEBUG:lnd(16331):2017-11-29 17:24:45.149 [INF] CRTR: Block 7e0929aa80dcaff70a3233b3eb0e3e70f1a6a34e289bbf53cc06b4733f8a0986 (height=850) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:46 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:46 keypool reserve 290
DEBUG:bitcoind:2017-11-29 16:24:46 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:46 UpdateTip: new best=5a22594fd93662aa783795c13642b25a5e820d473f57d4bcd358fb8a87246e55 height=851 version=0x20000000 log2_work=10.73471 tx=953 date='2017-11-29 16:24:46' progress=1.000000 cache=0.2MiB(951txo)
DEBUG:bitcoind:2017-11-29 16:24:46 AddToWallet 0427ee5693066ec9210eb7de364fae3b46ef20eac2f2972a4fc9c69beff28c6d new
DEBUG:bitcoind:2017-11-29 16:24:46 keypool keep 290
DEBUG:lnd(16331):2017-11-29 17:24:46.270 [INF] CRTR: Pruning channel graph using block 5a22594fd93662aa783795c13642b25a5e820d473f57d4bcd358fb8a87246e55 (height=851)
DEBUG:lnd(16331):2017-11-29 17:24:46.272 [INF] NTFN: New block: height=851, sha=5a22594fd93662aa783795c13642b25a5e820d473f57d4bcd358fb8a87246e55
DEBUG:lnd(16331):2017-11-29 17:24:46.285 [INF] CRTR: Block 5a22594fd93662aa783795c13642b25a5e820d473f57d4bcd358fb8a87246e55 (height=851) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:47 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:47 keypool reserve 291
DEBUG:bitcoind:2017-11-29 16:24:47 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:47 UpdateTip: new best=3e06eca5cf0dcf12d93a51e3304d4a867e0388832485182235c28826b955107c height=852 version=0x20000000 log2_work=10.736402 tx=954 date='2017-11-29 16:24:47' progress=1.000000 cache=0.2MiB(952txo)
DEBUG:bitcoind:2017-11-29 16:24:47 AddToWallet 557b58171cd53861ed39b804d984d87c282f72644fe7b273b0e756dae4ac81fa new
DEBUG:bitcoind:2017-11-29 16:24:47 keypool keep 291
DEBUG:lnd(16331):2017-11-29 17:24:47.340 [INF] NTFN: New block: height=852, sha=3e06eca5cf0dcf12d93a51e3304d4a867e0388832485182235c28826b955107c
DEBUG:lnd(16331):2017-11-29 17:24:47.343 [INF] CRTR: Pruning channel graph using block 3e06eca5cf0dcf12d93a51e3304d4a867e0388832485182235c28826b955107c (height=852)
DEBUG:lnd(16331):2017-11-29 17:24:47.364 [INF] CRTR: Block 3e06eca5cf0dcf12d93a51e3304d4a867e0388832485182235c28826b955107c (height=852) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:48 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:48 keypool reserve 292
DEBUG:bitcoind:2017-11-29 16:24:48 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:48 UpdateTip: new best=749e05882bb918ae86ca7ddcc2ba3dd662910c00d3724016774ca69662a63c6e height=853 version=0x20000000 log2_work=10.738092 tx=955 date='2017-11-29 16:24:48' progress=1.000000 cache=0.2MiB(953txo)
DEBUG:bitcoind:2017-11-29 16:24:48 AddToWallet 2798217c5b09fd2537650190695ea469c177dfd8608eb646214405843d380bee new
DEBUG:lnd(16331):2017-11-29 17:24:48.263 [INF] CRTR: Pruning channel graph using block 749e05882bb918ae86ca7ddcc2ba3dd662910c00d3724016774ca69662a63c6e (height=853)
DEBUG:lnd(16331):2017-11-29 17:24:48.265 [INF] NTFN: New block: height=853, sha=749e05882bb918ae86ca7ddcc2ba3dd662910c00d3724016774ca69662a63c6e
DEBUG:bitcoind:2017-11-29 16:24:48 keypool keep 292
DEBUG:lnd(16331):2017-11-29 17:24:48.275 [INF] CRTR: Block 749e05882bb918ae86ca7ddcc2ba3dd662910c00d3724016774ca69662a63c6e (height=853) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:49 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:49 keypool reserve 293
DEBUG:bitcoind:2017-11-29 16:24:49 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:49 UpdateTip: new best=6fae228767747825ac070c4dc771f6d83879ed1c6e2c5a9eb5e96ce1bd8cb986 height=854 version=0x20000000 log2_work=10.739781 tx=956 date='2017-11-29 16:24:49' progress=1.000000 cache=0.2MiB(954txo)
DEBUG:bitcoind:2017-11-29 16:24:49 AddToWallet 543629a5d9dcd7aa9764a5537611f7f3339a66112aaee2b68fd97cdd2ee5491c new
DEBUG:lnd(16331):2017-11-29 17:24:49.324 [INF] CRTR: Pruning channel graph using block 6fae228767747825ac070c4dc771f6d83879ed1c6e2c5a9eb5e96ce1bd8cb986 (height=854)
DEBUG:lnd(16331):2017-11-29 17:24:49.326 [INF] NTFN: New block: height=854, sha=6fae228767747825ac070c4dc771f6d83879ed1c6e2c5a9eb5e96ce1bd8cb986
DEBUG:bitcoind:2017-11-29 16:24:49 keypool keep 293
DEBUG:lnd(16331):2017-11-29 17:24:49.336 [INF] CRTR: Block 6fae228767747825ac070c4dc771f6d83879ed1c6e2c5a9eb5e96ce1bd8cb986 (height=854) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:50 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:50 keypool reserve 294
DEBUG:bitcoind:2017-11-29 16:24:50 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:50 UpdateTip: new best=1cc36278e95011eb0a81d5643cfa303e9ae4a604dab82d2c9b0fe8e4cbf0b7a3 height=855 version=0x20000000 log2_work=10.741467 tx=957 date='2017-11-29 16:24:50' progress=1.000000 cache=0.2MiB(955txo)
DEBUG:bitcoind:2017-11-29 16:24:50 AddToWallet e8e175c16ffcdf233d3cc8fcecf5d4105823574c297d5d465d5bdefec4431cdb new
DEBUG:bitcoind:2017-11-29 16:24:50 keypool keep 294
DEBUG:lnd(16331):2017-11-29 17:24:50.473 [INF] CRTR: Pruning channel graph using block 1cc36278e95011eb0a81d5643cfa303e9ae4a604dab82d2c9b0fe8e4cbf0b7a3 (height=855)
DEBUG:lnd(16331):2017-11-29 17:24:50.473 [INF] NTFN: New block: height=855, sha=1cc36278e95011eb0a81d5643cfa303e9ae4a604dab82d2c9b0fe8e4cbf0b7a3
DEBUG:lnd(16331):2017-11-29 17:24:50.488 [INF] CRTR: Block 1cc36278e95011eb0a81d5643cfa303e9ae4a604dab82d2c9b0fe8e4cbf0b7a3 (height=855) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:51 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:51 keypool reserve 295
DEBUG:bitcoind:2017-11-29 16:24:51 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:51 UpdateTip: new best=0880ef411ddce8a551b70954c5333392f0862b792e1bee90e0a6ac669f7bd734 height=856 version=0x20000000 log2_work=10.743151 tx=958 date='2017-11-29 16:24:51' progress=1.000000 cache=0.2MiB(956txo)
DEBUG:bitcoind:2017-11-29 16:24:51 AddToWallet 26f98ee9c850e08bcaab7947cdc99171810df2442dcc1b22960309eb1cbbcafa new
DEBUG:bitcoind:2017-11-29 16:24:51 keypool keep 295
DEBUG:lnd(16331):2017-11-29 17:24:51.425 [INF] CRTR: Pruning channel graph using block 0880ef411ddce8a551b70954c5333392f0862b792e1bee90e0a6ac669f7bd734 (height=856)
DEBUG:lnd(16331):2017-11-29 17:24:51.426 [INF] NTFN: New block: height=856, sha=0880ef411ddce8a551b70954c5333392f0862b792e1bee90e0a6ac669f7bd734
DEBUG:lnd(16331):2017-11-29 17:24:51.440 [INF] CRTR: Block 0880ef411ddce8a551b70954c5333392f0862b792e1bee90e0a6ac669f7bd734 (height=856) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:52 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:52 keypool reserve 296
DEBUG:bitcoind:2017-11-29 16:24:52 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:52 UpdateTip: new best=69cbff13ee05251bf259deb7b0d5f7643751b05476dae99cbb00ce3288a2dfd9 height=857 version=0x20000000 log2_work=10.744834 tx=959 date='2017-11-29 16:24:52' progress=1.000000 cache=0.2MiB(957txo)
DEBUG:bitcoind:2017-11-29 16:24:52 AddToWallet 0ecbbfc58850ae075c99b8608781f334db849c6d4b360ae4ed00917dd2236154 new
DEBUG:bitcoind:2017-11-29 16:24:52 keypool keep 296
DEBUG:lnd(16331):2017-11-29 17:24:52.490 [INF] CRTR: Pruning channel graph using block 69cbff13ee05251bf259deb7b0d5f7643751b05476dae99cbb00ce3288a2dfd9 (height=857)
DEBUG:lnd(16331):2017-11-29 17:24:52.490 [INF] NTFN: New block: height=857, sha=69cbff13ee05251bf259deb7b0d5f7643751b05476dae99cbb00ce3288a2dfd9
DEBUG:lnd(16331):2017-11-29 17:24:52.506 [INF] CRTR: Block 69cbff13ee05251bf259deb7b0d5f7643751b05476dae99cbb00ce3288a2dfd9 (height=857) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:24:53 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:24:53 keypool reserve 297
DEBUG:bitcoind:2017-11-29 16:24:53 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:24:53 UpdateTip: new best=526563b93bcb4ef4077a00bacb492e85589763ce6314a9924fd5d6ff5cca50cd height=858 version=0x20000000 log2_work=10.746514 tx=960 date='2017-11-29 16:24:53' progress=1.000000 cache=0.2MiB(958txo)
DEBUG:bitcoind:2017-11-29 16:24:53 AddToWallet 6cb9731cabb0d5c0b286b7ef78169867995445ec459f6c1899ac6261632023e4 new
DEBUG:bitcoind:2017-11-29 16:24:53 keypool keep 297
DEBUG:lnd(16331):2017-11-29 17:24:53.546 [INF] CRTR: Pruning channel graph using block 526563b93bcb4ef4077a00bacb492e85589763ce6314a9924fd5d6ff5cca50cd (height=858)
DEBUG:lnd(16331):2017-11-29 17:24:53.546 [INF] NTFN: New block: height=858, sha=526563b93bcb4ef4077a00bacb492e85589763ce6314a9924fd5d6ff5cca50cd
DEBUG:lnd(16331):2017-11-29 17:24:53.558 [INF] CRTR: Block 526563b93bcb4ef4077a00bacb492e85589763ce6314a9924fd5d6ff5cca50cd (height=858) closed 0 channels
Checking 2 nodes for gossip sync
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
--------------------------- Captured stdout teardown ---------------------------
DEBUG:proc:2017-11-29 17:24:54.656 [ERR] RPCS: Websocket receive error from 127.0.0.1:52060: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:24:54.657 [INF] RPCS: Disconnected websocket client 127.0.0.1:52060
DEBUG:proc:2017-11-29 17:24:54.657 [ERR] RPCS: Websocket receive error from 127.0.0.1:52058: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:24:54.657 [INF] RPCS: Disconnected websocket client 127.0.0.1:52058
DEBUG:proc:2017-11-29 17:24:54.657 [ERR] RPCS: Websocket receive error from 127.0.0.1:52054: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:24:54.657 [INF] RPCS: Disconnected websocket client 127.0.0.1:52054
DEBUG:proc:2017-11-29 17:24:54.658 [ERR] RPCS: Websocket receive error from 127.0.0.1:52050: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:24:54.658 [INF] RPCS: Disconnected websocket client 127.0.0.1:52050
DEBUG:eclair(16332):2017-11-29 17:24:54,658 WARN f.a.eclair.crypto.TransportHandler akka://default/user/$i/server/$b - connection closed
DEBUG:eclair(16332):2017-11-29 17:24:54,660 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013 - lost connection to 03fa207d450364034f2eb536ba3ae1d2eb3ca52a9c46f95689d2c7a7f91b586013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment