Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2017 21:48
Show Gist options
  • Save anonymous/193cde4ee1dfa4dcd44eb097bc0f5177 to your computer and use it in GitHub Desktop.
Save anonymous/193cde4ee1dfa4dcd44eb097bc0f5177 to your computer and use it in GitHub Desktop.
________________________ test_open_channel[lnd_eclair] _________________________
bitcoind = <utils.BitcoinD object at 0x7fb768e47198>
node_factory = <test.NodeFactory object at 0x7fb7640e7e10>
impls = (<class 'lnd.LndNode'>, <class 'eclair.EclairNode'>)
 @pytest.mark.parametrize("impls", product(impls, repeat=2), ids=idfn)
 def test_open_channel(bitcoind, node_factory, impls):
 node1 = node_factory.get_node(implementation=impls[0])
 node2 = node_factory.get_node(implementation=impls[1])
 
 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 * 10**7)
 
 node1.openchannel(node2.id(), 'localhost', node2.daemon.port, 10**7)
> assert confirm_channel(bitcoind, node1, node2)
E assert False
E + where False = confirm_channel(<utils.BitcoinD object at 0x7fb768e47198>, <lnd.LndNode object at 0x7fb768df19b0>, <eclair.EclairNode object at 0x7fb768df1d30>)
test.py:199: AssertionError
----------------------------- Captured stdout call -----------------------------
DEBUG:root:Starting 'bin/lnd --peerport=16331 --rpcport=26331 --bitcoin.active --datadir=/tmp/lightning-il5fkavy/test_open_channel[lnd_eclair]/node-1/ --debuglevel=trace --bitcoin.rpcuser=rpcuser --bitcoin.rpcpass=rpcpass --configfile=/tmp/lightning-il5fkavy/test_open_channel[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:12:06.821 [INF] LTND: Version 0.3.0-alpha
DEBUG:lnd(16331):2017-11-29 17:12:06.851 [INF] CHDB: Checking for schema update: latest_version=0, db_version=0
DEBUG:lnd(16331):2017-11-29 17:12:06.892 [INF] LTND: Primary chain is set to: bitcoin
DEBUG:lnd(16331):2017-11-29 17:12:06.892 [INF] LTND: Initializing btcd backed fee estimator
DEBUG:proc:2017-11-29 17:12:06.930 [INF] RPCS: New websocket client 127.0.0.1:34760
DEBUG:lnd(16331):2017-11-29 17:12:09.897 [INF] LNWL: Opened wallet
DEBUG:proc:2017-11-29 17:12:09.969 [INF] RPCS: New websocket client 127.0.0.1:34762
DEBUG:lnd(16331):2017-11-29 17:12:10.853 [INF] LNWL: The wallet has been unlocked without a time limit
DEBUG:lnd(16331):2017-11-29 17:12:10.853 [INF] LNWL: Catching up block hashes to height 502, this will take a while...
DEBUG:lnd(16331):2017-11-29 17:12:10.865 [INF] LTND: LightningWallet opened
DEBUG:lnd(16331):2017-11-29 17:12:10.884 [TRC] FNDG: Funding manager running
DEBUG:lnd(16331):2017-11-29 17:12:10.884 [INF] RPCS: RPC server listening on 127.0.0.1:26331
DEBUG:lnd(16331):2017-11-29 17:12:10.884 [INF] RPCS: gRPC proxy started at localhost:8080
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:12:10.885 [INF] LTND: Waiting for chain backend to finish sync, start_height=502
DEBUG:lnd(16331):2017-11-29 17:12:10.939 [INF] LNWL: Done catching up block hashes
DEBUG:root:Found 'Done catching up block hashes' in logs
DEBUG:lnd(16331):2017-11-29 17:12:10.948 [INF] LNWL: Started rescan from block 4e4e7ba86ec4cced752cfa2aba070e96448895a9209216f1158b48930c3fc322 (height 502) for 1 address
DEBUG:proc:2017-11-29 17:12:10.948 [INF] RPCS: Beginning rescan for 1 address
DEBUG:proc:2017-11-29 17:12:10.949 [INF] RPCS: Finished rescan
DEBUG:lnd(16331):2017-11-29 17:12:10.949 [INF] LNWL: Catching up block hashes to height 502, this might take a while
DEBUG:lnd(16331):2017-11-29 17:12:10.955 [INF] LNWL: Done catching up block hashes
DEBUG:lnd(16331):2017-11-29 17:12:10.955 [INF] LNWL: Finished rescan for 1 address (synced to block 4e4e7ba86ec4cced752cfa2aba070e96448895a9209216f1158b48930c3fc322, height 502)
DEBUG:lnd(16331):2017-11-29 17:12:11.887 [INF] LTND: Chain backend is fully synced (end_height=502)!
DEBUG:proc:2017-11-29 17:12:12.028 [INF] RPCS: New websocket client 127.0.0.1:34768
DEBUG:lnd(16331):2017-11-29 17:12:12.029 [INF] HSWC: Starting HTLC Switch
DEBUG:lnd(16331):2017-11-29 17:12:12.029 [TRC] UTXN: Starting UTXO nursery
DEBUG:lnd(16331):2017-11-29 17:12:12.029 [INF] NTFN: New block epoch subscription
DEBUG:lnd(16331):2017-11-29 17:12:12.029 [TRC] BRAR: Starting breach arbiter
DEBUG:lnd(16331):2017-11-29 17:12:12.029 [INF] DISC: Authenticated Gossiper is starting
DEBUG:lnd(16331):2017-11-29 17:12:12.030 [INF] NTFN: New block epoch subscription
DEBUG:lnd(16331):2017-11-29 17:12:12.030 [TRC] CRTR: Channel Router starting
DEBUG:lnd(16331):2017-11-29 17:12:12.030 [INF] CRTR: FilteredChainView starting
DEBUG:lnd(16331):2017-11-29 17:12:12.030 [ERR] DISC: unable to rebroadcast stale channels: error while retrieving outgoing channels: no graph edges exist
DEBUG:proc:2017-11-29 17:12:12.094 [INF] RPCS: New websocket client 127.0.0.1:34770
DEBUG:lnd(16331):2017-11-29 17:12:12.117 [INF] CRTR: Filtering chain using 0 channels active
DEBUG:lnd(16331):2017-11-29 17:12:12.117 [INF] CRTR: Prune tip for Channel Graph: height=502, hash=4e4e7ba86ec4cced752cfa2aba070e96448895a9209216f1158b48930c3fc322
DEBUG:lnd(16331):2017-11-29 17:12:12.118 [INF] SRVR: Auto peer bootstrapping is disabled
DEBUG:lnd(16331):2017-11-29 17:12:12.118 [TRC] CMGR: Connection manager started
DEBUG:lnd(16331):2017-11-29 17:12:12.118 [INF] CMGR: Server listening on [::]:16331
INFO:root:LND started (pid: 25592)
DEBUG:root:Starting '/usr/lib/jvm/java-8-openjdk-amd64/bin/java -Declair.datadir=/tmp/lightning-il5fkavy/test_open_channel[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:12:17,743 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
DEBUG:eclair(16332):17:12:17,743 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
DEBUG:eclair(16332):17:12:17,743 |-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:12:17,753 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@194448f1 - 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:12:17,795 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16332):17:12:17,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16332):17:12:17,803 |-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:12:17,826 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
DEBUG:eclair(16332):17:12:17,828 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
DEBUG:eclair(16332):17:12:17,828 |-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:12:17,829 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [/tmp/lightning-il5fkavy/test_open_channel[lnd_eclair]/node-2//eclair.log]
DEBUG:eclair(16332):17:12:17,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel] to DEBUG
DEBUG:eclair(16332):17:12:17,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel.Register] to DEBUG
DEBUG:eclair(16332):17:12:17,831 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.router] to INFO
DEBUG:eclair(16332):17:12:18,048 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16332):17:12:18,048 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16332):17:12:18,048 |-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:12:18,049 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
DEBUG:eclair(16332):17:12:18,050 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
DEBUG:eclair(16332):17:12:18,050 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
DEBUG:eclair(16332):17:12:18,050 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
DEBUG:eclair(16332):17:12:18,051 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1b19746e - Registering current configuration as safe fallback point
DEBUG:eclair(16332):2017-11-29 17:12:18,052 INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
DEBUG:eclair(16332):2017-11-29 17:12:18,086 INFO fr.acinq.eclair.Setup - hello!
DEBUG:eclair(16332):2017-11-29 17:12:18,087 INFO fr.acinq.eclair.Setup - version=0.2-SNAPSHOT commit=2d5d68bf3f57363075d04e23447b9c19924d9f8a
DEBUG:eclair(16332):2017-11-29 17:12:18,123 INFO org.bitcoin.Secp256k1Context - couldn't find secp256k1 library, defaulting to spongycastle
DEBUG:eclair(16332):2017-11-29 17:12:18,726 INFO fr.acinq.eclair.Setup - nodeid=03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 alias=eclair
DEBUG:eclair(16332):2017-11-29 17:12:18,727 INFO fr.acinq.eclair.Setup - using chain=regtest chainHash=06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f
DEBUG:eclair(16332):2017-11-29 17:12:18,727 INFO fr.acinq.eclair.Setup - initializing secure random generator
DEBUG:eclair(16332):2017-11-29 17:12:20,465 INFO fr.acinq.eclair.Setup - initial feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:eclair(16332):2017-11-29 17:12:20,475 INFO fr.acinq.eclair.Setup - current feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:bitcoind:2017-11-29 16:12:20 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:20 keypool reserve 48
DEBUG:bitcoind:2017-11-29 16:12:20 keypool keep 48
DEBUG:eclair(16332):2017-11-29 17:12:20,505 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - loading network announcements from db...
DEBUG:eclair(16332):2017-11-29 17:12:20,510 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - starting state machine
DEBUG:eclair(16332):2017-11-29 17:12:20,519 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:12:20,524 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:12:20,578 INFO fr.acinq.eclair.Setup - initial wallet address=2MxHSyTYxami9KtWWKvFbvLAbkmxCVXu8gE
DEBUG:eclair(16332):2017-11-29 17:12:21,605 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: 25878)
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 502, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:21.846 [DBG] SRVR: Connecting to 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173@127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:21.846 [DBG] RPCS: Connected to peer: 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173@127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:21.846 [DBG] CMGR: Attempting to connect to 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173@127.0.0.1:16332 (reqid 1)
DEBUG:root:
DEBUG:eclair(16332):2017-11-29 17:12:21,847 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - connected to /127.0.0.1:52870
DEBUG:lnd(16331):2017-11-29 17:12:21.849 [TRC] RPCS: [listpeers] request
DEBUG:lnd(16331):2017-11-29 17:12:21.849 [DBG] RPCS: [listpeers] yielded [] peers
DEBUG:lnd(16331):2017-11-29 17:12:21.892 [DBG] CMGR: Connected to 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173@127.0.0.1:16332 (reqid 1)
DEBUG:lnd(16331):2017-11-29 17:12:21.892 [INF] SRVR: Established connection to: 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:21.892 [TRC] PEER: peer 127.0.0.1:16332 starting
DEBUG:lnd(16331):2017-11-29 17:12:21.892 [DBG] PEER: Sending Init to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:21.892 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.Init)(0xc4201427a0)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc4201c8070)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc4204fc000)({
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:12:21,900 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - handshake completed with 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58
DEBUG:eclair(16332):2017-11-29 17:12:21,913 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - registering as a listener to Actor[akka://default/user/$i/server/$a#-1224513647]
DEBUG:eclair(16332):2017-11-29 17:12:21,930 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 has features: initialRoutingSync=true
DEBUG:lnd(16331):2017-11-29 17:12:21.945 [DBG] PEER: Received Init from 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:21.945 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Init)(0xc4201ce960)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc4201440e0)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc4201440e8)({
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:12:21.945 [DBG] PEER: Loaded 0 active channels from database with peerID(1)
DEBUG:lnd(16331):2017-11-29 17:12:21.945 [INF] DISC: Syncing channel graph state with 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173, sending 1 vertexes and 0 edges
DEBUG:lnd(16331):2017-11-29 17:12:21.945 [INF] SRVR: Attempting to send msgs 1 to: 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173
DEBUG:lnd(16331):2017-11-29 17:12:21.945 [DBG] PEER: Sending NodeAnnouncement(node=03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58, update_time=2017-11-29 17:12:10 +0100 CET) to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:21.945 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.NodeAnnouncement)(0xc42053d500)({
DEBUG:lnd(16331): Signature: (*btcec.Signature)(0xc4201cebd0)({
DEBUG:lnd(16331): R: (*big.Int)(0xc4204f72a0)(33247051349950014166548728890040420259787544720003036863158549892771369456863),
DEBUG:lnd(16331): S: (*big.Int)(0xc4204f72c0)(34400904243460474741853983708072577442666194749051529026284403040157901735487)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Features: (*lnwire.RawFeatureVector)(0xc4201440f0)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Timestamp: (uint32) 1511971930,
DEBUG:lnd(16331): NodeID: (*btcec.PublicKey)(0xc4204f71a0)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc4204f71c0)(84010088143724126899186418428999507098138917184260079778802213848832759028568),
DEBUG:lnd(16331): Y: (*big.Int)(0xc4204f71e0)(37104212670538240510732654048017087324636517710394636007653257862726742839315)
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) 03b9bc065c9ffc0868aa,
DEBUG:lnd(16331): Addresses: ([]net.Addr) <nil>
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:12:21.946 [TRC] PEER: Update stream for gossiper created
DEBUG:eclair(16332):2017-11-29 17:12:21,978 WARN fr.acinq.eclair.router.Router akka://default/user/$f/router - ignoring NodeAnnouncement(3044022049812a0998348363e2d89dd61cd5f485e7076c66f7f81d195c15a9600f2014df02204c0e38c8172cb781d62cc8ebdca648f9358a066f8fc7e7771b475c06da23463f01,,1511971930,03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58,(0,0,0),03b9bc065c9ffc0868aa,List()) (no related channel found)
DEBUG:lnd(16331):2017-11-29 17:12:22.852 [TRC] RPCS: [listpeers] request
DEBUG:lnd(16331):2017-11-29 17:12:22.852 [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': ['03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58'], 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:22.902 [INF] RPCS: [newaddress] addr=2MsXboKQZmftzNaykefFU4MwkWCbcAeVRYs
{"method": "sendtoaddress", "params": ["2MsXboKQZmftzNaykefFU4MwkWCbcAeVRYs", 0.2], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:22 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:22 keypool reserve 1007
DEBUG:bitcoind:2017-11-29 16:12:22 Fee Calculation: Fee:4480 Bytes:224 Needed:4480 Tgt:6 (requested 6) Reason:"Fallback fee" Decay 0.96200: Estimation: (-1 - -1) -nan% 0.0/(0.0 0 mem 0.0 out) Fail: (0 - 1e+99) 100.00% 2.9/(2.9 0 mem 0.0 out)
DEBUG:bitcoind:2017-11-29 16:12:22 CommitTransaction:
DEBUG:bitcoind:CTransaction(hash=d875f726b5, ver=2, vin.size=1, vout.size=2, nLockTime=502)
DEBUG:bitcoind: CTxIn(COutPoint(8ab2076213, 1), scriptSig=483045022100cf9eb745e74b, nSequence=4294967294)
DEBUG:bitcoind: CScriptWitness()
DEBUG:bitcoind: CTxOut(nValue=11.29973800, scriptPubKey=76a9144c4611c2e5c776da500e46c6)
DEBUG:bitcoind: CTxOut(nValue=0.20000000, scriptPubKey=a9140318dcbbc38b32ce6e4c0956ab)
DEBUG:bitcoind:2017-11-29 16:12:22 keypool keep 1007
DEBUG:bitcoind:2017-11-29 16:12:22 AddToWallet d875f726b571f73e7c026fe3ba5094b23521fbd75aa5390582e1e12f8f1e9a8d new
DEBUG:bitcoind:2017-11-29 16:12:22 AddToWallet d875f726b571f73e7c026fe3ba5094b23521fbd75aa5390582e1e12f8f1e9a8d
DEBUG:bitcoind:2017-11-29 16:12:22 Relaying wtx d875f726b571f73e7c026fe3ba5094b23521fbd75aa5390582e1e12f8f1e9a8d
DEBUG:root:Waiting for 'Inserting unconfirmed transaction' in the logs
DEBUG:lnd(16331):2017-11-29 17:12:26.581 [INF] LNWL: Inserting unconfirmed transaction d875f726b571f73e7c026fe3ba5094b23521fbd75aa5390582e1e12f8f1e9a8d
DEBUG:lnd(16331):2017-11-29 17:12:26.581 [DBG] LNWL: Marked address 2MsXboKQZmftzNaykefFU4MwkWCbcAeVRYs used
DEBUG:root:Found 'Inserting unconfirmed transaction' in logs
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:26 keypool added 1 keys (1 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:26 keypool reserve 49
DEBUG:bitcoind:2017-11-29 16:12:26 CreateNewBlock(): total size: 487 block weight: 1840 txs: 1 fees: 4480 sigops 404
DEBUG:bitcoind:2017-11-29 16:12:26 UpdateTip: new best=0d917fe1b6465ec20c4df7f74722f45039219eeb397822e74a008d51f24e9971 height=503 version=0x20000000 log2_work=9.9772799 tx=517 date='2017-11-29 16:12:26' progress=1.000000 cache=0.1MiB(515txo)
DEBUG:bitcoind:2017-11-29 16:12:26 AddToWallet 6ba89165be10f8f3033cb0033bb08fb0d4b2178659bdf6a7509888efe4c0b0e8 new
DEBUG:bitcoind:2017-11-29 16:12:26 AddToWallet d875f726b571f73e7c026fe3ba5094b23521fbd75aa5390582e1e12f8f1e9a8d update
DEBUG:bitcoind:2017-11-29 16:12:26 keypool keep 49
DEBUG:proc:2017-11-29 17:12:26.625 [INF] BMGR: Processed 6 blocks in the last 23.07s (7 transactions, height 503, 2017-11-29 17:12:26 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:12:26.631 [INF] LNWL: Marking unconfirmed transaction d875f726b571f73e7c026fe3ba5094b23521fbd75aa5390582e1e12f8f1e9a8d mined in block 503
DEBUG:lnd(16331):2017-11-29 17:12:26.631 [INF] CRTR: Pruning channel graph using block 0d917fe1b6465ec20c4df7f74722f45039219eeb397822e74a008d51f24e9971 (height=503)
DEBUG:lnd(16331):2017-11-29 17:12:26.632 [DBG] LNWL: Marked address 2MsXboKQZmftzNaykefFU4MwkWCbcAeVRYs used
DEBUG:lnd(16331):2017-11-29 17:12:26.633 [INF] NTFN: New block: height=503, sha=0d917fe1b6465ec20c4df7f74722f45039219eeb397822e74a008d51f24e9971
DEBUG:root:Waiting for 'Marking unconfirmed transaction' in the logs
DEBUG:root:Found 'Marking unconfirmed transaction' in logs
DEBUG:lnd(16331):2017-11-29 17:12:26.655 [INF] CRTR: Block 0d917fe1b6465ec20c4df7f74722f45039219eeb397822e74a008d51f24e9971 (height=503) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:12:27.660 [DBG] RPCS: [walletbalance] balance=0.2 BTC
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 502, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:27.682 [TRC] RPCS: [listpeers] request
DEBUG:lnd(16331):2017-11-29 17:12:27.682 [DBG] RPCS: [listpeers] yielded [127.0.0.1:16332] peers
DEBUG:lnd(16331):2017-11-29 17:12:27.689 [TRC] RPCS: [openchannel] request to peerid(1) allocation(us=10000000, them=0)
DEBUG:lnd(16331):2017-11-29 17:12:27.689 [ERR] LNWL: unable to query estimator: -1: Command unimplemented
DEBUG:lnd(16331):2017-11-29 17:12:27.690 [DBG] RPCS: [openchannel]: using fee of 25 sat/byte for funding tx
DEBUG:lnd(16331):2017-11-29 17:12:27.690 [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:12:27.690 [ERR] LNWL: unable to query estimator: -1: Command unimplemented
DEBUG:lnd(16331):2017-11-29 17:12:27.690 [INF] LNWL: Performing funding tx coin selection using 6 sat/weight as fee rate
DEBUG:lnd(16331):2017-11-29 17:12:27.744 [INF] FNDG: Target commit tx sat/kw for pendingID(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5): 6000
DEBUG:lnd(16331):2017-11-29 17:12:27.745 [INF] FNDG: Starting funding workflow with 127.0.0.1:16332 for pendingID(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5)
DEBUG:lnd(16331):2017-11-29 17:12:27.745 [INF] SRVR: Attempting to send msgs 1 to: 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173
DEBUG:lnd(16331):2017-11-29 17:12:27.745 [DBG] PEER: Sending MsgOpenChannel(temp_chan_id=44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5, 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:12:27.745 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.OpenChannel)(0xc420602b00)({
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 44 ad d3 e5 af 19 7d c4 c1 85 f8 a5 72 ce 75 b8 |D.....}.....r.u.|
DEBUG:lnd(16331): 00000010 10 5e 84 50 d8 e7 88 08 aa 18 13 66 b4 ff 06 c5 |.^.P.......f....|
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)(0xc42019e420)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc420493ce0)(102585338145483285820176627326574603976006273364023098585149198498593435245981),
DEBUG:lnd(16331): Y: (*big.Int)(0xc420493d60)(20268157669156701310579159649248505884686514292402560546423553488064135121400)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): RevocationPoint: (*btcec.PublicKey)(0xc42019eab0)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc42058e880)(113938444362003648357347078697399721168507745153209426448901020028932713857431),
DEBUG:lnd(16331): Y: (*big.Int)(0xc42058e8a0)(99313425996503245981783317219185931525502712006194511246390515009365397846671)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): PaymentPoint: (*btcec.PublicKey)(0xc42019f140)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc42058f3a0)(29967496161658515386899201917694424077014194900057651053427887094363253357756),
DEBUG:lnd(16331): Y: (*big.Int)(0xc42058f3c0)(51263793593651677291234032831405422829911578076303267247165777080716769056694)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): DelayedPaymentPoint: (*btcec.PublicKey)(0xc420646a50)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc4205557c0)(24062392996527527148504305562675131901071097729865446741190800360135634694037),
DEBUG:lnd(16331): Y: (*big.Int)(0xc4205557e0)(22161042101193704736103258667457760099287534627333817714185158799954278703464)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): HtlcPoint: (*btcec.PublicKey)(0xc4206463c0)({
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)(0xc420554ec0)(25080126439667540778235302270578612702076943923644205018465590949574363928856),
DEBUG:lnd(16331): Y: (*big.Int)(0xc420554ee0)(622480004654127122019461517671038928245754070200679506146983464310944509539)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): FirstCommitmentPoint: (*btcec.PublicKey)(0xc4207021e0)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc420702160)(644567217800040440182419380372095377113241422078175975156523345400129746120),
DEBUG:lnd(16331): Y: (*big.Int)(0xc420702180)(43659400372026712209161066802061300072217435047224847686400274930209327358507)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): ChannelFlags: (lnwire.FundingFlag) 1
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:eclair(16332):2017-11-29 17:12:29,657 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - accepting a new channel to 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58
DEBUG:bitcoind:2017-11-29 16:12:29 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:29 keypool reserve 50
DEBUG:bitcoind:2017-11-29 16:12:29 keypool keep 50
DEBUG:eclair(16332):2017-11-29 17:12:29,953 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a - setting repeating timer 'TickRefreshChannelUpdate'/1 day: TickRefreshChannelUpdate
DEBUG:eclair(16332):2017-11-29 17:12:29,992 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 0000000000000000000000000000000000000000000000000000000000000000 - processing Event(INPUT_INIT_FUNDEE(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5,LocalParams(03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173,542,100000000000,100000,1000000,144,30,1b4b3347510507be7f3efb427332dbd67ee8083c264f9670ce61cb00b82382ea01,8e64ac87e87828ce694eb093bcb6e82c0d4638cded83d53049e201599228b916,fbdad0f06cd58e3f15e8a2e7934f598fc3fe16d32a2bc8612c2d3e3bdb11ad1c,0c8dabf7b2f468d5770025a784491f2d89b1725a25e52b961b3a1488b6e8793e,3d0ec3a2409e427165c27bb65df9f6864e252cb30fc3675e5bc7442984e7a0e2,a914f5db1120ca78781ae308d40915983a6e0e7607f687,12af13cf99bdb6f807a6d921cb365933eebcd8d7a443293a1e175eef734bc341,false,,08),Actor[akka://default/user/$i/server/$a#-1224513647],Init(,08)),Nothing) from Actor[akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58#-1512509072] in state WAIT_FOR_INIT_INTERNAL
DEBUG:eclair(16332):2017-11-29 17:12:29,993 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 0000000000000000000000000000000000000000000000000000000000000000 - transition WAIT_FOR_INIT_INTERNAL -> WAIT_FOR_OPEN_CHANNEL
DEBUG:eclair(16332):2017-11-29 17:12:29,995 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5 - processing Event(OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5,10000000,0,573,9900000000,100000,0,6000,4,483,02e2cd3e68321d08f14c10c60218c4d6b45900b6e383fd16031dc04ab2e8f35d9d,03fbe6dfca45e3a4dabed18fd2710216c22f4199411d64b0af17586bb89897c197,0242410072d5d33e5f0f76c0829d1185dd2ab39dfc0c234a46c8e67d93f1e3bcbc,023532d4f1079f8df53a15dc0422d055bef3467eea413fe747e93676f5d03baf95,033772d9388015aacbd14af14c3d3e0702ed617620ab16e57c88e5226ac5055918,03016ccfe6e350f22ba46f971bef32b5d52f9130359cf01beea379381280e174c8,1),DATA_WAIT_FOR_OPEN_CHANNEL(INPUT_INIT_FUNDEE(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5,LocalParams(03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173,542,100000000000,100000,1000000,144,30,1b4b3347510507be7f3efb427332dbd67ee8083c264f9670ce61cb00b82382ea01,8e64ac87e87828ce694eb093bcb6e82c0d4638cded83d53049e201599228b916,fbdad0f06cd58e3f15e8a2e7934f598fc3fe16d32a2bc8612c2d3e3bdb11ad1c,0c8dabf7b2f468d5770025a784491f2d89b1725a25e52b961b3a1488b6e8793e,3d0ec3a2409e427165c27bb65df9f6864e252cb30fc3675e5bc7442984e7a0e2,a914f5db1120ca78781ae308d40915983a6e0e7607f687,12af13cf99bdb6f807a6d921cb365933eebcd8d7a443293a1e175eef734bc341,false,,08),Actor[akka://default/user/$i/server/$a#-1224513647],Init(,08)))) from Actor[akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58#-1512509072] in state WAIT_FOR_OPEN_CHANNEL
DEBUG:eclair(16332):2017-11-29 17:12:29,996 WARN fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5 - local/remote feerates are too different: remoteFeeratePerKw=6000 localFeeratePerKw=53760
DEBUG:lnd(16331):2017-11-29 17:12:29.999 [DBG] PEER: Received Error(chan_id=44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5, 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:12:29.999 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Error)(0xc4201be040)({
DEBUG:lnd(16331): ChanID: (lnwire.ChannelID) (len=32 cap=32) 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5,
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:12:29.999 [ERR] FNDG: Received funding error from 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173: unknown error
DEBUG:lnd(16331):2017-11-29 17:12:29.999 [INF] FNDG: Cancelling funding reservation for node_key=03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173, chan_id=44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5
DEBUG:lnd(16331):2017-11-29 17:12:29.999 [ERR] RPCS: unable to open channel to identityPub() nor peerID(1): rpc error: code = Code(208) desc = unknown error
DEBUG:eclair(16332):2017-11-29 17:12:30,000 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5 - transition WAIT_FOR_OPEN_CHANNEL -> CLOSED
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 503, 'port': 16332}, 'id': 'scala-client'}
Waiting for channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 to confirm
INFO:root:Calling peers with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26332 "POST / HTTP/1.1" 200 114
DEBUG:root:Method peers returned {'result': ['03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58'], 'id': 'scala-client'}
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 503, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:32.759 [TRC] RPCS: [listpeers] request
DEBUG:lnd(16331):2017-11-29 17:12:32.759 [DBG] RPCS: [listpeers] yielded [127.0.0.1:16332] peers
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 503, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:33.769 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:33 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:33 keypool reserve 51
DEBUG:bitcoind:2017-11-29 16:12:33 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:33 UpdateTip: new best=4e894f0660ecb3d20bb9ac5737771a3abe412b1c23a6791b74a7126a0451212f height=504 version=0x20000000 log2_work=9.9801396 tx=518 date='2017-11-29 16:12:33' progress=1.000000 cache=0.1MiB(516txo)
DEBUG:bitcoind:2017-11-29 16:12:33 AddToWallet 718f45e487bf4543b5e2c50be25fa83ba2a54b9a907e4b203151edc12bd0e5c3 new
DEBUG:bitcoind:2017-11-29 16:12:33 keypool keep 51
Waiting for node to learn about 4e894f0660ecb3d20bb9ac5737771a3abe412b1c23a6791b74a7126a0451212f
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=4e894f0660ecb3d20bb9ac5737771a3abe412b1c23a6791b74a7126a0451212f' in the logs
DEBUG:lnd(16331):2017-11-29 17:12:33.892 [INF] CRTR: Pruning channel graph using block 4e894f0660ecb3d20bb9ac5737771a3abe412b1c23a6791b74a7126a0451212f (height=504)
DEBUG:lnd(16331):2017-11-29 17:12:33.893 [INF] NTFN: New block: height=504, sha=4e894f0660ecb3d20bb9ac5737771a3abe412b1c23a6791b74a7126a0451212f
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=4e894f0660ecb3d20bb9ac5737771a3abe412b1c23a6791b74a7126a0451212f' in logs
DEBUG:lnd(16331):2017-11-29 17:12:33.911 [INF] CRTR: Block 4e894f0660ecb3d20bb9ac5737771a3abe412b1c23a6791b74a7126a0451212f (height=504) closed 0 channels
DEBUG:eclair(16332):2017-11-29 17:12:35,885 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5 - processing Event(CurrentBlockCount(504),DATA_WAIT_FOR_OPEN_CHANNEL(INPUT_INIT_FUNDEE(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5,LocalParams(03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173,542,100000000000,100000,1000000,144,30,1b4b3347510507be7f3efb427332dbd67ee8083c264f9670ce61cb00b82382ea01,8e64ac87e87828ce694eb093bcb6e82c0d4638cded83d53049e201599228b916,fbdad0f06cd58e3f15e8a2e7934f598fc3fe16d32a2bc8612c2d3e3bdb11ad1c,0c8dabf7b2f468d5770025a784491f2d89b1725a25e52b961b3a1488b6e8793e,3d0ec3a2409e427165c27bb65df9f6864e252cb30fc3675e5bc7442984e7a0e2,a914f5db1120ca78781ae308d40915983a6e0e7607f687,12af13cf99bdb6f807a6d921cb365933eebcd8d7a443293a1e175eef734bc341,false,,08),Actor[akka://default/user/$i/server/$a#-1224513647],Init(,08)))) from Actor[akka://default/deadLetters] in state CLOSED
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 504, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:35.927 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:35 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:35 keypool reserve 52
DEBUG:bitcoind:2017-11-29 16:12:35 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:35 UpdateTip: new best=7da80f64bb5ef71085b5c0ce52d5cfd7868d00b18587094af7cae02be238cfd1 height=505 version=0x20000000 log2_work=9.9829936 tx=519 date='2017-11-29 16:12:35' progress=1.000000 cache=0.1MiB(517txo)
DEBUG:bitcoind:2017-11-29 16:12:35 AddToWallet 21012e0a05f3d884d57813863561349bf1117de56d386fb7f06e89891526a443 new
DEBUG:lnd(16331):2017-11-29 17:12:35.955 [INF] CRTR: Pruning channel graph using block 7da80f64bb5ef71085b5c0ce52d5cfd7868d00b18587094af7cae02be238cfd1 (height=505)
DEBUG:bitcoind:2017-11-29 16:12:35 keypool keep 52
DEBUG:lnd(16331):2017-11-29 17:12:35.958 [INF] NTFN: New block: height=505, sha=7da80f64bb5ef71085b5c0ce52d5cfd7868d00b18587094af7cae02be238cfd1
DEBUG:lnd(16331):2017-11-29 17:12:35.967 [INF] CRTR: Block 7da80f64bb5ef71085b5c0ce52d5cfd7868d00b18587094af7cae02be238cfd1 (height=505) closed 0 channels
Waiting for node to learn about 7da80f64bb5ef71085b5c0ce52d5cfd7868d00b18587094af7cae02be238cfd1
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=7da80f64bb5ef71085b5c0ce52d5cfd7868d00b18587094af7cae02be238cfd1' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=7da80f64bb5ef71085b5c0ce52d5cfd7868d00b18587094af7cae02be238cfd1' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 504, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:38.033 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:38 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:38 keypool reserve 53
DEBUG:bitcoind:2017-11-29 16:12:38 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:38 UpdateTip: new best=1e7a61121447cb2627fedd584bfc3dacb165a46a1cd327a7f875879e3048daca height=506 version=0x20000000 log2_work=9.9858419 tx=520 date='2017-11-29 16:12:38' progress=1.000000 cache=0.1MiB(518txo)
DEBUG:bitcoind:2017-11-29 16:12:38 AddToWallet fb911827f41c8f39bd72c870ec3bb48c30c8a03ba390bcedf76262e4f27e1ad1 new
DEBUG:bitcoind:2017-11-29 16:12:38 keypool keep 53
Waiting for node to learn about 1e7a61121447cb2627fedd584bfc3dacb165a46a1cd327a7f875879e3048daca
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=1e7a61121447cb2627fedd584bfc3dacb165a46a1cd327a7f875879e3048daca' in the logs
DEBUG:proc:2017-11-29 17:12:38.162 [INF] BMGR: Processed 3 blocks in the last 11.53s (3 transactions, height 506, 2017-11-29 17:12:38 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:12:38.164 [INF] CRTR: Pruning channel graph using block 1e7a61121447cb2627fedd584bfc3dacb165a46a1cd327a7f875879e3048daca (height=506)
DEBUG:lnd(16331):2017-11-29 17:12:38.166 [INF] NTFN: New block: height=506, sha=1e7a61121447cb2627fedd584bfc3dacb165a46a1cd327a7f875879e3048daca
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=1e7a61121447cb2627fedd584bfc3dacb165a46a1cd327a7f875879e3048daca' in logs
DEBUG:lnd(16331):2017-11-29 17:12:38.172 [INF] CRTR: Block 1e7a61121447cb2627fedd584bfc3dacb165a46a1cd327a7f875879e3048daca (height=506) closed 0 channels
DEBUG:eclair(16332):2017-11-29 17:12:38,945 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5 - processing Event(CurrentBlockCount(506),DATA_WAIT_FOR_OPEN_CHANNEL(INPUT_INIT_FUNDEE(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5,LocalParams(03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173,542,100000000000,100000,1000000,144,30,1b4b3347510507be7f3efb427332dbd67ee8083c264f9670ce61cb00b82382ea01,8e64ac87e87828ce694eb093bcb6e82c0d4638cded83d53049e201599228b916,fbdad0f06cd58e3f15e8a2e7934f598fc3fe16d32a2bc8612c2d3e3bdb11ad1c,0c8dabf7b2f468d5770025a784491f2d89b1725a25e52b961b3a1488b6e8793e,3d0ec3a2409e427165c27bb65df9f6864e252cb30fc3675e5bc7442984e7a0e2,a914f5db1120ca78781ae308d40915983a6e0e7607f687,12af13cf99bdb6f807a6d921cb365933eebcd8d7a443293a1e175eef734bc341,false,,08),Actor[akka://default/user/$i/server/$a#-1224513647],Init(,08)))) from Actor[akka://default/deadLetters] in state CLOSED
DEBUG:eclair(16332):2017-11-29 17:12:40,023 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5 - processing Event('shutdown,DATA_WAIT_FOR_OPEN_CHANNEL(INPUT_INIT_FUNDEE(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5,LocalParams(03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173,542,100000000000,100000,1000000,144,30,1b4b3347510507be7f3efb427332dbd67ee8083c264f9670ce61cb00b82382ea01,8e64ac87e87828ce694eb093bcb6e82c0d4638cded83d53049e201599228b916,fbdad0f06cd58e3f15e8a2e7934f598fc3fe16d32a2bc8612c2d3e3bdb11ad1c,0c8dabf7b2f468d5770025a784491f2d89b1725a25e52b961b3a1488b6e8793e,3d0ec3a2409e427165c27bb65df9f6864e252cb30fc3675e5bc7442984e7a0e2,a914f5db1120ca78781ae308d40915983a6e0e7607f687,12af13cf99bdb6f807a6d921cb365933eebcd8d7a443293a1e175eef734bc341,false,,08),Actor[akka://default/user/$i/server/$a#-1224513647],Init(,08)))) from Actor[akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a#-682398498] in state CLOSED
DEBUG:eclair(16332):2017-11-29 17:12:40,024 INFO fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58/$a 44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5 - shutting down
DEBUG:eclair(16332):2017-11-29 17:12:40,043 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - channel closed: channelId=TemporaryChannelId(44add3e5af197dc4c185f8a572ce75b8105e8450d8e78808aa181366b4ff06c5)
DEBUG:eclair(16332):2017-11-29 17:12:40,044 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - that was the last open channel, closing the connection
DEBUG:lnd(16331):2017-11-29 17:12:40.049 [INF] PEER: unable to read message from 127.0.0.1:16332: EOF
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [TRC] PEER: Disconnecting 127.0.0.1:16332, reason: read handler closed
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [TRC] PEER: writeHandler for peer 127.0.0.1:16332 done
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [DBG] SRVR: Peer 127.0.0.1:16332 has been disconnected
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [DBG] FNDG: Cancelling all reservations for peer 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [ERR] SRVR: unable to get channel links: unable to locate channel link bydestination hop id 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [DBG] SRVR: removing peer 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [DBG] SRVR: Attempting to re-establish persistent connection to peer 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [DBG] CMGR: Attempting to connect to 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173@127.0.0.1:16332 (reqid 2)
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [DBG] CMGR: Disconnected from 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173@127.0.0.1:16332 (reqid 1)
DEBUG:lnd(16331):2017-11-29 17:12:40.050 [TRC] PEER: readHandler for peer 127.0.0.1:16332 done
DEBUG:lnd(16331):2017-11-29 17:12:40.051 [TRC] PEER: Update stream for gossiper exited
DEBUG:eclair(16332):2017-11-29 17:12:40,055 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - lost connection to 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58
DEBUG:eclair(16332):2017-11-29 17:12:40,056 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - connected to /127.0.0.1:52898
DEBUG:lnd(16331):2017-11-29 17:12:40.077 [DBG] CMGR: Connected to 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173@127.0.0.1:16332 (reqid 2)
DEBUG:lnd(16331):2017-11-29 17:12:40.077 [INF] SRVR: Established connection to: 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:40.077 [TRC] PEER: peer 127.0.0.1:16332 starting
DEBUG:lnd(16331):2017-11-29 17:12:40.077 [DBG] PEER: Sending Init to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:40.077 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.Init)(0xc4201ceb30)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc4201c8070)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc4204fc130)({
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:12:40,084 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - handshake completed with 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58
DEBUG:eclair(16332):2017-11-29 17:12:40,085 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - registering as a listener to Actor[akka://default/user/$i/server/$b#-1220073472]
DEBUG:eclair(16332):2017-11-29 17:12:40,087 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 has features: initialRoutingSync=true
DEBUG:lnd(16331):2017-11-29 17:12:40.088 [DBG] PEER: Received Init from 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:40.088 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Init)(0xc42009f410)({
DEBUG:lnd(16331): GlobalFeatures: (*lnwire.RawFeatureVector)(0xc4201440f8)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): LocalFeatures: (*lnwire.RawFeatureVector)(0xc420144108)({
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:12:40.088 [DBG] PEER: Loaded 0 active channels from database with peerID(2)
DEBUG:lnd(16331):2017-11-29 17:12:40.088 [INF] DISC: Syncing channel graph state with 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173, sending 1 vertexes and 0 edges
DEBUG:lnd(16331):2017-11-29 17:12:40.088 [INF] SRVR: Attempting to send msgs 1 to: 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173
DEBUG:lnd(16331):2017-11-29 17:12:40.088 [DBG] PEER: Sending NodeAnnouncement(node=03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58, update_time=2017-11-29 17:12:10 +0100 CET) to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:12:40.089 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.NodeAnnouncement)(0xc4200737a0)({
DEBUG:lnd(16331): Signature: (*btcec.Signature)(0xc42009f6d0)({
DEBUG:lnd(16331): R: (*big.Int)(0xc4205139a0)(33247051349950014166548728890040420259787544720003036863158549892771369456863),
DEBUG:lnd(16331): S: (*big.Int)(0xc4205139c0)(34400904243460474741853983708072577442666194749051529026284403040157901735487)
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Features: (*lnwire.RawFeatureVector)(0xc420144110)({
DEBUG:lnd(16331): features: (map[lnwire.FeatureBit]bool) {
DEBUG:lnd(16331): }
DEBUG:lnd(16331): }),
DEBUG:lnd(16331): Timestamp: (uint32) 1511971930,
DEBUG:lnd(16331): NodeID: (*btcec.PublicKey)(0xc420513820)({
DEBUG:lnd(16331): Curve: (elliptic.Curve) <nil>,
DEBUG:lnd(16331): X: (*big.Int)(0xc420513840)(84010088143724126899186418428999507098138917184260079778802213848832759028568),
DEBUG:lnd(16331): Y: (*big.Int)(0xc4205138a0)(37104212670538240510732654048017087324636517710394636007653257862726742839315)
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) 03b9bc065c9ffc0868aa,
DEBUG:lnd(16331): Addresses: ([]net.Addr) <nil>
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:12:40.089 [TRC] PEER: Update stream for gossiper created
DEBUG:eclair(16332):2017-11-29 17:12:40,097 WARN fr.acinq.eclair.router.Router akka://default/user/$f/router - ignoring NodeAnnouncement(3044022049812a0998348363e2d89dd61cd5f485e7076c66f7f81d195c15a9600f2014df02204c0e38c8172cb781d62cc8ebdca648f9358a066f8fc7e7771b475c06da23463f01,,1511971930,03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58,(0,0,0),03b9bc065c9ffc0868aa,List()) (no related channel found)
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 506, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:40.194 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:40 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:40 keypool reserve 54
DEBUG:bitcoind:2017-11-29 16:12:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:40 UpdateTip: new best=1809ffc1b98f7432f44c73f2d39b55f8caaf889743bd0e18eba8401d3d8c7494 height=507 version=0x20000000 log2_work=9.9886847 tx=521 date='2017-11-29 16:12:40' progress=1.000000 cache=0.1MiB(519txo)
DEBUG:bitcoind:2017-11-29 16:12:40 AddToWallet 005b11caca336e9933fd66e2fe6e1cff6d5fa64573a32f65c0d02797c4100981 new
DEBUG:lnd(16331):2017-11-29 17:12:40.240 [INF] NTFN: New block: height=507, sha=1809ffc1b98f7432f44c73f2d39b55f8caaf889743bd0e18eba8401d3d8c7494
DEBUG:bitcoind:2017-11-29 16:12:40 keypool keep 54
DEBUG:lnd(16331):2017-11-29 17:12:40.243 [INF] CRTR: Pruning channel graph using block 1809ffc1b98f7432f44c73f2d39b55f8caaf889743bd0e18eba8401d3d8c7494 (height=507)
Waiting for node to learn about 1809ffc1b98f7432f44c73f2d39b55f8caaf889743bd0e18eba8401d3d8c7494
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=1809ffc1b98f7432f44c73f2d39b55f8caaf889743bd0e18eba8401d3d8c7494' in the logs
DEBUG:lnd(16331):2017-11-29 17:12:40.277 [INF] CRTR: Block 1809ffc1b98f7432f44c73f2d39b55f8caaf889743bd0e18eba8401d3d8c7494 (height=507) closed 0 channels
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=1809ffc1b98f7432f44c73f2d39b55f8caaf889743bd0e18eba8401d3d8c7494' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 507, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:42.325 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:42 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:42 keypool reserve 55
DEBUG:bitcoind:2017-11-29 16:12:42 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:42 UpdateTip: new best=0b525474466234c829d3a1f8e4dbdf030389fd746cbcf5957e6b356ede5a55e9 height=508 version=0x20000000 log2_work=9.9915218 tx=522 date='2017-11-29 16:12:42' progress=1.000000 cache=0.1MiB(520txo)
DEBUG:bitcoind:2017-11-29 16:12:42 AddToWallet 670cb0569a5aa1ea71a0589c3644290035dc9d38bf6edb06ff884cdaf6a00923 new
DEBUG:bitcoind:2017-11-29 16:12:42 keypool keep 55
Waiting for node to learn about 0b525474466234c829d3a1f8e4dbdf030389fd746cbcf5957e6b356ede5a55e9
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=0b525474466234c829d3a1f8e4dbdf030389fd746cbcf5957e6b356ede5a55e9' in the logs
DEBUG:lnd(16331):2017-11-29 17:12:42.459 [INF] CRTR: Pruning channel graph using block 0b525474466234c829d3a1f8e4dbdf030389fd746cbcf5957e6b356ede5a55e9 (height=508)
DEBUG:lnd(16331):2017-11-29 17:12:42.459 [INF] NTFN: New block: height=508, sha=0b525474466234c829d3a1f8e4dbdf030389fd746cbcf5957e6b356ede5a55e9
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=0b525474466234c829d3a1f8e4dbdf030389fd746cbcf5957e6b356ede5a55e9' in logs
DEBUG:lnd(16331):2017-11-29 17:12:42.475 [INF] CRTR: Block 0b525474466234c829d3a1f8e4dbdf030389fd746cbcf5957e6b356ede5a55e9 (height=508) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 508, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:44.499 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:44 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:44 keypool reserve 56
DEBUG:bitcoind:2017-11-29 16:12:44 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:44 UpdateTip: new best=534a0a71aa9954c1e1c1adbb95e9b4273210500e2b8ea6f70cce225ec7db2966 height=509 version=0x20000000 log2_work=9.9943534 tx=523 date='2017-11-29 16:12:44' progress=1.000000 cache=0.1MiB(521txo)
DEBUG:bitcoind:2017-11-29 16:12:44 AddToWallet e4292faed7b254b028b7834a8d017064ca22fb401a473f1b115df97e4a5e368d new
DEBUG:bitcoind:2017-11-29 16:12:44 keypool keep 56
DEBUG:lnd(16331):2017-11-29 17:12:44.553 [INF] CRTR: Pruning channel graph using block 534a0a71aa9954c1e1c1adbb95e9b4273210500e2b8ea6f70cce225ec7db2966 (height=509)
DEBUG:lnd(16331):2017-11-29 17:12:44.554 [INF] NTFN: New block: height=509, sha=534a0a71aa9954c1e1c1adbb95e9b4273210500e2b8ea6f70cce225ec7db2966
DEBUG:lnd(16331):2017-11-29 17:12:44.567 [INF] CRTR: Block 534a0a71aa9954c1e1c1adbb95e9b4273210500e2b8ea6f70cce225ec7db2966 (height=509) closed 0 channels
Waiting for node to learn about 534a0a71aa9954c1e1c1adbb95e9b4273210500e2b8ea6f70cce225ec7db2966
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=534a0a71aa9954c1e1c1adbb95e9b4273210500e2b8ea6f70cce225ec7db2966' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=534a0a71aa9954c1e1c1adbb95e9b4273210500e2b8ea6f70cce225ec7db2966' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 509, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:46.621 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:46 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:46 keypool reserve 57
DEBUG:bitcoind:2017-11-29 16:12:46 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:46 UpdateTip: new best=743b9b5871b5cf410061b556ed2ef521d15bd7022045dec009f88d0753026a71 height=510 version=0x20000000 log2_work=9.9971795 tx=524 date='2017-11-29 16:12:46' progress=1.000000 cache=0.1MiB(522txo)
DEBUG:bitcoind:2017-11-29 16:12:46 AddToWallet dc486571913faba106659d0d06a30f333e37d50d90afb0ef9f3be42433a2544f new
DEBUG:bitcoind:2017-11-29 16:12:46 keypool keep 57
Waiting for node to learn about 743b9b5871b5cf410061b556ed2ef521d15bd7022045dec009f88d0753026a71
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=743b9b5871b5cf410061b556ed2ef521d15bd7022045dec009f88d0753026a71' in the logs
DEBUG:lnd(16331):2017-11-29 17:12:46.745 [INF] NTFN: New block: height=510, sha=743b9b5871b5cf410061b556ed2ef521d15bd7022045dec009f88d0753026a71
DEBUG:lnd(16331):2017-11-29 17:12:46.745 [INF] CRTR: Pruning channel graph using block 743b9b5871b5cf410061b556ed2ef521d15bd7022045dec009f88d0753026a71 (height=510)
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=743b9b5871b5cf410061b556ed2ef521d15bd7022045dec009f88d0753026a71' in logs
DEBUG:lnd(16331):2017-11-29 17:12:46.765 [INF] CRTR: Block 743b9b5871b5cf410061b556ed2ef521d15bd7022045dec009f88d0753026a71 (height=510) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 510, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:48.786 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:48 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:48 keypool reserve 58
DEBUG:bitcoind:2017-11-29 16:12:48 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:48 UpdateTip: new best=0f2f375e5edd98240ea03f2aff399c0e78080d3c4eb0baaacae51dd16c78f969 height=511 version=0x20000000 log2_work=10 tx=525 date='2017-11-29 16:12:48' progress=1.000000 cache=0.1MiB(523txo)
DEBUG:bitcoind:2017-11-29 16:12:48 AddToWallet 78a520ad921c04e89bad00a6d55b4acd5d600581f79f92b8b369ee82c3b7ed56 new
DEBUG:bitcoind:2017-11-29 16:12:48 keypool keep 58
Waiting for node to learn about 0f2f375e5edd98240ea03f2aff399c0e78080d3c4eb0baaacae51dd16c78f969
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=0f2f375e5edd98240ea03f2aff399c0e78080d3c4eb0baaacae51dd16c78f969' in the logs
DEBUG:proc:2017-11-29 17:12:48.917 [INF] BMGR: Processed 5 blocks in the last 10.75s (5 transactions, height 511, 2017-11-29 17:12:48 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:12:48.919 [INF] CRTR: Pruning channel graph using block 0f2f375e5edd98240ea03f2aff399c0e78080d3c4eb0baaacae51dd16c78f969 (height=511)
DEBUG:lnd(16331):2017-11-29 17:12:48.920 [INF] NTFN: New block: height=511, sha=0f2f375e5edd98240ea03f2aff399c0e78080d3c4eb0baaacae51dd16c78f969
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=0f2f375e5edd98240ea03f2aff399c0e78080d3c4eb0baaacae51dd16c78f969' in logs
DEBUG:lnd(16331):2017-11-29 17:12:48.927 [INF] CRTR: Block 0f2f375e5edd98240ea03f2aff399c0e78080d3c4eb0baaacae51dd16c78f969 (height=511) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 511, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:50.947 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:50 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:50 keypool reserve 59
DEBUG:bitcoind:2017-11-29 16:12:50 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:50 UpdateTip: new best=3e90ffb420f0475cfe068b337300921081ba1e299546a13ce4f6f952902ba6ef height=512 version=0x20000000 log2_work=10.002815 tx=526 date='2017-11-29 16:12:50' progress=1.000000 cache=0.1MiB(524txo)
DEBUG:bitcoind:2017-11-29 16:12:50 AddToWallet b8ca66b09046036153e24d92003d88ab18c16444c939bac8d4be1d03c35f3288 new
DEBUG:bitcoind:2017-11-29 16:12:50 keypool keep 59
Waiting for node to learn about 3e90ffb420f0475cfe068b337300921081ba1e299546a13ce4f6f952902ba6ef
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=3e90ffb420f0475cfe068b337300921081ba1e299546a13ce4f6f952902ba6ef' in the logs
DEBUG:lnd(16331):2017-11-29 17:12:51.071 [INF] CRTR: Pruning channel graph using block 3e90ffb420f0475cfe068b337300921081ba1e299546a13ce4f6f952902ba6ef (height=512)
DEBUG:lnd(16331):2017-11-29 17:12:51.073 [INF] NTFN: New block: height=512, sha=3e90ffb420f0475cfe068b337300921081ba1e299546a13ce4f6f952902ba6ef
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=3e90ffb420f0475cfe068b337300921081ba1e299546a13ce4f6f952902ba6ef' in logs
DEBUG:lnd(16331):2017-11-29 17:12:51.090 [INF] CRTR: Block 3e90ffb420f0475cfe068b337300921081ba1e299546a13ce4f6f952902ba6ef (height=512) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 512, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:53.113 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:53 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:53 keypool reserve 60
DEBUG:bitcoind:2017-11-29 16:12:53 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:53 UpdateTip: new best=0b63cb1bedc00127b63590d31b54341a95dd8d9dd82fad277525d7fdb4ddc635 height=513 version=0x20000000 log2_work=10.005625 tx=527 date='2017-11-29 16:12:53' progress=1.000000 cache=0.1MiB(525txo)
DEBUG:bitcoind:2017-11-29 16:12:53 AddToWallet 3379cb568183e7ea9334d252b13548154096ee94d9d0d7a2860b3eddd4c29ca1 new
DEBUG:bitcoind:2017-11-29 16:12:53 keypool keep 60
DEBUG:lnd(16331):2017-11-29 17:12:53.140 [INF] CRTR: Pruning channel graph using block 0b63cb1bedc00127b63590d31b54341a95dd8d9dd82fad277525d7fdb4ddc635 (height=513)
DEBUG:lnd(16331):2017-11-29 17:12:53.141 [INF] NTFN: New block: height=513, sha=0b63cb1bedc00127b63590d31b54341a95dd8d9dd82fad277525d7fdb4ddc635
DEBUG:lnd(16331):2017-11-29 17:12:53.149 [INF] CRTR: Block 0b63cb1bedc00127b63590d31b54341a95dd8d9dd82fad277525d7fdb4ddc635 (height=513) closed 0 channels
Waiting for node to learn about 0b63cb1bedc00127b63590d31b54341a95dd8d9dd82fad277525d7fdb4ddc635
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=0b63cb1bedc00127b63590d31b54341a95dd8d9dd82fad277525d7fdb4ddc635' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=0b63cb1bedc00127b63590d31b54341a95dd8d9dd82fad277525d7fdb4ddc635' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 513, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:55.210 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:55 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:55 keypool reserve 61
DEBUG:bitcoind:2017-11-29 16:12:55 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:55 UpdateTip: new best=15680ad38de608c5a33033371df931f1384096eb93ad77ee2f6a223b26343950 height=514 version=0x20000000 log2_work=10.008429 tx=528 date='2017-11-29 16:12:55' progress=1.000000 cache=0.1MiB(526txo)
DEBUG:bitcoind:2017-11-29 16:12:55 AddToWallet 40e0d6b57eddd5c6decc89c48ffe25491635006ec0b0f495be1fbab801f90631 new
DEBUG:bitcoind:2017-11-29 16:12:55 keypool keep 61
DEBUG:lnd(16331):2017-11-29 17:12:55.242 [INF] CRTR: Pruning channel graph using block 15680ad38de608c5a33033371df931f1384096eb93ad77ee2f6a223b26343950 (height=514)
DEBUG:lnd(16331):2017-11-29 17:12:55.242 [INF] NTFN: New block: height=514, sha=15680ad38de608c5a33033371df931f1384096eb93ad77ee2f6a223b26343950
DEBUG:lnd(16331):2017-11-29 17:12:55.252 [INF] CRTR: Block 15680ad38de608c5a33033371df931f1384096eb93ad77ee2f6a223b26343950 (height=514) closed 0 channels
Waiting for node to learn about 15680ad38de608c5a33033371df931f1384096eb93ad77ee2f6a223b26343950
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=15680ad38de608c5a33033371df931f1384096eb93ad77ee2f6a223b26343950' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=15680ad38de608c5a33033371df931f1384096eb93ad77ee2f6a223b26343950' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 514, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:57.295 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:57 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:57 keypool reserve 62
DEBUG:bitcoind:2017-11-29 16:12:57 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:57 UpdateTip: new best=43a49ea3c6b931c5fb291c773bd0ff4ef7f8a8d2e518bf0efb72182311f8f51e height=515 version=0x20000000 log2_work=10.011227 tx=529 date='2017-11-29 16:12:57' progress=1.000000 cache=0.1MiB(527txo)
DEBUG:bitcoind:2017-11-29 16:12:57 AddToWallet 60cc2d99d23285c159e676227a495ffd31bae4b372430f917a6bf747d36b8e5d new
DEBUG:bitcoind:2017-11-29 16:12:57 keypool keep 62
Waiting for node to learn about 43a49ea3c6b931c5fb291c773bd0ff4ef7f8a8d2e518bf0efb72182311f8f51e
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=43a49ea3c6b931c5fb291c773bd0ff4ef7f8a8d2e518bf0efb72182311f8f51e' in the logs
DEBUG:lnd(16331):2017-11-29 17:12:57.420 [INF] NTFN: New block: height=515, sha=43a49ea3c6b931c5fb291c773bd0ff4ef7f8a8d2e518bf0efb72182311f8f51e
DEBUG:lnd(16331):2017-11-29 17:12:57.420 [INF] CRTR: Pruning channel graph using block 43a49ea3c6b931c5fb291c773bd0ff4ef7f8a8d2e518bf0efb72182311f8f51e (height=515)
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=43a49ea3c6b931c5fb291c773bd0ff4ef7f8a8d2e518bf0efb72182311f8f51e' in logs
DEBUG:lnd(16331):2017-11-29 17:12:57.444 [INF] CRTR: Block 43a49ea3c6b931c5fb291c773bd0ff4ef7f8a8d2e518bf0efb72182311f8f51e (height=515) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 514, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:12:59.430 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:12:59 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:12:59 keypool reserve 63
DEBUG:bitcoind:2017-11-29 16:12:59 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:12:59 UpdateTip: new best=7e703328800f39709b7b5523d5819a26212dfefe9af11f694d540ca0f1913e3d height=516 version=0x20000000 log2_work=10.01402 tx=530 date='2017-11-29 16:12:59' progress=1.000000 cache=0.1MiB(528txo)
DEBUG:bitcoind:2017-11-29 16:12:59 AddToWallet 5fed9b725d26a7a4aba37e0d5503b29be307052d2652418e357ea64a95ab836f new
DEBUG:bitcoind:2017-11-29 16:12:59 keypool keep 63
Waiting for node to learn about 7e703328800f39709b7b5523d5819a26212dfefe9af11f694d540ca0f1913e3d
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=7e703328800f39709b7b5523d5819a26212dfefe9af11f694d540ca0f1913e3d' in the logs
DEBUG:proc:2017-11-29 17:12:59.556 [INF] BMGR: Processed 5 blocks in the last 10.63s (5 transactions, height 516, 2017-11-29 17:12:59 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:12:59.559 [INF] NTFN: New block: height=516, sha=7e703328800f39709b7b5523d5819a26212dfefe9af11f694d540ca0f1913e3d
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=7e703328800f39709b7b5523d5819a26212dfefe9af11f694d540ca0f1913e3d' in logs
DEBUG:lnd(16331):2017-11-29 17:12:59.560 [INF] CRTR: Pruning channel graph using block 7e703328800f39709b7b5523d5819a26212dfefe9af11f694d540ca0f1913e3d (height=516)
DEBUG:lnd(16331):2017-11-29 17:12:59.580 [INF] CRTR: Block 7e703328800f39709b7b5523d5819a26212dfefe9af11f694d540ca0f1913e3d (height=516) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 516, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:01.624 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:01 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:01 keypool reserve 64
DEBUG:bitcoind:2017-11-29 16:13:01 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:01 UpdateTip: new best=51de1edc4ca3b3ebe59a7d4c6bec89adac31813314831a6ffdfd638818bbd793 height=517 version=0x20000000 log2_work=10.016808 tx=531 date='2017-11-29 16:13:01' progress=1.000000 cache=0.1MiB(529txo)
DEBUG:bitcoind:2017-11-29 16:13:01 AddToWallet eadca3fb42f4320fc50ba2e51cf9c2dffa2418bc9fcfd3cf3cd9363c0058e65d new
DEBUG:bitcoind:2017-11-29 16:13:01 keypool keep 64
DEBUG:lnd(16331):2017-11-29 17:13:01.651 [INF] CRTR: Pruning channel graph using block 51de1edc4ca3b3ebe59a7d4c6bec89adac31813314831a6ffdfd638818bbd793 (height=517)
DEBUG:lnd(16331):2017-11-29 17:13:01.652 [INF] NTFN: New block: height=517, sha=51de1edc4ca3b3ebe59a7d4c6bec89adac31813314831a6ffdfd638818bbd793
DEBUG:lnd(16331):2017-11-29 17:13:01.657 [INF] CRTR: Block 51de1edc4ca3b3ebe59a7d4c6bec89adac31813314831a6ffdfd638818bbd793 (height=517) closed 0 channels
Waiting for node to learn about 51de1edc4ca3b3ebe59a7d4c6bec89adac31813314831a6ffdfd638818bbd793
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=51de1edc4ca3b3ebe59a7d4c6bec89adac31813314831a6ffdfd638818bbd793' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=51de1edc4ca3b3ebe59a7d4c6bec89adac31813314831a6ffdfd638818bbd793' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 517, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:03.684 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:03 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:03 keypool reserve 65
DEBUG:bitcoind:2017-11-29 16:13:03 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:03 UpdateTip: new best=3dc593111e4650d7dcdddc63d8d33eb488932e342f6fca1e651744dd9b967bda height=518 version=0x20000000 log2_work=10.019591 tx=532 date='2017-11-29 16:13:03' progress=1.000000 cache=0.1MiB(530txo)
DEBUG:bitcoind:2017-11-29 16:13:03 AddToWallet 2d65de201805e50ccfe03dd49fcdfd095871320a1bfb38e351b1963b90d177a4 new
DEBUG:bitcoind:2017-11-29 16:13:03 keypool keep 65
Waiting for node to learn about 3dc593111e4650d7dcdddc63d8d33eb488932e342f6fca1e651744dd9b967bda
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=3dc593111e4650d7dcdddc63d8d33eb488932e342f6fca1e651744dd9b967bda' in the logs
DEBUG:lnd(16331):2017-11-29 17:13:03.820 [INF] CRTR: Pruning channel graph using block 3dc593111e4650d7dcdddc63d8d33eb488932e342f6fca1e651744dd9b967bda (height=518)
DEBUG:lnd(16331):2017-11-29 17:13:03.821 [INF] NTFN: New block: height=518, sha=3dc593111e4650d7dcdddc63d8d33eb488932e342f6fca1e651744dd9b967bda
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=3dc593111e4650d7dcdddc63d8d33eb488932e342f6fca1e651744dd9b967bda' in logs
DEBUG:lnd(16331):2017-11-29 17:13:03.833 [INF] CRTR: Block 3dc593111e4650d7dcdddc63d8d33eb488932e342f6fca1e651744dd9b967bda (height=518) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 518, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:05.831 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:05 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:05 keypool reserve 66
DEBUG:bitcoind:2017-11-29 16:13:05 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:05 UpdateTip: new best=3ff09655d51fb103e45afa46867fe2b32815104b6d968eb3c807ddd43229823e height=519 version=0x20000000 log2_work=10.022368 tx=533 date='2017-11-29 16:13:05' progress=1.000000 cache=0.1MiB(531txo)
DEBUG:bitcoind:2017-11-29 16:13:05 AddToWallet 2e51cc9ef56bb212192ccedb85fd2acaf5672c42969d1f74e3abeddcdd195981 new
DEBUG:bitcoind:2017-11-29 16:13:05 keypool keep 66
Waiting for node to learn about 3ff09655d51fb103e45afa46867fe2b32815104b6d968eb3c807ddd43229823e
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=3ff09655d51fb103e45afa46867fe2b32815104b6d968eb3c807ddd43229823e' in the logs
DEBUG:lnd(16331):2017-11-29 17:13:05.963 [INF] CRTR: Pruning channel graph using block 3ff09655d51fb103e45afa46867fe2b32815104b6d968eb3c807ddd43229823e (height=519)
DEBUG:lnd(16331):2017-11-29 17:13:05.964 [INF] NTFN: New block: height=519, sha=3ff09655d51fb103e45afa46867fe2b32815104b6d968eb3c807ddd43229823e
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=3ff09655d51fb103e45afa46867fe2b32815104b6d968eb3c807ddd43229823e' in logs
DEBUG:lnd(16331):2017-11-29 17:13:05.971 [INF] CRTR: Block 3ff09655d51fb103e45afa46867fe2b32815104b6d968eb3c807ddd43229823e (height=519) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 519, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:07.998 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:08 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:08 keypool reserve 67
DEBUG:bitcoind:2017-11-29 16:13:08 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:08 UpdateTip: new best=64199ee7eeb2cbf061935582bd3ecfbc9fcdc8e05334f71b8526d4e7bac96be8 height=520 version=0x20000000 log2_work=10.02514 tx=534 date='2017-11-29 16:13:08' progress=1.000000 cache=0.1MiB(532txo)
DEBUG:bitcoind:2017-11-29 16:13:08 AddToWallet e1d56db70e1e6828c9859295a437b0e9c4f0a54b2a1f3efcc6828f00d8e458d2 new
DEBUG:bitcoind:2017-11-29 16:13:08 keypool keep 67
Waiting for node to learn about 64199ee7eeb2cbf061935582bd3ecfbc9fcdc8e05334f71b8526d4e7bac96be8
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=64199ee7eeb2cbf061935582bd3ecfbc9fcdc8e05334f71b8526d4e7bac96be8' in the logs
DEBUG:lnd(16331):2017-11-29 17:13:08.127 [INF] CRTR: Pruning channel graph using block 64199ee7eeb2cbf061935582bd3ecfbc9fcdc8e05334f71b8526d4e7bac96be8 (height=520)
DEBUG:lnd(16331):2017-11-29 17:13:08.129 [INF] NTFN: New block: height=520, sha=64199ee7eeb2cbf061935582bd3ecfbc9fcdc8e05334f71b8526d4e7bac96be8
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=64199ee7eeb2cbf061935582bd3ecfbc9fcdc8e05334f71b8526d4e7bac96be8' in logs
DEBUG:lnd(16331):2017-11-29 17:13:08.140 [INF] CRTR: Block 64199ee7eeb2cbf061935582bd3ecfbc9fcdc8e05334f71b8526d4e7bac96be8 (height=520) closed 0 channels
DEBUG:lnd(16331):2017-11-29 17:13:10.112 [DBG] PEER: Received Ping from 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:13:10.112 [TRC] PEER: readMessage from 127.0.0.1:16332: (*lnwire.Ping)(0xc420252c80)({
DEBUG:lnd(16331): NumPongBytes: (uint16) 443,
DEBUG:lnd(16331): PaddingBytes: (lnwire.PingPayload) (len=415 cap=415) {
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 |...............|
DEBUG:lnd(16331): }
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:lnd(16331):2017-11-29 17:13:10.114 [DBG] PEER: Sending Pong to 127.0.0.1:16332
DEBUG:lnd(16331):2017-11-29 17:13:10.115 [TRC] PEER: writeMessage to 127.0.0.1:16332: (*lnwire.Pong)(0xc420252d80)({
DEBUG:lnd(16331): PongBytes: (lnwire.PongPayload) (len=443 cap=443) {
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 |...........|
DEBUG:lnd(16331): }
INFO:root:Calling getinfo with params=[]
DEBUG:lnd(16331):})
DEBUG:lnd(16331):
DEBUG:urllib3.connectionpool:http://localhost:26332 "POST / HTTP/1.1" 200 286
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 520, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:10.181 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:10 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:10 keypool reserve 68
DEBUG:bitcoind:2017-11-29 16:13:10 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:10 UpdateTip: new best=0857a9a2cad16545ff40f78a04e9dc1ad09fb20439858a16aa4643aa90f43c5b height=521 version=0x20000000 log2_work=10.027906 tx=535 date='2017-11-29 16:13:10' progress=1.000000 cache=0.1MiB(533txo)
DEBUG:bitcoind:2017-11-29 16:13:10 AddToWallet 4e99d05a2f0248f8ab38b308c6644f7a93302a2989444c516622a428492ffb63 new
DEBUG:proc:2017-11-29 17:13:10.210 [INF] BMGR: Processed 5 blocks in the last 10.65s (5 transactions, height 521, 2017-11-29 17:13:10 +0100 CET)
DEBUG:bitcoind:2017-11-29 16:13:10 keypool keep 68
DEBUG:lnd(16331):2017-11-29 17:13:10.211 [INF] CRTR: Pruning channel graph using block 0857a9a2cad16545ff40f78a04e9dc1ad09fb20439858a16aa4643aa90f43c5b (height=521)
DEBUG:lnd(16331):2017-11-29 17:13:10.212 [INF] NTFN: New block: height=521, sha=0857a9a2cad16545ff40f78a04e9dc1ad09fb20439858a16aa4643aa90f43c5b
DEBUG:lnd(16331):2017-11-29 17:13:10.221 [INF] CRTR: Block 0857a9a2cad16545ff40f78a04e9dc1ad09fb20439858a16aa4643aa90f43c5b (height=521) closed 0 channels
Waiting for node to learn about 0857a9a2cad16545ff40f78a04e9dc1ad09fb20439858a16aa4643aa90f43c5b
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=0857a9a2cad16545ff40f78a04e9dc1ad09fb20439858a16aa4643aa90f43c5b' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=0857a9a2cad16545ff40f78a04e9dc1ad09fb20439858a16aa4643aa90f43c5b' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 521, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:12.241 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:12 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:12 keypool reserve 69
DEBUG:bitcoind:2017-11-29 16:13:12 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:12 UpdateTip: new best=10f4061d270f6cf31871906bf3d575f5b781d87e1058f73fd9379792642772aa height=522 version=0x20000000 log2_work=10.030667 tx=536 date='2017-11-29 16:13:12' progress=1.000000 cache=0.1MiB(534txo)
DEBUG:bitcoind:2017-11-29 16:13:12 AddToWallet 63116f8e9b058b4851b2563f3ed916f7e93324d27a83909290397f76b5b7c0d1 new
DEBUG:bitcoind:2017-11-29 16:13:12 keypool keep 69
DEBUG:lnd(16331):2017-11-29 17:13:12.264 [INF] CRTR: Pruning channel graph using block 10f4061d270f6cf31871906bf3d575f5b781d87e1058f73fd9379792642772aa (height=522)
DEBUG:lnd(16331):2017-11-29 17:13:12.264 [INF] NTFN: New block: height=522, sha=10f4061d270f6cf31871906bf3d575f5b781d87e1058f73fd9379792642772aa
Waiting for node to learn about 10f4061d270f6cf31871906bf3d575f5b781d87e1058f73fd9379792642772aa
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=10f4061d270f6cf31871906bf3d575f5b781d87e1058f73fd9379792642772aa' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=10f4061d270f6cf31871906bf3d575f5b781d87e1058f73fd9379792642772aa' in logs
DEBUG:lnd(16331):2017-11-29 17:13:12.283 [INF] CRTR: Block 10f4061d270f6cf31871906bf3d575f5b781d87e1058f73fd9379792642772aa (height=522) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 522, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:14.313 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:14 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:14 keypool reserve 70
DEBUG:bitcoind:2017-11-29 16:13:14 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:14 UpdateTip: new best=5418e72eac79c0a7f8f8fbd39143a8f08e346f79557c45ef9f6e685af05eea1b height=523 version=0x20000000 log2_work=10.033423 tx=537 date='2017-11-29 16:13:14' progress=1.000000 cache=0.1MiB(535txo)
DEBUG:bitcoind:2017-11-29 16:13:14 AddToWallet a8f46405fb093bb6b2406c83fcdff43d4922f0b26548e2af952d9b7edc8daff3 new
DEBUG:bitcoind:2017-11-29 16:13:14 keypool keep 70
Waiting for node to learn about 5418e72eac79c0a7f8f8fbd39143a8f08e346f79557c45ef9f6e685af05eea1b
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=5418e72eac79c0a7f8f8fbd39143a8f08e346f79557c45ef9f6e685af05eea1b' in the logs
DEBUG:lnd(16331):2017-11-29 17:13:14.510 [INF] CRTR: Pruning channel graph using block 5418e72eac79c0a7f8f8fbd39143a8f08e346f79557c45ef9f6e685af05eea1b (height=523)
DEBUG:lnd(16331):2017-11-29 17:13:14.511 [INF] NTFN: New block: height=523, sha=5418e72eac79c0a7f8f8fbd39143a8f08e346f79557c45ef9f6e685af05eea1b
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=5418e72eac79c0a7f8f8fbd39143a8f08e346f79557c45ef9f6e685af05eea1b' in logs
DEBUG:lnd(16331):2017-11-29 17:13:14.522 [INF] CRTR: Block 5418e72eac79c0a7f8f8fbd39143a8f08e346f79557c45ef9f6e685af05eea1b (height=523) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 523, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:16.546 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:16 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:16 keypool reserve 71
DEBUG:bitcoind:2017-11-29 16:13:16 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:16 UpdateTip: new best=69b50534560d21679830ad14999abb498ea42068718922ea08d2d8222de73366 height=524 version=0x20000000 log2_work=10.036174 tx=538 date='2017-11-29 16:13:16' progress=1.000000 cache=0.1MiB(536txo)
DEBUG:bitcoind:2017-11-29 16:13:16 AddToWallet 4108d5ff5e40eb2c55bc747a72baff4e1f18cd674e59c49eae75e025c6e95869 new
DEBUG:bitcoind:2017-11-29 16:13:16 keypool keep 71
DEBUG:lnd(16331):2017-11-29 17:13:16.578 [INF] CRTR: Pruning channel graph using block 69b50534560d21679830ad14999abb498ea42068718922ea08d2d8222de73366 (height=524)
DEBUG:lnd(16331):2017-11-29 17:13:16.578 [INF] NTFN: New block: height=524, sha=69b50534560d21679830ad14999abb498ea42068718922ea08d2d8222de73366
DEBUG:lnd(16331):2017-11-29 17:13:16.597 [INF] CRTR: Block 69b50534560d21679830ad14999abb498ea42068718922ea08d2d8222de73366 (height=524) closed 0 channels
Waiting for node to learn about 69b50534560d21679830ad14999abb498ea42068718922ea08d2d8222de73366
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=69b50534560d21679830ad14999abb498ea42068718922ea08d2d8222de73366' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=69b50534560d21679830ad14999abb498ea42068718922ea08d2d8222de73366' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 524, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:18.678 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:18 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:18 keypool reserve 72
DEBUG:bitcoind:2017-11-29 16:13:18 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:18 UpdateTip: new best=75ca9ec0ec5831d31d41496bf9efd20cb148dcb82d40cb76ade94092a5a38bc1 height=525 version=0x20000000 log2_work=10.038919 tx=539 date='2017-11-29 16:13:18' progress=1.000000 cache=0.1MiB(537txo)
DEBUG:bitcoind:2017-11-29 16:13:18 AddToWallet 262bc256b5f563204eb0110633ebbc4f73ea46c1175cdf6dff6d9b74f8c552c9 new
DEBUG:bitcoind:2017-11-29 16:13:18 keypool keep 72
DEBUG:lnd(16331):2017-11-29 17:13:18.715 [INF] CRTR: Pruning channel graph using block 75ca9ec0ec5831d31d41496bf9efd20cb148dcb82d40cb76ade94092a5a38bc1 (height=525)
DEBUG:lnd(16331):2017-11-29 17:13:18.716 [INF] NTFN: New block: height=525, sha=75ca9ec0ec5831d31d41496bf9efd20cb148dcb82d40cb76ade94092a5a38bc1
DEBUG:lnd(16331):2017-11-29 17:13:18.728 [INF] CRTR: Block 75ca9ec0ec5831d31d41496bf9efd20cb148dcb82d40cb76ade94092a5a38bc1 (height=525) closed 0 channels
Waiting for node to learn about 75ca9ec0ec5831d31d41496bf9efd20cb148dcb82d40cb76ade94092a5a38bc1
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=75ca9ec0ec5831d31d41496bf9efd20cb148dcb82d40cb76ade94092a5a38bc1' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=75ca9ec0ec5831d31d41496bf9efd20cb148dcb82d40cb76ade94092a5a38bc1' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 525, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:20.794 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:20 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:20 keypool reserve 73
DEBUG:bitcoind:2017-11-29 16:13:20 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:20 UpdateTip: new best=50b1408ae6a00065ec73c821d9b4cab499deedfe00b805b2feade6eb5b18b723 height=526 version=0x20000000 log2_work=10.041659 tx=540 date='2017-11-29 16:13:20' progress=1.000000 cache=0.1MiB(538txo)
DEBUG:bitcoind:2017-11-29 16:13:20 AddToWallet 4d711ca0eee9a1edea5f2f83e94ad0f5659c50cbbdc57528806a9e04b3e5053c new
DEBUG:bitcoind:2017-11-29 16:13:20 keypool keep 73
Waiting for node to learn about 50b1408ae6a00065ec73c821d9b4cab499deedfe00b805b2feade6eb5b18b723
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=50b1408ae6a00065ec73c821d9b4cab499deedfe00b805b2feade6eb5b18b723' in the logs
DEBUG:proc:2017-11-29 17:13:20.919 [INF] BMGR: Processed 5 blocks in the last 10.7s (5 transactions, height 526, 2017-11-29 17:13:20 +0100 CET)
DEBUG:lnd(16331):2017-11-29 17:13:20.920 [INF] CRTR: Pruning channel graph using block 50b1408ae6a00065ec73c821d9b4cab499deedfe00b805b2feade6eb5b18b723 (height=526)
DEBUG:lnd(16331):2017-11-29 17:13:20.921 [INF] NTFN: New block: height=526, sha=50b1408ae6a00065ec73c821d9b4cab499deedfe00b805b2feade6eb5b18b723
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=50b1408ae6a00065ec73c821d9b4cab499deedfe00b805b2feade6eb5b18b723' in logs
DEBUG:lnd(16331):2017-11-29 17:13:20.931 [INF] CRTR: Block 50b1408ae6a00065ec73c821d9b4cab499deedfe00b805b2feade6eb5b18b723 (height=526) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 525, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:22.950 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:22 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:22 keypool reserve 74
DEBUG:bitcoind:2017-11-29 16:13:22 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:22 UpdateTip: new best=1f8202c37581ed6db5166f13b24a62584f8e2a7c5de24a3312a96f7b1736f75e height=527 version=0x20000000 log2_work=10.044394 tx=541 date='2017-11-29 16:13:22' progress=1.000000 cache=0.1MiB(539txo)
DEBUG:bitcoind:2017-11-29 16:13:22 AddToWallet d6a901009d0fad6c948eb9bd7b7729ec6d7da6c8784dfe8e36d23bddece22667 new
DEBUG:bitcoind:2017-11-29 16:13:22 keypool keep 74
DEBUG:lnd(16331):2017-11-29 17:13:22.977 [INF] CRTR: Pruning channel graph using block 1f8202c37581ed6db5166f13b24a62584f8e2a7c5de24a3312a96f7b1736f75e (height=527)
DEBUG:lnd(16331):2017-11-29 17:13:22.980 [INF] NTFN: New block: height=527, sha=1f8202c37581ed6db5166f13b24a62584f8e2a7c5de24a3312a96f7b1736f75e
DEBUG:lnd(16331):2017-11-29 17:13:22.985 [INF] CRTR: Block 1f8202c37581ed6db5166f13b24a62584f8e2a7c5de24a3312a96f7b1736f75e (height=527) closed 0 channels
Waiting for node to learn about 1f8202c37581ed6db5166f13b24a62584f8e2a7c5de24a3312a96f7b1736f75e
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=1f8202c37581ed6db5166f13b24a62584f8e2a7c5de24a3312a96f7b1736f75e' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=1f8202c37581ed6db5166f13b24a62584f8e2a7c5de24a3312a96f7b1736f75e' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 527, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:25.041 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:25 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:25 keypool reserve 75
DEBUG:bitcoind:2017-11-29 16:13:25 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:25 UpdateTip: new best=63c24ad961ec957fe266ba381afa72e4ea2fded4227dbe2552146189e52081d0 height=528 version=0x20000000 log2_work=10.047124 tx=542 date='2017-11-29 16:13:25' progress=1.000000 cache=0.1MiB(540txo)
DEBUG:bitcoind:2017-11-29 16:13:25 AddToWallet a537eab26f69e3e700747c53eeacfbf43e5a0c0fe753c4cf8fbc61eb2bbab899 new
DEBUG:bitcoind:2017-11-29 16:13:25 keypool keep 75
Waiting for node to learn about 63c24ad961ec957fe266ba381afa72e4ea2fded4227dbe2552146189e52081d0
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=63c24ad961ec957fe266ba381afa72e4ea2fded4227dbe2552146189e52081d0' in the logs
DEBUG:lnd(16331):2017-11-29 17:13:25.165 [INF] CRTR: Pruning channel graph using block 63c24ad961ec957fe266ba381afa72e4ea2fded4227dbe2552146189e52081d0 (height=528)
DEBUG:lnd(16331):2017-11-29 17:13:25.166 [INF] NTFN: New block: height=528, sha=63c24ad961ec957fe266ba381afa72e4ea2fded4227dbe2552146189e52081d0
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=63c24ad961ec957fe266ba381afa72e4ea2fded4227dbe2552146189e52081d0' in logs
DEBUG:lnd(16331):2017-11-29 17:13:25.181 [INF] CRTR: Block 63c24ad961ec957fe266ba381afa72e4ea2fded4227dbe2552146189e52081d0 (height=528) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 528, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:27.192 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:27 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:27 keypool reserve 76
DEBUG:bitcoind:2017-11-29 16:13:27 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:27 UpdateTip: new best=2d5923ad608caa26de41d9273903f8af15b7182d250ecf64121f2ba4b70046b7 height=529 version=0x20000000 log2_work=10.049849 tx=543 date='2017-11-29 16:13:27' progress=1.000000 cache=0.1MiB(541txo)
DEBUG:bitcoind:2017-11-29 16:13:27 AddToWallet e8300e07e8c0929064876ded950e7a4a3ea30718ba717836a1bef700ca25094b new
DEBUG:bitcoind:2017-11-29 16:13:27 keypool keep 76
DEBUG:lnd(16331):2017-11-29 17:13:27.218 [INF] CRTR: Pruning channel graph using block 2d5923ad608caa26de41d9273903f8af15b7182d250ecf64121f2ba4b70046b7 (height=529)
DEBUG:lnd(16331):2017-11-29 17:13:27.218 [INF] NTFN: New block: height=529, sha=2d5923ad608caa26de41d9273903f8af15b7182d250ecf64121f2ba4b70046b7
DEBUG:lnd(16331):2017-11-29 17:13:27.240 [INF] CRTR: Block 2d5923ad608caa26de41d9273903f8af15b7182d250ecf64121f2ba4b70046b7 (height=529) closed 0 channels
Waiting for node to learn about 2d5923ad608caa26de41d9273903f8af15b7182d250ecf64121f2ba4b70046b7
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=2d5923ad608caa26de41d9273903f8af15b7182d250ecf64121f2ba4b70046b7' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=2d5923ad608caa26de41d9273903f8af15b7182d250ecf64121f2ba4b70046b7' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 529, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:29.309 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:29 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:29 keypool reserve 77
DEBUG:bitcoind:2017-11-29 16:13:29 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:29 UpdateTip: new best=4ab72c2b1c2de5b4f1cbd57c4da835ede41135eb93933fc4542a8ca2742b649f height=530 version=0x20000000 log2_work=10.052568 tx=544 date='2017-11-29 16:13:29' progress=1.000000 cache=0.1MiB(542txo)
DEBUG:bitcoind:2017-11-29 16:13:29 AddToWallet d3ad4dccfa4606506c9c78c02bbad3042b388eb2256a28b106d3823060f3aae9 new
DEBUG:bitcoind:2017-11-29 16:13:29 keypool keep 77
Waiting for node to learn about 4ab72c2b1c2de5b4f1cbd57c4da835ede41135eb93933fc4542a8ca2742b649f
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=4ab72c2b1c2de5b4f1cbd57c4da835ede41135eb93933fc4542a8ca2742b649f' in the logs
DEBUG:lnd(16331):2017-11-29 17:13:29.441 [INF] CRTR: Pruning channel graph using block 4ab72c2b1c2de5b4f1cbd57c4da835ede41135eb93933fc4542a8ca2742b649f (height=530)
DEBUG:lnd(16331):2017-11-29 17:13:29.442 [INF] NTFN: New block: height=530, sha=4ab72c2b1c2de5b4f1cbd57c4da835ede41135eb93933fc4542a8ca2742b649f
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=4ab72c2b1c2de5b4f1cbd57c4da835ede41135eb93933fc4542a8ca2742b649f' in logs
DEBUG:lnd(16331):2017-11-29 17:13:29.453 [INF] CRTR: Block 4ab72c2b1c2de5b4f1cbd57c4da835ede41135eb93933fc4542a8ca2742b649f (height=530) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 530, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:31.469 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:31 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:31 keypool reserve 78
DEBUG:bitcoind:2017-11-29 16:13:31 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:31 UpdateTip: new best=4ebc632d1f1d98c6e8bb3fb855619766271db2801554c23fb96bab39b029d143 height=531 version=0x20000000 log2_work=10.055282 tx=545 date='2017-11-29 16:13:31' progress=1.000000 cache=0.1MiB(543txo)
DEBUG:bitcoind:2017-11-29 16:13:31 AddToWallet 85237c7e61e96c143db517fb9ff2495d5fc408f33dec6cb981d8046cd661393d new
DEBUG:proc:2017-11-29 17:13:31.501 [INF] BMGR: Processed 5 blocks in the last 10.58s (5 transactions, height 531, 2017-11-29 17:13:31 +0100 CET)
DEBUG:bitcoind:2017-11-29 16:13:31 keypool keep 78
DEBUG:lnd(16331):2017-11-29 17:13:31.504 [INF] NTFN: New block: height=531, sha=4ebc632d1f1d98c6e8bb3fb855619766271db2801554c23fb96bab39b029d143
DEBUG:lnd(16331):2017-11-29 17:13:31.505 [INF] CRTR: Pruning channel graph using block 4ebc632d1f1d98c6e8bb3fb855619766271db2801554c23fb96bab39b029d143 (height=531)
Waiting for node to learn about 4ebc632d1f1d98c6e8bb3fb855619766271db2801554c23fb96bab39b029d143
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=4ebc632d1f1d98c6e8bb3fb855619766271db2801554c23fb96bab39b029d143' in the logs
DEBUG:lnd(16331):2017-11-29 17:13:31.533 [INF] CRTR: Block 4ebc632d1f1d98c6e8bb3fb855619766271db2801554c23fb96bab39b029d143 (height=531) closed 0 channels
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=4ebc632d1f1d98c6e8bb3fb855619766271db2801554c23fb96bab39b029d143' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 531, 'port': 16332}, 'id': 'scala-client'}
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
DEBUG:lnd(16331):2017-11-29 17:13:33.613 [INF] RPCS: [listchannels] fetched 0 channels from DB
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:33 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:33 keypool reserve 79
DEBUG:bitcoind:2017-11-29 16:13:33 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:33 UpdateTip: new best=4e87b15bc68fab54f1abed961e953a45e3b1fbbd3f95ded2e9f8ac02f5366afb height=532 version=0x20000000 log2_work=10.057992 tx=546 date='2017-11-29 16:13:33' progress=1.000000 cache=0.1MiB(544txo)
DEBUG:bitcoind:2017-11-29 16:13:33 AddToWallet 21fa1722fb318848033ca7cf7774e74ada80fcd2175f5242adfa07b71bc49957 new
DEBUG:bitcoind:2017-11-29 16:13:33 keypool keep 79
DEBUG:lnd(16331):2017-11-29 17:13:33.658 [INF] CRTR: Pruning channel graph using block 4e87b15bc68fab54f1abed961e953a45e3b1fbbd3f95ded2e9f8ac02f5366afb (height=532)
DEBUG:lnd(16331):2017-11-29 17:13:33.659 [INF] NTFN: New block: height=532, sha=4e87b15bc68fab54f1abed961e953a45e3b1fbbd3f95ded2e9f8ac02f5366afb
Waiting for node to learn about 4e87b15bc68fab54f1abed961e953a45e3b1fbbd3f95ded2e9f8ac02f5366afb
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=4e87b15bc68fab54f1abed961e953a45e3b1fbbd3f95ded2e9f8ac02f5366afb' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=4e87b15bc68fab54f1abed961e953a45e3b1fbbd3f95ded2e9f8ac02f5366afb' in logs
DEBUG:lnd(16331):2017-11-29 17:13:33.672 [INF] CRTR: Block 4e87b15bc68fab54f1abed961e953a45e3b1fbbd3f95ded2e9f8ac02f5366afb (height=532) 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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 532, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:35.685 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:13:35 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:13:35 keypool reserve 80
DEBUG:bitcoind:2017-11-29 16:13:35 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:13:35 UpdateTip: new best=2eae81c6c70e75ca296294a76d4695c252cd50d74cd24479d8c9bc12790268ef height=533 version=0x20000000 log2_work=10.060696 tx=547 date='2017-11-29 16:13:35' progress=1.000000 cache=0.1MiB(545txo)
DEBUG:bitcoind:2017-11-29 16:13:35 AddToWallet 3414d41110c6378d1bb5a8854209707487da8aeb4abc0253c9c8c31b8a3fa954 new
DEBUG:bitcoind:2017-11-29 16:13:35 keypool keep 80
DEBUG:lnd(16331):2017-11-29 17:13:35.708 [INF] CRTR: Pruning channel graph using block 2eae81c6c70e75ca296294a76d4695c252cd50d74cd24479d8c9bc12790268ef (height=533)
DEBUG:lnd(16331):2017-11-29 17:13:35.709 [INF] NTFN: New block: height=533, sha=2eae81c6c70e75ca296294a76d4695c252cd50d74cd24479d8c9bc12790268ef
DEBUG:lnd(16331):2017-11-29 17:13:35.719 [INF] CRTR: Block 2eae81c6c70e75ca296294a76d4695c252cd50d74cd24479d8c9bc12790268ef (height=533) closed 0 channels
Waiting for node to learn about 2eae81c6c70e75ca296294a76d4695c252cd50d74cd24479d8c9bc12790268ef
DEBUG:root:Waiting for 'NTFN: New block: height=([0-9]+), sha=2eae81c6c70e75ca296294a76d4695c252cd50d74cd24479d8c9bc12790268ef' in the logs
DEBUG:root:Found 'NTFN: New block: height=([0-9]+), sha=2eae81c6c70e75ca296294a76d4695c252cd50d74cd24479d8c9bc12790268ef' in logs
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': '03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173', 'alias': 'eclair', 'blockHeight': 533, 'port': 16332}, 'id': 'scala-client'}
DEBUG:lnd(16331):2017-11-29 17:13:36.766 [INF] RPCS: [listchannels] fetched 0 channels from DB
WARNING:lnd-node(16331):Channel 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 -> 03cb1185a39d6d1d4669199666ea09845fca91fe403b7c87d796a95464fe108173 not found
--------------------------- Captured stdout teardown ---------------------------
DEBUG:proc:2017-11-29 17:13:36.862 [ERR] RPCS: Websocket receive error from 127.0.0.1:34768: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:13:36.862 [INF] RPCS: Disconnected websocket client 127.0.0.1:34768
DEBUG:proc:2017-11-29 17:13:36.862 [ERR] RPCS: Websocket receive error from 127.0.0.1:34770: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:13:36.862 [INF] RPCS: Disconnected websocket client 127.0.0.1:34770
DEBUG:proc:2017-11-29 17:13:36.862 [ERR] RPCS: Websocket receive error from 127.0.0.1:34760: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:13:36.862 [ERR] RPCS: Websocket receive error from 127.0.0.1:34762: websocket: close 1006 unexpected EOF
DEBUG:proc:2017-11-29 17:13:36.862 [INF] RPCS: Disconnected websocket client 127.0.0.1:34760
DEBUG:proc:2017-11-29 17:13:36.862 [INF] RPCS: Disconnected websocket client 127.0.0.1:34762
DEBUG:eclair(16332):2017-11-29 17:13:36,864 WARN f.a.eclair.crypto.TransportHandler akka://default/user/$i/server/$b - connection closed
DEBUG:eclair(16332):2017-11-29 17:13:36,865 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58 - lost connection to 03b9bc065c9ffc0868aa9d269b3bf4371127d8bff658d109e76f47968aa8c3db58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment