Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anonymous/94dbfb000359df010465c42bf034c5ee to your computer and use it in GitHub Desktop.
Save anonymous/94dbfb000359df010465c42bf034c5ee to your computer and use it in GitHub Desktop.
______________ test_forwarded_payment[eclair_lightning_lightning] ______________
bitcoind = <utils.BitcoinD object at 0x7fb768e47198>
node_factory = <test.NodeFactory object at 0x7fb742f7c080>
impls = (<class 'eclair.EclairNode'>, <class 'lightningd.LightningNode'>, <class 'lightningd.LightningNode'>)
 @pytest.mark.parametrize("impls", product(impls, repeat=3), ids=idfn)
 def test_forwarded_payment(bitcoind, node_factory, impls):
 num_nodes = len(impls)
 nodes = [node_factory.get_node(implementation=impls[i]) for i in range(3)]
 capacity = 10**7
 
 for i in range(num_nodes-1):
 nodes[i].connect('localhost', nodes[i+1].daemon.port, nodes[i+1].id())
 nodes[i].addfunds(bitcoind, 4 * capacity)
 
 for i in range(num_nodes-1):
 nodes[i].openchannel(nodes[i+1].id(), 'localhost', nodes[i+1].daemon.port, capacity)
 confirm_channel(bitcoind, nodes[i], nodes[i+1])
 
 sync_blockheight(bitcoind, nodes)
 
 # Make sure that everybody knows about its own channel and it's confirmed
> generate_until(bitcoind, lambda: check_channels([(nodes[0], nodes[1]), (nodes[1], nodes[2])]), interval=1)
test.py:313:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
btc = <utils.BitcoinD object at 0x7fb768e47198>
success = <function test_forwarded_payment.<locals>.<lambda> at 0x7fb75cebad08>
blocks = 30, interval = 1
 def generate_until(btc, success, blocks=30, interval=1):
 """Generate new blocks until `success` returns true.
 
 Mainly used to wait for transactions to confirm since they might
 be delayed and we don't want to add a long waiting time to all
 tests just because some are slow.
 """
 for i in range(blocks):
 time.sleep(interval)
 if success():
 return
 btc.rpc.generate(1)
 time.sleep(interval)
 if not success():
> raise ValueError("Generated %d blocks, but still no success", blocks)
E ValueError: ('Generated %d blocks, but still no success', 30)
test.py:136: ValueError
----------------------------- Captured stdout call -----------------------------
DEBUG:root:Starting '/usr/lib/jvm/java-8-openjdk-amd64/bin/java -Declair.datadir=/tmp/lightning-il5fkavy/test_forwarded_payment[eclair_lightning_lightning]/node-1/ -Declair.printToConsole=true -jar bin/eclair.jar'
DEBUG:root:Waiting for 'connected to tcp://127.0.0.1:29000' in the logs
DEBUG:eclair(16331):17:32:54,178 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
DEBUG:eclair(16331):17:32:54,178 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
DEBUG:eclair(16331):17:32:54,178 |-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(16331):17:32:54,186 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@2dcf1b69 - 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(16331):17:32:54,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16331):17:32:54,216 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16331):17:32:54,222 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
DEBUG:eclair(16331):17:32:54,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
DEBUG:eclair(16331):17:32:54,237 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
DEBUG:eclair(16331):17:32:54,238 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
DEBUG:eclair(16331):17:32:54,239 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [/tmp/lightning-il5fkavy/test_forwarded_payment[eclair_lightning_lightning]/node-1//eclair.log]
DEBUG:eclair(16331):17:32:54,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel] to DEBUG
DEBUG:eclair(16331):17:32:54,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel.Register] to DEBUG
DEBUG:eclair(16331):17:32:54,241 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.router] to INFO
DEBUG:eclair(16331):17:32:54,420 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16331):17:32:54,420 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16331):17:32:54,420 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
DEBUG:eclair(16331):17:32:54,421 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
DEBUG:eclair(16331):17:32:54,422 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
DEBUG:eclair(16331):17:32:54,422 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
DEBUG:eclair(16331):17:32:54,422 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
DEBUG:eclair(16331):17:32:54,422 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@22493277 - Registering current configuration as safe fallback point
DEBUG:eclair(16331):2017-11-29 17:32:54,423 INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
DEBUG:eclair(16331):2017-11-29 17:32:54,433 INFO fr.acinq.eclair.Setup - hello!
DEBUG:eclair(16331):2017-11-29 17:32:54,434 INFO fr.acinq.eclair.Setup - version=0.2-SNAPSHOT commit=2d5d68bf3f57363075d04e23447b9c19924d9f8a
DEBUG:eclair(16331):2017-11-29 17:32:54,479 INFO org.bitcoin.Secp256k1Context - couldn't find secp256k1 library, defaulting to spongycastle
DEBUG:eclair(16331):2017-11-29 17:32:55,003 INFO fr.acinq.eclair.Setup - nodeid=036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb alias=eclair
DEBUG:eclair(16331):2017-11-29 17:32:55,004 INFO fr.acinq.eclair.Setup - using chain=regtest chainHash=06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f
DEBUG:eclair(16331):2017-11-29 17:32:55,004 INFO fr.acinq.eclair.Setup - initializing secure random generator
DEBUG:eclair(16331):2017-11-29 17:32:56,234 INFO fr.acinq.eclair.Setup - initial feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:eclair(16331):2017-11-29 17:32:56,249 INFO fr.acinq.eclair.Setup - current feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:bitcoind:2017-11-29 16:32:56 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:32:56 keypool reserve 442
DEBUG:bitcoind:2017-11-29 16:32:56 keypool keep 442
DEBUG:eclair(16331):2017-11-29 17:32:56,294 INFO fr.acinq.eclair.io.Server akka://default/user/$i/server - bound on /0:0:0:0:0:0:0:0:16331
DEBUG:eclair(16331):2017-11-29 17:32:56,296 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - loading network announcements from db...
DEBUG:eclair(16331):2017-11-29 17:32:56,298 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - starting state machine
DEBUG:eclair(16331):2017-11-29 17:32:56,304 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - current status channels=0 nodes=0 updates=0
DEBUG:eclair(16331):2017-11-29 17:32:56,344 INFO fr.acinq.eclair.Setup - initial wallet address=2NA5x1vHAvR7N8JWuo8uys2AfaG3XMfUWVi
DEBUG:eclair(16331):2017-11-29 17:32:57,331 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(16331):Eclair started (pid: 17420)
DEBUG:root:Starting 'bin/lightningd --bitcoin-datadir=/tmp/lightning-il5fkavy/bitcoind --lightning-dir=/tmp/lightning-il5fkavy/test_forwarded_payment[eclair_lightning_lightning]/node-2/ --port=16332 --network=regtest --dev-broadcast-interval=1000 --network=regtest --locktime-blocks=6 --log-level=debug --bitcoind-poll=1s'
DEBUG:root:Waiting for 'Creating IPv6 listener on port' in the logs
DEBUG:proc:lightningd(17626): Trying to guess public addresses...
DEBUG:proc:lightningd(17626): Address 192.168.0.3:16332 is not routable
DEBUG:proc:lightningd(17626): Failed to connect 10 socket: Network is unreachable
DEBUG:proc:lightningd(17626): testing /home/cdecker/dev/lightning-integration/bin/lightningd
DEBUG:proc:lightningd(17626): testing /home/cdecker/dev/lightning-integration/bin/lightning_channeld
DEBUG:proc:lightningd(17626): testing /home/cdecker/dev/lightning-integration/bin/lightning_closingd
DEBUG:proc:lightningd(17626): testing /home/cdecker/dev/lightning-integration/bin/lightning_gossipd
DEBUG:proc:lightningd(17626): testing /home/cdecker/dev/lightning-integration/bin/lightning_hsmd
DEBUG:proc:lightningd(17626): testing /home/cdecker/dev/lightning-integration/bin/lightning_onchaind
DEBUG:proc:lightningd(17626): testing /home/cdecker/dev/lightning-integration/bin/lightning_openingd
DEBUG:proc:lightningd(17626): HSM TRACE: Control: type WIRE_HSMCTL_INIT len 3
DEBUG:proc:lightningd(17626): Adding block 245b5bb1b5ea44908f0ea2b75ce4d8b09fcb870288983de11691e4ff26466779
DEBUG:proc:lightningd(17626): Adding block 4321f4b09a18775b5ca584186ddfd1c9f7e6b625df5b43c171fc858e6dc5252d
DEBUG:proc:lightningd(17626): Adding block 9efacb5dbef7b1e297ea787de16072decac0a428b21c00010e13b33fafbd577d
DEBUG:proc:lightningd(17626): Adding block 06493d954313efb24ab880839e12b6f96b042eeeccb87367a240490b9da16078
DEBUG:proc:lightningd(17626): Adding block cd85241c8c778b90ff99a93d75446feca208dad32f81dafd7bee2a0e7865f079
DEBUG:proc:lightningd(17626): Adding block b69d4cfb87efe602e99c289034220e44753674e4056c0029e39cbe6968776431
DEBUG:proc:lightningd(17626): Adding block 1086cd33c21f16dcd1b733529ca12dffe720ee18eaac2d3104b364edac694018
DEBUG:proc:lightningd(17626): Adding block 070596e61c0ee92bc052886f6cc0a37cfdc74065407a46e46da446f091ba3c59
DEBUG:proc:lightningd(17626): Adding block 688c87efef4915ca6432e64474c5107a7a0145db8241988fd03b12a9ef740c5b
DEBUG:proc:lightningd(17626): Adding block 62c17539ff9af16924cf778dae2b3ec591400b8ff62e5eb75665cd5116673958
DEBUG:proc:lightningd(17626): Adding block 3e08085fdefd806a6f98dfa8b349130ba2dca7d2bf8685d3087dadcb16e79f32
DEBUG:proc:lightningd(17626): Adding block bb6ee2dfc296e425d196892a8acffc544446e4e2a423b206be502e7494b5bc5a
DEBUG:proc:lightningd(17626): Adding block ce2306ce01228a268c16f6b5a2c29a1be79516dda251987c4625bb42495fb77b
DEBUG:proc:lightningd(17626): Adding block c32cfb57314943873624ccd4f438cb4014cea4ff1783c8ca095b0bdcac15d344
DEBUG:proc:lightningd(17626): Adding block addbca3c03f6a443b130887c276191d15ddc7432ae7c6a2227f0594394470f2d
DEBUG:proc:lightningd(17626): Adding block 7e434044dc849929071392db9c887dea8fdd0354de9b7a2d1d458c6983a2b270
DEBUG:proc:lightningd(17626): Adding block 7502ed57b6008e85868917f001e6c28d678480a28fe75395e9b1bbb5beb95e42
DEBUG:proc:lightningd(17626): Adding block 745f222a351877fe423fa17a716661b04dd0f8ae57f192b15a214ae1cd97bc0c
DEBUG:proc:lightningd(17626): Adding block 807c51361da143693bff24708bc8bb12c7d05ead79cd20c2b31b99c2e4a02408
DEBUG:proc:lightningd(17626): Adding block 51051c2dfd5bb581a3bd199c9f61c8ad0c6427e4e81a5203a7274d78e4884469
DEBUG:proc:lightningd(17626): Adding block c01b1c38a07958a2d3a4e53e5729c7a975cfaaba38714412fcadbbe71f521d0d
DEBUG:proc:lightningd(17626): Adding block 32b4093dd93b20b3d43a1321a81923b852431c33dfcc613126b6f8896f0c2267
DEBUG:proc:lightningd(17626): Adding block b994200e7e547693f98c0be99e4a3f4aa2caf666e4e9a31c417e85c4a30c297b
DEBUG:proc:lightningd(17626): Adding block a61c0f868f72f5c3b444150f1bc166127d0477572a89d5ddbbc11167a5ec7361
DEBUG:proc:lightningd(17626): Adding block 12f3f197b831477e536fc8e07e222c00ef52b5c7ba5d663a36e8409a5c258532
DEBUG:proc:lightningd(17626): Adding block 3e3605244c8be8b7d811acb0968c565e7ab15652cd6406c3e7775995f2899436
DEBUG:proc:lightningd(17626): Adding block 2a73b6a6539f80299abea703714efd6f5dee646887277e70dc845bb45c8cbb43
DEBUG:proc:lightningd(17626): Adding block 2c4c2df98f400cff7f6fa68bcf1e212d8e6c85d6fae030bc4dfd2e3c92578547
DEBUG:proc:lightningd(17626): Adding block c50c91d0415dd8ae42493aab34cde5c8e07d8bd131da5febad5157b7dd49f244
DEBUG:proc:lightningd(17626): Adding block 31f288e645fb991b367a542218ec8b53cd9e0ce0b270d0b390b7b08ca87f4901
DEBUG:proc:lightningd(17626): Adding block 33fba8ba92822b25eb5c1c66cf4ace8df29caac010112f1b8a895483b5b6c00b
DEBUG:proc:lightningd(17626): Adding block e189921cb509bdb3b21997d2f481087a95b4e80d0491535efd84c339b51baa5b
DEBUG:proc:lightningd(17626): Adding block 153526ffcd30ee93913fdb428471e1197bf3ed05a635b3fe17e3ee3b3c198261
DEBUG:proc:lightningd(17626): Adding block 43b8e7c1cbc20eaf389b497eb6e0a3b819cee3521be013fc709a98a900484817
DEBUG:proc:lightningd(17626): Adding block 38d24f37c6a1f0367d8d36f74d181da7685c2160aa4f9bc216d1af4842334e7c
DEBUG:proc:lightningd(17626): Adding block f2a55bd653c4340b17005de811b8cb1ff7bd272a2364d500d56c72b5611d721b
DEBUG:proc:lightningd(17626): Adding block efa2c43ba07fd32d98e2ad0a985d3e9f07870827c3ea54102814f589c9b2451f
DEBUG:proc:lightningd(17626): Adding block 654209ce808d4aa26322856522083f8ae88f58cf095a6232404a720323bf8a4e
DEBUG:proc:lightningd(17626): Adding block ed70e17f18ad3b6738576ec9de71136c82f03f8ea6b0c61df2ceefe2a425787f
DEBUG:proc:lightningd(17626): Adding block ccd9784823b24012df8a0feb46364dd2f2950c8d9cc8828ad9a2a7ccb89def5f
DEBUG:proc:lightningd(17626): Adding block 7dca118335b49f53a038588fc82edaee55c0449fd9db7c92c45f17279444ce65
DEBUG:proc:lightningd(17626): Adding block e074149d7c0dbc21662c5af6245aca229babd82e464956291686b7dcd3fe6219
DEBUG:proc:lightningd(17626): Adding block 1abc6b24e3a5f17d3bfd171541a3e0576725d54f709def4b1ef019dfbec0e577
DEBUG:proc:lightningd(17626): Adding block 5813fb249addaf36393ed9294165af74dbb1f011f6bf046eae8f5d577b442452
DEBUG:proc:lightningd(17626): Adding block e566e283e82d7ded7bb347ec31f09a8331c7681004e8e6c105659e436ce55e70
DEBUG:proc:lightningd(17626): Adding block c2db9b7231b3ba1c08883ce786f2bc9249feb13b42e6cd973d06ddbf81b4cf48
DEBUG:proc:lightningd(17626): Adding block fc695a30430b221cf31c32be2b427ca705714feff32fa2065ff0ff324e6f9b3f
DEBUG:proc:lightningd(17626): Adding block ab7e8debdbf33638e3f109a0028f13706d4e3bf470d32f21b3559f48d866404c
DEBUG:proc:lightningd(17626): Adding block 21bfbfb2fd7c4d74a63eb081653fd8dfe10e6f3eca216b220ad89a42ddadbf35
DEBUG:proc:lightningd(17626): Adding block 73962ee97250f930dff3cb670c55c25ae5072a387d40dd6b459ca996acea9107
DEBUG:proc:lightningd(17626): Adding block d3e4081c102643054d9cfd2ac1476d974df35c5100bcf05579fa7716636ddb25
DEBUG:proc:lightningd(17626): Adding block b8e6667d7d306b09b37e6b3003dcc827a01b1138bd3f7dbbf899200e4238f832
DEBUG:proc:lightningd(17626): Adding block a29f09beed9f2b7f2d011cb1199f2523bac5028aeded5da4ea84910384130d34
DEBUG:proc:lightningd(17626): Adding block 4b0dcda22d30ec8c56b41200c762fc86adbf1161178907633aa5032367f3eb40
DEBUG:proc:lightningd(17626): Adding block ae314e9548372c61ac4b47d1cc017901fa9c9e30d10eb0d3d124a1a784b82f14
DEBUG:proc:lightningd(17626): Adding block 734bd43734e8f057fa1756298f6f7a9e386e049a3d8fda473f4d7a4c4d021844
DEBUG:proc:lightningd(17626): Adding block a867bce41774a568b16298819ad0f46b4d6c1dc2450cde46d4cee5ed353b5a34
DEBUG:proc:lightningd(17626): Adding block c1949c3f4bb065e5d4be41703a2a037878880c5b2675de6d18a2b26f77ce6a08
DEBUG:proc:lightningd(17626): Adding block 87496de24008ab768f3f982302aa3fd39dbe1b1abf77312e1737e5645a92da3b
DEBUG:proc:lightningd(17626): Adding block 533fb921dc0b012c1dece0e0a4de6e4a7188134ec23d36d6ccc12466be281019
DEBUG:proc:lightningd(17626): Adding block 3dd7b75d61148efbd44dcc9701fa118c379a457898d4524e4b7306b48dfff466
DEBUG:proc:lightningd(17626): Adding block 6f97cc00660edad174735a0bcee205efeb88e038efcc08fcfa07e1fb0d962327
DEBUG:proc:lightningd(17626): Adding block 7c9fcea8176c6c6fa39d04830ec1ae2c12fd369c8890aaa6cadf04c358f57861
DEBUG:proc:lightningd(17626): Adding block 42cfdc1d66951b3c5ca71044659c8d06eec7998794ae13b144866bbf71cc211c
DEBUG:proc:lightningd(17626): Adding block eb16ba04c8e187b8df4c13a64ec88f2be4dd01fad5fd03c05a438d3dcc316066
DEBUG:proc:lightningd(17626): Adding block 4fc3be4ced8448244b3ff754483ddae2b97cc31902a7a160c3a761a334156b2e
DEBUG:proc:lightningd(17626): Adding block 7f4cf35570842bc9127d73551cef72d67eb6f9117ced90d34c717e4fcf1d1057
DEBUG:proc:lightningd(17626): Adding block de899500fbc90423eaeabcfd0d5c1c18f5f8cdfd2830254f751e88bee8c8aa42
DEBUG:proc:lightningd(17626): Adding block eb8f0d39903de2f124c527002b127748bce27dc47fa178cdcb6280161529bc6a
DEBUG:proc:lightningd(17626): Adding block 28a511b2cf1f16902a5af7e02b531d2eb249484d816029e2b2c473512faee237
DEBUG:proc:lightningd(17626): Adding block 5622d981e81e3181ded58852f42ef329a77e2457b9125265310dbc01e55e8104
DEBUG:proc:lightningd(17626): Adding block 256a5fbf3cc59292b2f12620895f0ced3bc725986dc87883009e3a744ae87773
DEBUG:proc:lightningd(17626): Adding block 4214442dfcf8a7ab70a0975736b07825c3349b5ba9ccfb46ccbb3e0ac2849b49
DEBUG:proc:lightningd(17626): Adding block 596ee95b26f0b64bd4e1480f361c9e5ce85a1ecdc604224caca3541da19a610b
DEBUG:proc:lightningd(17626): Adding block 1ab87537be746a3c0bf929e94043f14ec8e9cb8c937e09398fe86770bbc1264a
DEBUG:proc:lightningd(17626): Adding block 9ade37629054376d5a5143ee467ec2867079aec0e76cef93c8c81264e6771b3d
DEBUG:proc:lightningd(17626): Adding block d86f24304267c3e680428e202ad9f359e72bb70061dfa931f303d194821e055b
DEBUG:proc:lightningd(17626): Adding block e2be38aafe8c36ca672eba6bbe89bc6f4e9844dadadf19d58a56f65275c9e70a
DEBUG:proc:lightningd(17626): Adding block ff68c47d2a36ea0022c0d4805b4166fe06cc8712a43bbe89b90d4fbbf4a8df18
DEBUG:proc:lightningd(17626): Adding block 335d5fc93b62ff9438807fb19082d7c82176e94eb2071cff9c48295eedf09353
DEBUG:proc:lightningd(17626): Adding block 3e0aef338946549c46ac282d88f7a05b238c0d2ff063223c73413e8ef312d046
DEBUG:proc:lightningd(17626): Adding block 6c9cc88e3a976f3827d507bdcd54d57993fb4bd2aefa3dad4b7a175f637bda11
DEBUG:proc:lightningd(17626): Adding block 821b2336b796f7577de053cbae1f32cc6395422b20acb93aec184c1a2c32096f
DEBUG:proc:lightningd(17626): Adding block 7baf39d172ca4306ddfb699df1478ec134e15e39cdf9fe84e07a821188abf469
DEBUG:proc:lightningd(17626): Adding block 16af50372c901fb0f7e5600ff3e182401201cefb6389765018f4624a58ae9809
DEBUG:proc:lightningd(17626): Adding block c1bef580679aa5bfa715f4a9fbd6ce7f828d766fa5ea30714542ec658eba0700
DEBUG:proc:lightningd(17626): Adding block d15dd8c78dbb1c700400b59f58f5cc6c319ea308f24d030da209bf8101e22910
DEBUG:proc:lightningd(17626): Adding block 15b395cc818c3c59251d939b4fca356f6bf0d319ffb57d82e99cac93489a9f1d
DEBUG:proc:lightningd(17626): Adding block db26b46260c8bdde9d673712853ca4aeb023029f2028f01397214844264c7a50
DEBUG:proc:lightningd(17626): Adding block 7a4ee46a7188eea5261541f538df24b48fa623e42a4b66f4f8eec525fe38ce0e
DEBUG:proc:lightningd(17626): Adding block e3cc7f332e6223903c9b3f50d9a5153a89c4e540f1d58f4575b1267fbf313960
DEBUG:proc:lightningd(17626): Adding block ffb08559965b61e746c40b3fdd176d9576a19e327628ba3d2bb78fc23a8e4872
DEBUG:proc:lightningd(17626): Adding block 5da2f753c4abfe61d0c94559992519a4fa8c03ad47707fb8356fc15987459c7c
DEBUG:proc:lightningd(17626): Adding block 7a155417ebc089cf44a27860f768574a5e319e80e334b00b83a7e28f7aad7872
DEBUG:proc:lightningd(17626): Adding block 36d2224c7c4dcae8a55fa274a4da72ce9b614119b113e1155350536c92b6e841
DEBUG:proc:lightningd(17626): Adding block 181de8e0baa66bfbaab04710c40166cedd6af73e586c9ad0a0306bf67dac4577
DEBUG:proc:lightningd(17626): Adding block f0437ccd1eaef2fd62e7a5d4b7022b49dfd9eef8c171a80458996857c721e50c
DEBUG:proc:lightningd(17626): Adding block 9fd7ad2493fd9daf4ee0adc3e33bd8e64001f7e0a851b94e9108dcdfa9a5132e
DEBUG:proc:lightningd(17626): Adding block e084f39b7f27a043ee638baf9945e9000679453de84eac9e4752c8b7da1f9a55
DEBUG:proc:lightningd(17626): Adding block 055021a13c5ec652b1952d7e9ac0c8da9133d0570bf9d6a818ea2704ec89ba78
DEBUG:proc:lightningd(17626): Adding block 3ed7e2778e5ae6d11cf00f3a91710dbe6c45ec3332e9519b1ee6dd27edf31918
DEBUG:proc:lightningd(17626): Loaded 0 invoices from DB
DEBUG:proc:lightningd(17626): HSM TRACE: Control: type WIRE_HSMCTL_HSMFD_ECDH len 2
DEBUG:proc:lightning_gossipd(17744): pid 17744, msgfd 15
DEBUG:proc:lightningd(17626): Loaded 0 channels from DB
DEBUG:proc:lightningd(17626): Listening on 'lightning-rpc'
DEBUG:proc:lightningd(17626): Hello world from 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 aka SLIMYBAGEL #039d76 (version v0.5.2-2016-11-21-1199-gcfde208)!
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIPCTL_INIT len 78
DEBUG:proc:lightning_gossipd(17744): TRACE: Creating IPv6 listener on port 16332
DEBUG:root:Found 'Creating IPv6 listener on port' in logs
INFO:root:LightningD started
DEBUG:proc:lightning_gossipd(17744): TRACE: Failed to bind on 2 socket: Address already in use
DEBUG:root:Starting 'bin/lightningd --bitcoin-datadir=/tmp/lightning-il5fkavy/bitcoind --lightning-dir=/tmp/lightning-il5fkavy/test_forwarded_payment[eclair_lightning_lightning]/node-3/ --port=16333 --network=regtest --dev-broadcast-interval=1000 --network=regtest --locktime-blocks=6 --log-level=debug --bitcoind-poll=1s'
DEBUG:proc:lightningd(17626): Immediate feerate 5013 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 5013 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 5013 (was 0)
DEBUG:root:Waiting for 'Creating IPv6 listener on port' in the logs
DEBUG:proc:lightningd(17747): Trying to guess public addresses...
DEBUG:proc:lightningd(17747): Address 192.168.0.3:16333 is not routable
DEBUG:proc:lightningd(17747): Failed to connect 10 socket: Network is unreachable
DEBUG:proc:lightningd(17747): testing /home/cdecker/dev/lightning-integration/bin/lightningd
DEBUG:proc:lightningd(17747): testing /home/cdecker/dev/lightning-integration/bin/lightning_channeld
DEBUG:proc:lightningd(17747): testing /home/cdecker/dev/lightning-integration/bin/lightning_closingd
DEBUG:proc:lightningd(17747): testing /home/cdecker/dev/lightning-integration/bin/lightning_gossipd
DEBUG:proc:lightningd(17747): testing /home/cdecker/dev/lightning-integration/bin/lightning_hsmd
DEBUG:proc:lightningd(17747): testing /home/cdecker/dev/lightning-integration/bin/lightning_onchaind
DEBUG:proc:lightningd(17747): testing /home/cdecker/dev/lightning-integration/bin/lightning_openingd
DEBUG:proc:lightningd(17747): HSM TRACE: Control: type WIRE_HSMCTL_INIT len 3
DEBUG:proc:lightningd(17747): Adding block 245b5bb1b5ea44908f0ea2b75ce4d8b09fcb870288983de11691e4ff26466779
DEBUG:proc:lightningd(17747): Adding block 4321f4b09a18775b5ca584186ddfd1c9f7e6b625df5b43c171fc858e6dc5252d
DEBUG:proc:lightningd(17747): Adding block 9efacb5dbef7b1e297ea787de16072decac0a428b21c00010e13b33fafbd577d
DEBUG:proc:lightningd(17747): Adding block 06493d954313efb24ab880839e12b6f96b042eeeccb87367a240490b9da16078
DEBUG:proc:lightningd(17747): Adding block cd85241c8c778b90ff99a93d75446feca208dad32f81dafd7bee2a0e7865f079
DEBUG:proc:lightningd(17747): Adding block b69d4cfb87efe602e99c289034220e44753674e4056c0029e39cbe6968776431
DEBUG:proc:lightningd(17747): Adding block 1086cd33c21f16dcd1b733529ca12dffe720ee18eaac2d3104b364edac694018
DEBUG:proc:lightningd(17747): Adding block 070596e61c0ee92bc052886f6cc0a37cfdc74065407a46e46da446f091ba3c59
DEBUG:proc:lightningd(17747): Adding block 688c87efef4915ca6432e64474c5107a7a0145db8241988fd03b12a9ef740c5b
DEBUG:proc:lightningd(17747): Adding block 62c17539ff9af16924cf778dae2b3ec591400b8ff62e5eb75665cd5116673958
DEBUG:proc:lightningd(17747): Adding block 3e08085fdefd806a6f98dfa8b349130ba2dca7d2bf8685d3087dadcb16e79f32
DEBUG:proc:lightningd(17747): Adding block bb6ee2dfc296e425d196892a8acffc544446e4e2a423b206be502e7494b5bc5a
DEBUG:proc:lightningd(17747): Adding block ce2306ce01228a268c16f6b5a2c29a1be79516dda251987c4625bb42495fb77b
DEBUG:proc:lightningd(17747): Adding block c32cfb57314943873624ccd4f438cb4014cea4ff1783c8ca095b0bdcac15d344
DEBUG:proc:lightningd(17747): Adding block addbca3c03f6a443b130887c276191d15ddc7432ae7c6a2227f0594394470f2d
DEBUG:proc:lightningd(17747): Adding block 7e434044dc849929071392db9c887dea8fdd0354de9b7a2d1d458c6983a2b270
DEBUG:proc:lightningd(17747): Adding block 7502ed57b6008e85868917f001e6c28d678480a28fe75395e9b1bbb5beb95e42
DEBUG:proc:lightningd(17747): Adding block 745f222a351877fe423fa17a716661b04dd0f8ae57f192b15a214ae1cd97bc0c
DEBUG:proc:lightningd(17747): Adding block 807c51361da143693bff24708bc8bb12c7d05ead79cd20c2b31b99c2e4a02408
DEBUG:proc:lightningd(17747): Adding block 51051c2dfd5bb581a3bd199c9f61c8ad0c6427e4e81a5203a7274d78e4884469
DEBUG:proc:lightningd(17747): Adding block c01b1c38a07958a2d3a4e53e5729c7a975cfaaba38714412fcadbbe71f521d0d
DEBUG:proc:lightningd(17747): Adding block 32b4093dd93b20b3d43a1321a81923b852431c33dfcc613126b6f8896f0c2267
DEBUG:proc:lightningd(17747): Adding block b994200e7e547693f98c0be99e4a3f4aa2caf666e4e9a31c417e85c4a30c297b
DEBUG:proc:lightningd(17747): Adding block a61c0f868f72f5c3b444150f1bc166127d0477572a89d5ddbbc11167a5ec7361
DEBUG:proc:lightningd(17747): Adding block 12f3f197b831477e536fc8e07e222c00ef52b5c7ba5d663a36e8409a5c258532
DEBUG:proc:lightningd(17747): Adding block 3e3605244c8be8b7d811acb0968c565e7ab15652cd6406c3e7775995f2899436
DEBUG:proc:lightningd(17747): Adding block 2a73b6a6539f80299abea703714efd6f5dee646887277e70dc845bb45c8cbb43
DEBUG:proc:lightningd(17747): Adding block 2c4c2df98f400cff7f6fa68bcf1e212d8e6c85d6fae030bc4dfd2e3c92578547
DEBUG:proc:lightningd(17747): Adding block c50c91d0415dd8ae42493aab34cde5c8e07d8bd131da5febad5157b7dd49f244
DEBUG:proc:lightningd(17747): Adding block 31f288e645fb991b367a542218ec8b53cd9e0ce0b270d0b390b7b08ca87f4901
DEBUG:proc:lightningd(17747): Adding block 33fba8ba92822b25eb5c1c66cf4ace8df29caac010112f1b8a895483b5b6c00b
DEBUG:proc:lightningd(17747): Adding block e189921cb509bdb3b21997d2f481087a95b4e80d0491535efd84c339b51baa5b
DEBUG:proc:lightningd(17747): Adding block 153526ffcd30ee93913fdb428471e1197bf3ed05a635b3fe17e3ee3b3c198261
DEBUG:proc:lightningd(17747): Adding block 43b8e7c1cbc20eaf389b497eb6e0a3b819cee3521be013fc709a98a900484817
DEBUG:proc:lightningd(17747): Adding block 38d24f37c6a1f0367d8d36f74d181da7685c2160aa4f9bc216d1af4842334e7c
DEBUG:proc:lightningd(17747): Adding block f2a55bd653c4340b17005de811b8cb1ff7bd272a2364d500d56c72b5611d721b
DEBUG:proc:lightningd(17747): Adding block efa2c43ba07fd32d98e2ad0a985d3e9f07870827c3ea54102814f589c9b2451f
DEBUG:proc:lightningd(17747): Adding block 654209ce808d4aa26322856522083f8ae88f58cf095a6232404a720323bf8a4e
DEBUG:proc:lightningd(17747): Adding block ed70e17f18ad3b6738576ec9de71136c82f03f8ea6b0c61df2ceefe2a425787f
DEBUG:proc:lightningd(17747): Adding block ccd9784823b24012df8a0feb46364dd2f2950c8d9cc8828ad9a2a7ccb89def5f
DEBUG:proc:lightningd(17747): Adding block 7dca118335b49f53a038588fc82edaee55c0449fd9db7c92c45f17279444ce65
DEBUG:proc:lightningd(17747): Adding block e074149d7c0dbc21662c5af6245aca229babd82e464956291686b7dcd3fe6219
DEBUG:proc:lightningd(17747): Adding block 1abc6b24e3a5f17d3bfd171541a3e0576725d54f709def4b1ef019dfbec0e577
DEBUG:proc:lightningd(17747): Adding block 5813fb249addaf36393ed9294165af74dbb1f011f6bf046eae8f5d577b442452
DEBUG:proc:lightningd(17747): Adding block e566e283e82d7ded7bb347ec31f09a8331c7681004e8e6c105659e436ce55e70
DEBUG:proc:lightningd(17747): Adding block c2db9b7231b3ba1c08883ce786f2bc9249feb13b42e6cd973d06ddbf81b4cf48
DEBUG:proc:lightningd(17747): Adding block fc695a30430b221cf31c32be2b427ca705714feff32fa2065ff0ff324e6f9b3f
DEBUG:proc:lightningd(17747): Adding block ab7e8debdbf33638e3f109a0028f13706d4e3bf470d32f21b3559f48d866404c
DEBUG:proc:lightningd(17747): Adding block 21bfbfb2fd7c4d74a63eb081653fd8dfe10e6f3eca216b220ad89a42ddadbf35
DEBUG:proc:lightningd(17747): Adding block 73962ee97250f930dff3cb670c55c25ae5072a387d40dd6b459ca996acea9107
DEBUG:proc:lightningd(17747): Adding block d3e4081c102643054d9cfd2ac1476d974df35c5100bcf05579fa7716636ddb25
DEBUG:proc:lightningd(17747): Adding block b8e6667d7d306b09b37e6b3003dcc827a01b1138bd3f7dbbf899200e4238f832
DEBUG:proc:lightningd(17747): Adding block a29f09beed9f2b7f2d011cb1199f2523bac5028aeded5da4ea84910384130d34
DEBUG:proc:lightningd(17747): Adding block 4b0dcda22d30ec8c56b41200c762fc86adbf1161178907633aa5032367f3eb40
DEBUG:proc:lightningd(17747): Adding block ae314e9548372c61ac4b47d1cc017901fa9c9e30d10eb0d3d124a1a784b82f14
DEBUG:proc:lightningd(17747): Adding block 734bd43734e8f057fa1756298f6f7a9e386e049a3d8fda473f4d7a4c4d021844
DEBUG:proc:lightningd(17747): Adding block a867bce41774a568b16298819ad0f46b4d6c1dc2450cde46d4cee5ed353b5a34
DEBUG:proc:lightningd(17747): Adding block c1949c3f4bb065e5d4be41703a2a037878880c5b2675de6d18a2b26f77ce6a08
DEBUG:proc:lightningd(17747): Adding block 87496de24008ab768f3f982302aa3fd39dbe1b1abf77312e1737e5645a92da3b
DEBUG:proc:lightningd(17747): Adding block 533fb921dc0b012c1dece0e0a4de6e4a7188134ec23d36d6ccc12466be281019
DEBUG:proc:lightningd(17747): Adding block 3dd7b75d61148efbd44dcc9701fa118c379a457898d4524e4b7306b48dfff466
DEBUG:proc:lightningd(17747): Adding block 6f97cc00660edad174735a0bcee205efeb88e038efcc08fcfa07e1fb0d962327
DEBUG:proc:lightningd(17747): Adding block 7c9fcea8176c6c6fa39d04830ec1ae2c12fd369c8890aaa6cadf04c358f57861
DEBUG:proc:lightningd(17747): Adding block 42cfdc1d66951b3c5ca71044659c8d06eec7998794ae13b144866bbf71cc211c
DEBUG:proc:lightningd(17747): Adding block eb16ba04c8e187b8df4c13a64ec88f2be4dd01fad5fd03c05a438d3dcc316066
DEBUG:proc:lightningd(17747): Adding block 4fc3be4ced8448244b3ff754483ddae2b97cc31902a7a160c3a761a334156b2e
DEBUG:proc:lightningd(17747): Adding block 7f4cf35570842bc9127d73551cef72d67eb6f9117ced90d34c717e4fcf1d1057
DEBUG:proc:lightningd(17747): Adding block de899500fbc90423eaeabcfd0d5c1c18f5f8cdfd2830254f751e88bee8c8aa42
DEBUG:proc:lightningd(17747): Adding block eb8f0d39903de2f124c527002b127748bce27dc47fa178cdcb6280161529bc6a
DEBUG:proc:lightningd(17747): Adding block 28a511b2cf1f16902a5af7e02b531d2eb249484d816029e2b2c473512faee237
DEBUG:proc:lightningd(17747): Adding block 5622d981e81e3181ded58852f42ef329a77e2457b9125265310dbc01e55e8104
DEBUG:proc:lightningd(17747): Adding block 256a5fbf3cc59292b2f12620895f0ced3bc725986dc87883009e3a744ae87773
DEBUG:proc:lightningd(17747): Adding block 4214442dfcf8a7ab70a0975736b07825c3349b5ba9ccfb46ccbb3e0ac2849b49
DEBUG:proc:lightningd(17747): Adding block 596ee95b26f0b64bd4e1480f361c9e5ce85a1ecdc604224caca3541da19a610b
DEBUG:proc:lightningd(17747): Adding block 1ab87537be746a3c0bf929e94043f14ec8e9cb8c937e09398fe86770bbc1264a
DEBUG:proc:lightningd(17747): Adding block 9ade37629054376d5a5143ee467ec2867079aec0e76cef93c8c81264e6771b3d
DEBUG:proc:lightningd(17747): Adding block d86f24304267c3e680428e202ad9f359e72bb70061dfa931f303d194821e055b
DEBUG:proc:lightningd(17747): Adding block e2be38aafe8c36ca672eba6bbe89bc6f4e9844dadadf19d58a56f65275c9e70a
DEBUG:proc:lightningd(17747): Adding block ff68c47d2a36ea0022c0d4805b4166fe06cc8712a43bbe89b90d4fbbf4a8df18
DEBUG:proc:lightningd(17747): Adding block 335d5fc93b62ff9438807fb19082d7c82176e94eb2071cff9c48295eedf09353
DEBUG:proc:lightningd(17747): Adding block 3e0aef338946549c46ac282d88f7a05b238c0d2ff063223c73413e8ef312d046
DEBUG:proc:lightningd(17747): Adding block 6c9cc88e3a976f3827d507bdcd54d57993fb4bd2aefa3dad4b7a175f637bda11
DEBUG:proc:lightningd(17747): Adding block 821b2336b796f7577de053cbae1f32cc6395422b20acb93aec184c1a2c32096f
DEBUG:proc:lightningd(17747): Adding block 7baf39d172ca4306ddfb699df1478ec134e15e39cdf9fe84e07a821188abf469
DEBUG:proc:lightningd(17747): Adding block 16af50372c901fb0f7e5600ff3e182401201cefb6389765018f4624a58ae9809
DEBUG:proc:lightningd(17747): Adding block c1bef580679aa5bfa715f4a9fbd6ce7f828d766fa5ea30714542ec658eba0700
DEBUG:proc:lightningd(17747): Adding block d15dd8c78dbb1c700400b59f58f5cc6c319ea308f24d030da209bf8101e22910
DEBUG:proc:lightningd(17747): Adding block 15b395cc818c3c59251d939b4fca356f6bf0d319ffb57d82e99cac93489a9f1d
DEBUG:proc:lightningd(17747): Adding block db26b46260c8bdde9d673712853ca4aeb023029f2028f01397214844264c7a50
DEBUG:proc:lightningd(17747): Adding block 7a4ee46a7188eea5261541f538df24b48fa623e42a4b66f4f8eec525fe38ce0e
DEBUG:proc:lightningd(17747): Adding block e3cc7f332e6223903c9b3f50d9a5153a89c4e540f1d58f4575b1267fbf313960
DEBUG:proc:lightningd(17747): Adding block ffb08559965b61e746c40b3fdd176d9576a19e327628ba3d2bb78fc23a8e4872
DEBUG:proc:lightningd(17747): Adding block 5da2f753c4abfe61d0c94559992519a4fa8c03ad47707fb8356fc15987459c7c
DEBUG:proc:lightningd(17747): Adding block 7a155417ebc089cf44a27860f768574a5e319e80e334b00b83a7e28f7aad7872
DEBUG:proc:lightningd(17747): Adding block 36d2224c7c4dcae8a55fa274a4da72ce9b614119b113e1155350536c92b6e841
DEBUG:proc:lightningd(17747): Adding block 181de8e0baa66bfbaab04710c40166cedd6af73e586c9ad0a0306bf67dac4577
DEBUG:proc:lightningd(17747): Adding block f0437ccd1eaef2fd62e7a5d4b7022b49dfd9eef8c171a80458996857c721e50c
DEBUG:proc:lightningd(17747): Adding block 9fd7ad2493fd9daf4ee0adc3e33bd8e64001f7e0a851b94e9108dcdfa9a5132e
DEBUG:proc:lightningd(17747): Adding block e084f39b7f27a043ee638baf9945e9000679453de84eac9e4752c8b7da1f9a55
DEBUG:proc:lightningd(17747): Adding block 055021a13c5ec652b1952d7e9ac0c8da9133d0570bf9d6a818ea2704ec89ba78
DEBUG:proc:lightningd(17747): Adding block 3ed7e2778e5ae6d11cf00f3a91710dbe6c45ec3332e9519b1ee6dd27edf31918
DEBUG:proc:lightningd(17747): Loaded 0 invoices from DB
DEBUG:proc:lightningd(17747): HSM TRACE: Control: type WIRE_HSMCTL_HSMFD_ECDH len 2
DEBUG:proc:lightning_gossipd(17863): pid 17863, msgfd 15
DEBUG:proc:lightningd(17747): Loaded 0 channels from DB
DEBUG:proc:lightningd(17747): Listening on 'lightning-rpc'
DEBUG:proc:lightningd(17747): Hello world from 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 aka JUNIORMAESTRO #0398a5 (version v0.5.2-2016-11-21-1199-gcfde208)!
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIPCTL_INIT len 78
DEBUG:proc:lightning_gossipd(17863): TRACE: Creating IPv6 listener on port 16333
DEBUG:proc:lightning_gossipd(17863): TRACE: Failed to bind on 2 socket: Address already in use
DEBUG:root:Found 'Creating IPv6 listener on port' in logs
INFO:root:LightningD started
DEBUG:lightning-node(16332):Calling getinfo with arguments ()
DEBUG:root:Calling getinfo with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getinfo call: {'result': {'address': [], 'blockheight': 1028, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16332, 'id': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747): Immediate feerate 5013 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 5013 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 5013 (was 0)
DEBUG:lightning-node(16332):Call returned {'address': [], 'blockheight': 1028, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16332, 'id': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017'}
INFO:root:Calling connect with params=['039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'localhost', 16332]
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost
DEBUG:eclair(16331):2017-11-29 17:32:58,314 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - connecting to 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 @ localhost/127.0.0.1:16332 on behalf of Actor[akka://default/temp/$a]
DEBUG:proc:lightning_gossipd(17744): TRACE: Responder: Act 1
DEBUG:eclair(16331):2017-11-29 17:32:58,319 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$a - connected to localhost/127.0.0.1:16332
DEBUG:proc:lightning_gossipd(17744): TRACE: Responder: Act 2
DEBUG:proc:lightning_gossipd(17744): TRACE: Responder: Act 3
DEBUG:eclair(16331):2017-11-29 17:32:58,369 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$a - handshake completed with 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:eclair(16331):2017-11-29 17:32:58,369 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - registering as a listener to Actor[akka://default/user/$g/switchboard/$a/$a#1101683785]
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(17744): TRACE: Forgetting remote peer 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIPCTL_HANDLE_PEER len 205
DEBUG:proc:lightning_gossipd(17744): TRACE: handle_peer 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb: new peer
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 53
DEBUG:root:Method connect returned {'result': 'connected', 'id': 'scala-client'}
{"method": "sendtoaddress", "params": ["2NA5x1vHAvR7N8JWuo8uys2AfaG3XMfUWVi", 0.4], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:32:58 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:eclair(16331):2017-11-29 17:32:58,423 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 has features: initialRoutingSync=true
DEBUG:bitcoind:2017-11-29 16:32:58 keypool reserve 1063
DEBUG:bitcoind:2017-11-29 16:32:58 Fee Calculation: Fee:3810 Bytes:190 Needed:3810 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99520: Estimation: (17789.7 - 1e+99) 100.00% 21.1/(21.1 0 mem 0.0 out) Fail: (0 - 17789.7) -nan% 0.0/(0.0 0 mem 0.0 out)
DEBUG:bitcoind:2017-11-29 16:32:58 CommitTransaction:
DEBUG:bitcoind:CTransaction(hash=7b92bac390, ver=2, vin.size=1, vout.size=2, nLockTime=1028)
DEBUG:bitcoind: CTxIn(COutPoint(0e846f8c62, 0), scriptSig=483045022100c824104d5382, nSequence=4294967294)
DEBUG:bitcoind: CScriptWitness()
DEBUG:bitcoind: CTxOut(nValue=0.38121190, scriptPubKey=76a914ff5f1d1d70821afa1e2be606)
DEBUG:bitcoind: CTxOut(nValue=0.40000000, scriptPubKey=a914b8b90fe467f88e2e648ea18cd4)
DEBUG:bitcoind:2017-11-29 16:32:58 keypool keep 1063
DEBUG:bitcoind:2017-11-29 16:32:58 AddToWallet 7b92bac390203689c07c44ddbf7f6c507561097a8311980e22be1bd4c592a453 new
DEBUG:bitcoind:2017-11-29 16:32:58 AddToWallet 7b92bac390203689c07c44ddbf7f6c507561097a8311980e22be1bd4c592a453
DEBUG:bitcoind:2017-11-29 16:32:58 Relaying wtx 7b92bac390203689c07c44ddbf7f6c507561097a8311980e22be1bd4c592a453
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:32:59 keypool added 1 keys (1 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:32:59 keypool reserve 443
DEBUG:bitcoind:2017-11-29 16:32:59 CreateNewBlock(): total size: 453 block weight: 1704 txs: 1 fees: 3810 sigops 404
DEBUG:bitcoind:2017-11-29 16:32:59 UpdateTip: new best=252f8b8b5d2575aad7438f5d7485f82ef828c92588e07498c957f5c301af67d2 height=1029 version=0x20000000 log2_work=11.008429 tx=1149 date='2017-11-29 16:32:59' progress=1.000000 cache=0.2MiB(1142txo)
DEBUG:bitcoind:2017-11-29 16:32:59 AddToWallet 21c1f9893315777941330dac8d1bd88aff60a4d9c32f3c0b9fa0bdaee43e5b6c new
DEBUG:bitcoind:2017-11-29 16:32:59 AddToWallet 7b92bac390203689c07c44ddbf7f6c507561097a8311980e22be1bd4c592a453 update
DEBUG:proc:2017-11-29 17:32:59.493 [INF] BMGR: Processed 2 blocks in the last 13.38s (3 transactions, height 1029, 2017-11-29 17:32:59 +0100 CET)
DEBUG:bitcoind:2017-11-29 16:32:59 keypool keep 443
DEBUG:lightning-node(16333):Calling getinfo with arguments ()
DEBUG:root:Calling getinfo with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getinfo call: {'result': {'address': [], 'blockheight': 1028, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16333, 'id': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'address': [], 'blockheight': 1028, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16333, 'id': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165'}
DEBUG:lightning-node(16332):Calling connect with arguments ('0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'localhost:16333')
DEBUG:root:Calling connect with arguments ('0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'localhost:16333')
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIPCTL_PEER_ADDRHINT len 42
DEBUG:proc:lightning_gossipd(17863): TRACE: Responder: Act 1
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIPCTL_REACH_PEER len 35
DEBUG:proc:lightning_gossipd(17744): TRACE: Connected out for 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165
DEBUG:proc:lightning_gossipd(17744): TRACE: Initiator: Act 1
DEBUG:proc:lightning_gossipd(17744): TRACE: Initiator: Act 2
DEBUG:proc:lightning_gossipd(17863): TRACE: Responder: Act 2
DEBUG:proc:lightning_gossipd(17863): TRACE: Responder: Act 3
DEBUG:proc:lightning_gossipd(17744): TRACE: Initiator: Act 3
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(17863): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:root:Received response for connect call: {'result': {'id': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17863): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(17863): TRACE: Forgetting remote peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:lightning-node(16332):Call returned {'id': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165'}
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIPCTL_HANDLE_PEER len 205
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Calling newaddr with arguments ()
DEBUG:proc:lightning_gossipd(17863): TRACE: handle_peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: new peer
DEBUG:proc:lightning_gossipd(17744): TRACE: Forgetting remote peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165
DEBUG:root:Calling newaddr with arguments ()
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIPCTL_HANDLE_PEER len 193
DEBUG:proc:lightning_gossipd(17744): TRACE: handle_peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: new peer
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for newaddr call: {'result': {'address': '2NEWi4qWoi7FYLurqfUa6Qtagpw9Ptxr2ka'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (No such file or directory)
DEBUG:lightning-node(16332):Call returned {'address': '2NEWi4qWoi7FYLurqfUa6Qtagpw9Ptxr2ka'}
{"method": "sendtoaddress", "params": ["2NEWi4qWoi7FYLurqfUa6Qtagpw9Ptxr2ka", 0.4], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:32:59 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:32:59 keypool reserve 1064
DEBUG:bitcoind:2017-11-29 16:32:59 Fee Calculation: Fee:7460 Bytes:372 Needed:7460 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99520: Estimation: (19613.1 - 1e+99) 100.00% 21.4/(21.4 0 mem 0.0 out) Fail: (0 - 19613.1) 100.00% 0.6/(0.6 0 mem 0.0 out)
DEBUG:bitcoind:2017-11-29 16:32:59 CommitTransaction:
DEBUG:bitcoind:CTransaction(hash=ab3d5844ae, ver=2, vin.size=2, vout.size=2, nLockTime=1029)
DEBUG:bitcoind: CTxIn(COutPoint(7b92bac390, 0), scriptSig=47304402206b5bdb6f71b29c, nSequence=4294967294)
DEBUG:bitcoind: CTxIn(COutPoint(9c9617774a, 1), scriptSig=473044022017d6322fb29ccc, nSequence=4294967294)
DEBUG:bitcoind: CScriptWitness()
DEBUG:bitcoind: CScriptWitness()
DEBUG:bitcoind: CTxOut(nValue=0.40000000, scriptPubKey=a914e94851d4101900ba4a2f291d87)
DEBUG:bitcoind: CTxOut(nValue=0.04252170, scriptPubKey=76a914495e29a880fe8fe4f9345295)
DEBUG:bitcoind:2017-11-29 16:32:59 keypool keep 1064
DEBUG:bitcoind:2017-11-29 16:32:59 AddToWallet ab3d5844ae5033b13dd38b9ac8902bba2165ea8c168f0e085b2a3ea4aac37ec9 new
DEBUG:bitcoind:2017-11-29 16:32:59 AddToWallet ab3d5844ae5033b13dd38b9ac8902bba2165ea8c168f0e085b2a3ea4aac37ec9
DEBUG:bitcoind:2017-11-29 16:32:59 Relaying wtx ab3d5844ae5033b13dd38b9ac8902bba2165ea8c168f0e085b2a3ea4aac37ec9
{"method": "getrawtransaction", "params": ["ab3d5844ae5033b13dd38b9ac8902bba2165ea8c168f0e085b2a3ea4aac37ec9"], "id": 1, "version": "1.1"}
DEBUG:lightning-node(16332):Calling addfunds with arguments ('020000000253a492c5d41bbe220e9811837a096175506c7fbfdd447cc089362090c3ba927b000000006a47304402206b5bdb6f71b29c0277fbaed5552cf031a933c54002bc5e962f005c03234619f8022000927c06856ae90092f3b8b6caf2bc7fcabb9e1092c4fefa68d6ce3d1f702d0c01210297962113ec64f2d378d6a15dc4aa306c6b0f2e73e8f9a6ea5290fcf9d99111b1feffffff7d678b6abc25f72868f13e8e8bf4e1414de15b2cbd2a6183e497eb4a7717969c010000006a473044022017d6322fb29ccc4b9f2783707b42be3e67a0cb3e9b266d1feb14cd057d6821ce0220536ade9a736028bab6593f3a672836f569156697ed138cd86aecf8fa52b2c9350121027b3a679ffd1aaeef8a5b5a1bd97602912757c62302e8e09301e43d88d2092298feffffff02005a62020000000017a914e94851d4101900ba4a2f291d870d4b5594f74043870ae24000000000001976a914495e29a880fe8fe4f9345295cfb8f9a4adc5a50c88ac05040000',)
DEBUG:root:Calling addfunds with arguments ('020000000253a492c5d41bbe220e9811837a096175506c7fbfdd447cc089362090c3ba927b000000006a47304402206b5bdb6f71b29c0277fbaed5552cf031a933c54002bc5e962f005c03234619f8022000927c06856ae90092f3b8b6caf2bc7fcabb9e1092c4fefa68d6ce3d1f702d0c01210297962113ec64f2d378d6a15dc4aa306c6b0f2e73e8f9a6ea5290fcf9d99111b1feffffff7d678b6abc25f72868f13e8e8bf4e1414de15b2cbd2a6183e497eb4a7717969c010000006a473044022017d6322fb29ccc4b9f2783707b42be3e67a0cb3e9b266d1feb14cd057d6821ce0220536ade9a736028bab6593f3a672836f569156697ed138cd86aecf8fa52b2c9350121027b3a679ffd1aaeef8a5b5a1bd97602912757c62302e8e09301e43d88d2092298feffffff02005a62020000000017a914e94851d4101900ba4a2f291d870d4b5594f74043870ae24000000000001976a914495e29a880fe8fe4f9345295cfb8f9a4adc5a50c88ac05040000',)
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightningd(17626): Owning output 0 40000000 (P2SH) txid c97ec3aaa43e2a5b080e8f168cea6521ba2b90c89a8bd33db13350ae44583dab
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for addfunds call: {'result': {'satoshis': 40000000, 'outputs': 1}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (No such file or directory)
DEBUG:lightning-node(16332):Call returned {'satoshis': 40000000, 'outputs': 1}
INFO:root:Calling open with params=['039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'localhost', 16332, 10000000, 0]
DEBUG:eclair(16331):2017-11-29 17:32:59,720 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - already connected to nodeId=039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:eclair(16331):2017-11-29 17:32:59,722 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - requesting a new channel to 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 with fundingSatoshis=Satoshi(10000000) and pushMsat=MilliSatoshi(0)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 138
DEBUG:root:Method open returned {'result': 'already connected to nodeId=039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'id': 'scala-client'}
DEBUG:bitcoind:2017-11-29 16:32:59 keypool added 1 keys (1 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:32:59 keypool reserve 444
DEBUG:bitcoind:2017-11-29 16:32:59 keypool keep 444
DEBUG:proc:lightningd(17626): Adding block d267af01c3f557c99874e08825c928f82ef885745d8f43d7aa75255d8b8b2f25
DEBUG:proc:lightningd(17626): Immediate feerate 5013 (was 5013)
DEBUG:proc:lightningd(17626): Normal feerate 5013 (was 5013)
DEBUG:proc:lightningd(17626): Slow feerate 5013 (was 5013)
DEBUG:eclair(16331):2017-11-29 17:33:00,006 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a - setting repeating timer 'TickRefreshChannelUpdate'/1 day: TickRefreshChannelUpdate
DEBUG:eclair(16331):2017-11-29 17:33:00,031 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a 0000000000000000000000000000000000000000000000000000000000000000 - processing Event(INPUT_INIT_FUNDER(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,53760,LocalParams(036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb,542,100000000000,100000,1000000,144,30,4bdd7382a0c6402b4bf021ea124559f936fc935eed5708799a634a8f8412bb2a01,dbd621742216f0835f495e56becfafd948776b9a0865ac65f28c66b604783f59,709e2d6d8903cb6831dafb433fd46712c7c346e07eeca206f44d6a55848cc72d,1bbe5224a4dc77b350149eac68d7da1cc76b2703df56fe50ec5c0a73d8910979,37940edf9489d487fd3c95d391d844c3daf122d115acf1bb9cdd39cc842cde05,a91441a3e18e39078dbb551474bfa74b1a7abb67991c87,0c5f2b8d837e6322790c6939f01b1964a983286e75578fd1f32d6c980ed8a8e7,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#1101683785],Init(,08),1),Nothing) from Actor[akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017#-1750330183] in state WAIT_FOR_INIT_INTERNAL
DEBUG:eclair(16331):2017-11-29 17:33:00,059 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a 0000000000000000000000000000000000000000000000000000000000000000 - transition WAIT_FOR_INIT_INTERNAL -> WAIT_FOR_ACCEPT_CHANNEL
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP
DEBUG:proc:lightningd(17626): peer 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb: state: UNINITIALIZED -> OPENINGD
DEBUG:proc:lightning_openingd(17959): pid 17959, msgfd 18
DEBUG:proc:lightning_openingd(17959): TRACE: First per_commit_point = 0282070d1ea59727ac6ebab7e908f5462d5b54493b5d2d0ea19df4a168152ca264
DEBUG:proc:lightning_openingd(17959): STATUS_FAIL_PEER_BAD: feerate_per_kw 53760 above maximum 25065
DEBUG:proc:lightningd(17626): peer 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb: Peer permanent failure in OPENINGD: feerate_per_kw 53760 above maximum 25065
DEBUG:proc:lightning_openingd(17959): Status closed, but not exited. Killing
DEBUG:proc:lightning_gossipd(17744): TRACE: Forgetting remote peer 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb
DEBUG:eclair(16331):2017-11-29 17:33:00,084 WARN f.a.eclair.crypto.TransportHandler akka://default/user/$g/switchboard/$a/$a - connection closed
DEBUG:eclair(16331):2017-11-29 17:33:00,084 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - processing Event(Error(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,666565726174655f7065725f6b772035333736302061626f7665206d6178696d756d20323530363500),DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,53760,LocalParams(036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb,542,100000000000,100000,1000000,144,30,4bdd7382a0c6402b4bf021ea124559f936fc935eed5708799a634a8f8412bb2a01,dbd621742216f0835f495e56becfafd948776b9a0865ac65f28c66b604783f59,709e2d6d8903cb6831dafb433fd46712c7c346e07eeca206f44d6a55848cc72d,1bbe5224a4dc77b350149eac68d7da1cc76b2703df56fe50ec5c0a73d8910979,37940edf9489d487fd3c95d391d844c3daf122d115acf1bb9cdd39cc842cde05,a91441a3e18e39078dbb551474bfa74b1a7abb67991c87,0c5f2b8d837e6322790c6939f01b1964a983286e75578fd1f32d6c980ed8a8e7,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#1101683785],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,542,100000000000,100000,1000000,53760,144,30,03d2bf8627be6c1d0d79f8e745b5308f28a8a7eb094e56ca875a5467c1ffae1ec9,0253c1cc1768a88bd8a32f417b23e3bab9b54f044b3366a97ca3dfd020c9c3bbf1,03c2819c31be571701f72f8c79bfc078194b650c73fba4f56801ff3c58f69affcb,0334ba67ad928ad07160f119949d28fd8d0bd6d5c868ba6f13fb8e93b1de72007e,0321d46d887f7d583cc37dd0609e7104ac6c543f3ab1ac73db93e602ecca21cc9b,0275e9dc6e9d1e2dcad46303c938e39bb5f3923d066761450cc90083a3f13055d2,1))) from Actor[akka://default/user/$g/switchboard/$a/$a#1101683785] in state WAIT_FOR_ACCEPT_CHANNEL
DEBUG:eclair(16331):2017-11-29 17:33:00,086 ERROR fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - peer sent Error(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,666565726174655f7065725f6b772035333736302061626f7665206d6178696d756d20323530363500), closing connection
DEBUG:eclair(16331):2017-11-29 17:33:00,087 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - transition WAIT_FOR_ACCEPT_CHANNEL -> CLOSED
DEBUG:eclair(16331):2017-11-29 17:33:00,091 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - Actor[akka://default/user/$g/switchboard/$a#1374463054] is dead, removing from connections
DEBUG:eclair(16331):2017-11-29 17:33:00,092 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - lost connection to 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:eclair(16331):2017-11-29 17:33:00,093 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - processing Event(INPUT_DISCONNECTED,DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,53760,LocalParams(036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb,542,100000000000,100000,1000000,144,30,4bdd7382a0c6402b4bf021ea124559f936fc935eed5708799a634a8f8412bb2a01,dbd621742216f0835f495e56becfafd948776b9a0865ac65f28c66b604783f59,709e2d6d8903cb6831dafb433fd46712c7c346e07eeca206f44d6a55848cc72d,1bbe5224a4dc77b350149eac68d7da1cc76b2703df56fe50ec5c0a73d8910979,37940edf9489d487fd3c95d391d844c3daf122d115acf1bb9cdd39cc842cde05,a91441a3e18e39078dbb551474bfa74b1a7abb67991c87,0c5f2b8d837e6322790c6939f01b1964a983286e75578fd1f32d6c980ed8a8e7,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#1101683785],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,542,100000000000,100000,1000000,53760,144,30,03d2bf8627be6c1d0d79f8e745b5308f28a8a7eb094e56ca875a5467c1ffae1ec9,0253c1cc1768a88bd8a32f417b23e3bab9b54f044b3366a97ca3dfd020c9c3bbf1,03c2819c31be571701f72f8c79bfc078194b650c73fba4f56801ff3c58f69affcb,0334ba67ad928ad07160f119949d28fd8d0bd6d5c868ba6f13fb8e93b1de72007e,0321d46d887f7d583cc37dd0609e7104ac6c543f3ab1ac73db93e602ecca21cc9b,0275e9dc6e9d1e2dcad46303c938e39bb5f3923d066761450cc90083a3f13055d2,1))) from Actor[akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017#-1750330183] in state CLOSED
DEBUG:proc:lightningd(17747): Adding block d267af01c3f557c99874e08825c928f82ef885745d8f43d7aa75255d8b8b2f25
DEBUG:proc:lightningd(17747): Immediate feerate 5013 (was 5013)
DEBUG:proc:lightningd(17747): Normal feerate 5013 (was 5013)
DEBUG:proc:lightningd(17747): Slow feerate 5013 (was 5013)
DEBUG:eclair(16331):2017-11-29 17:33:01,117 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - connecting to 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 @ localhost/127.0.0.1:16332 on behalf of Actor[akka://default/deadLetters]
DEBUG:proc:lightning_gossipd(17744): TRACE: Responder: Act 1
DEBUG:eclair(16331):2017-11-29 17:33:01,121 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$b - connected to localhost/127.0.0.1:16332
DEBUG:proc:lightning_gossipd(17744): TRACE: Responder: Act 2
DEBUG:proc:lightning_gossipd(17744): TRACE: Responder: Act 3
DEBUG:eclair(16331):2017-11-29 17:33:01,165 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$b - handshake completed with 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:eclair(16331):2017-11-29 17:33:01,166 INFO akka.actor.DeadLetterActorRef akka://default/deadLetters - Message [java.lang.String] from Actor[akka://default/user/$g/switchboard/$b#623516642] to Actor[akka://default/deadLetters] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
DEBUG:eclair(16331):2017-11-29 17:33:01,168 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - registering as a listener to Actor[akka://default/user/$g/switchboard/$b/$a#-1158236655]
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(17744): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(17744): TRACE: Forgetting remote peer 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIPCTL_HANDLE_PEER len 205
DEBUG:proc:lightning_gossipd(17744): TRACE: handle_peer 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb: new peer
DEBUG:eclair(16331):2017-11-29 17:33:01,203 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 has features: initialRoutingSync=true
DEBUG:eclair(16331):2017-11-29 17:33:01,209 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - processing Event(INPUT_RECONNECTED(Actor[akka://default/user/$g/switchboard/$b/$a#-1158236655]),DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,53760,LocalParams(036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb,542,100000000000,100000,1000000,144,30,4bdd7382a0c6402b4bf021ea124559f936fc935eed5708799a634a8f8412bb2a01,dbd621742216f0835f495e56becfafd948776b9a0865ac65f28c66b604783f59,709e2d6d8903cb6831dafb433fd46712c7c346e07eeca206f44d6a55848cc72d,1bbe5224a4dc77b350149eac68d7da1cc76b2703df56fe50ec5c0a73d8910979,37940edf9489d487fd3c95d391d844c3daf122d115acf1bb9cdd39cc842cde05,a91441a3e18e39078dbb551474bfa74b1a7abb67991c87,0c5f2b8d837e6322790c6939f01b1964a983286e75578fd1f32d6c980ed8a8e7,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#1101683785],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,542,100000000000,100000,1000000,53760,144,30,03d2bf8627be6c1d0d79f8e745b5308f28a8a7eb094e56ca875a5467c1ffae1ec9,0253c1cc1768a88bd8a32f417b23e3bab9b54f044b3366a97ca3dfd020c9c3bbf1,03c2819c31be571701f72f8c79bfc078194b650c73fba4f56801ff3c58f69affcb,0334ba67ad928ad07160f119949d28fd8d0bd6d5c868ba6f13fb8e93b1de72007e,0321d46d887f7d583cc37dd0609e7104ac6c543f3ab1ac73db93e602ecca21cc9b,0275e9dc6e9d1e2dcad46303c938e39bb5f3923d066761450cc90083a3f13055d2,1))) from Actor[akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017#-1750330183] in state CLOSED
DEBUG:eclair(16331):2017-11-29 17:33:01,214 WARN fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - unhandled event INPUT_RECONNECTED(Actor[akka://default/user/$g/switchboard/$b/$a#-1158236655]) in state CLOSED
DEBUG:eclair(16331):2017-11-29 17:33:02,437 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - processing Event(CurrentBlockCount(1029),DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,53760,LocalParams(036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb,542,100000000000,100000,1000000,144,30,4bdd7382a0c6402b4bf021ea124559f936fc935eed5708799a634a8f8412bb2a01,dbd621742216f0835f495e56becfafd948776b9a0865ac65f28c66b604783f59,709e2d6d8903cb6831dafb433fd46712c7c346e07eeca206f44d6a55848cc72d,1bbe5224a4dc77b350149eac68d7da1cc76b2703df56fe50ec5c0a73d8910979,37940edf9489d487fd3c95d391d844c3daf122d115acf1bb9cdd39cc842cde05,a91441a3e18e39078dbb551474bfa74b1a7abb67991c87,0c5f2b8d837e6322790c6939f01b1964a983286e75578fd1f32d6c980ed8a8e7,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#1101683785],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,542,100000000000,100000,1000000,53760,144,30,03d2bf8627be6c1d0d79f8e745b5308f28a8a7eb094e56ca875a5467c1ffae1ec9,0253c1cc1768a88bd8a32f417b23e3bab9b54f044b3366a97ca3dfd020c9c3bbf1,03c2819c31be571701f72f8c79bfc078194b650c73fba4f56801ff3c58f69affcb,0334ba67ad928ad07160f119949d28fd8d0bd6d5c868ba6f13fb8e93b1de72007e,0321d46d887f7d583cc37dd0609e7104ac6c543f3ab1ac73db93e602ecca21cc9b,0275e9dc6e9d1e2dcad46303c938e39bb5f3923d066761450cc90083a3f13055d2,1))) from Actor[akka://default/deadLetters] in state CLOSED
{"method": "generate", "params": [6], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:04 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:04 keypool reserve 445
DEBUG:bitcoind:2017-11-29 16:33:04 CreateNewBlock(): total size: 633 block weight: 2424 txs: 1 fees: 7460 sigops 404
DEBUG:bitcoind:2017-11-29 16:33:04 UpdateTip: new best=0041988aaa50dcbe4885bde032abca55fecb63ae654f576a2a69024b81ca0cdb height=1030 version=0x20000000 log2_work=11.009829 tx=1151 date='2017-11-29 16:33:04' progress=1.000000 cache=0.2MiB(1143txo)
DEBUG:bitcoind:2017-11-29 16:33:04 AddToWallet 35ff441d4df6f62170d5587d24acf1fc2fd3f3ae39af3f5d7bb1b3dfc01ba9b9 new
DEBUG:bitcoind:2017-11-29 16:33:04 AddToWallet ab3d5844ae5033b13dd38b9ac8902bba2165ea8c168f0e085b2a3ea4aac37ec9 update
DEBUG:bitcoind:2017-11-29 16:33:04 keypool keep 445
DEBUG:bitcoind:2017-11-29 16:33:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:04 UpdateTip: new best=7426028dd94dfef4e941b7fd289cdffe47d61f2d7ad65644574b1c4fb3d4f9b7 height=1031 version=0x20000000 log2_work=11.011227 tx=1152 date='2017-11-29 16:33:04' progress=1.000000 cache=0.2MiB(1144txo)
DEBUG:bitcoind:2017-11-29 16:33:04 AddToWallet 330f6ed8ed2a651beb91cbe723eab4a133a6437fdf64c3c796f331d78641233c new
DEBUG:bitcoind:2017-11-29 16:33:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:04 UpdateTip: new best=7a27ed2237b078fe4789e61605a0a83465ae5fda3cfd7e627caaf9979bb352ef height=1032 version=0x20000000 log2_work=11.012625 tx=1153 date='2017-11-29 16:33:04' progress=1.000000 cache=0.2MiB(1145txo)
DEBUG:bitcoind:2017-11-29 16:33:04 AddToWallet 5457979353d9401036a2169ad79e1f9b5d167ef7d08de08d47f7bbd7262ed88a new
DEBUG:bitcoind:2017-11-29 16:33:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:04 UpdateTip: new best=2be3c76182743abf088a16949c546057513b8e79dd616f69e2a4391b4d41ae78 height=1033 version=0x20000000 log2_work=11.01402 tx=1154 date='2017-11-29 16:33:04' progress=1.000000 cache=0.2MiB(1146txo)
DEBUG:bitcoind:2017-11-29 16:33:04 AddToWallet 2933dbecdab03a50805f1c3c038fc139205bc9d7ab88c71678d8af0746c08b55 new
DEBUG:bitcoind:2017-11-29 16:33:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:04 UpdateTip: new best=5750570fc244c5d457043fb260d5f1a519ddc6bcf8bfa789228f7c06a465f99e height=1034 version=0x20000000 log2_work=11.015415 tx=1155 date='2017-11-29 16:33:04' progress=1.000000 cache=0.2MiB(1147txo)
DEBUG:bitcoind:2017-11-29 16:33:04 AddToWallet d91eda110079206aba6544753153fba0dde56633bc93a4e07b644c09f27426d3 new
DEBUG:proc:2017-11-29 17:33:04.795 [INF] CHAN: Adding orphan block 5750570fc244c5d457043fb260d5f1a519ddc6bcf8bfa789228f7c06a465f99e with parent 2be3c76182743abf088a16949c546057513b8e79dd616f69e2a4391b4d41ae78
DEBUG:bitcoind:2017-11-29 16:33:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:04 UpdateTip: new best=7ca4a366256a1928eef1ab6563388cdafd26372fe17d08074e237b3d2741d50d height=1035 version=0x20000000 log2_work=11.016808 tx=1156 date='2017-11-29 16:33:04' progress=1.000000 cache=0.2MiB(1148txo)
DEBUG:bitcoind:2017-11-29 16:33:04 AddToWallet 5d2e5406e0cded103d169d2fbb3f87366f7d2c761dc1acbededbd5e906c9f494 new
DEBUG:proc:lightningd(17626): Adding block 0dd541273d7b234e07087de12f3726fdda8c386365abf1ee28196a2566a3a47c
DEBUG:proc:lightningd(17626): Adding block 9ef965a4067c8f2289a7bff8bcc6dd19a5f1d560b23f0457d4c544c20f575057
DEBUG:proc:lightningd(17626): Adding block 78ae414d1b39a4e2696f61dd798e3b515760549c94168a08bf3a748261c7e32b
DEBUG:proc:lightningd(17626): Adding block ef52b39b97f9aa7c627efd3cda5fae6534a8a00516e68947fe78b03722ed277a
DEBUG:proc:lightningd(17626): Adding block b7f9d4b34f1c4b574456d67a2d1fd647fedf9c28fdb741e9f4fe4dd98d022674
DEBUG:proc:lightningd(17626): Adding block db0cca814b02692a6a574f65ae63cbfe55caab32e0bd8548bedc50aa8a984100
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5013)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5013)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5013)
DEBUG:proc:lightningd(17747): Adding block 0dd541273d7b234e07087de12f3726fdda8c386365abf1ee28196a2566a3a47c
DEBUG:proc:lightningd(17747): Adding block 9ef965a4067c8f2289a7bff8bcc6dd19a5f1d560b23f0457d4c544c20f575057
DEBUG:proc:lightningd(17747): Adding block 78ae414d1b39a4e2696f61dd798e3b515760549c94168a08bf3a748261c7e32b
DEBUG:proc:lightningd(17747): Adding block ef52b39b97f9aa7c627efd3cda5fae6534a8a00516e68947fe78b03722ed277a
DEBUG:proc:lightningd(17747): Adding block b7f9d4b34f1c4b574456d67a2d1fd647fedf9c28fdb741e9f4fe4dd98d022674
DEBUG:proc:lightningd(17747): Adding block db0cca814b02692a6a574f65ae63cbfe55caab32e0bd8548bedc50aa8a984100
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5013)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5013)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5013)
DEBUG:eclair(16331):2017-11-29 17:33:07,533 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - processing Event(CurrentBlockCount(1035),DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,53760,LocalParams(036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb,542,100000000000,100000,1000000,144,30,4bdd7382a0c6402b4bf021ea124559f936fc935eed5708799a634a8f8412bb2a01,dbd621742216f0835f495e56becfafd948776b9a0865ac65f28c66b604783f59,709e2d6d8903cb6831dafb433fd46712c7c346e07eeca206f44d6a55848cc72d,1bbe5224a4dc77b350149eac68d7da1cc76b2703df56fe50ec5c0a73d8910979,37940edf9489d487fd3c95d391d844c3daf122d115acf1bb9cdd39cc842cde05,a91441a3e18e39078dbb551474bfa74b1a7abb67991c87,0c5f2b8d837e6322790c6939f01b1964a983286e75578fd1f32d6c980ed8a8e7,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#1101683785],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,542,100000000000,100000,1000000,53760,144,30,03d2bf8627be6c1d0d79f8e745b5308f28a8a7eb094e56ca875a5467c1ffae1ec9,0253c1cc1768a88bd8a32f417b23e3bab9b54f044b3366a97ca3dfd020c9c3bbf1,03c2819c31be571701f72f8c79bfc078194b650c73fba4f56801ff3c58f69affcb,0334ba67ad928ad07160f119949d28fd8d0bd6d5c868ba6f13fb8e93b1de72007e,0321d46d887f7d583cc37dd0609e7104ac6c543f3ab1ac73db93e602ecca21cc9b,0275e9dc6e9d1e2dcad46303c938e39bb5f3923d066761450cc90083a3f13055d2,1))) from Actor[akka://default/deadLetters] in state CLOSED
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1035, 'port': 16331}, 'id': 'scala-client'}
Waiting for channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 to confirm
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1035, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_gossipd', 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'state': 'GOSSIPING'}, {'peerid': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'owner': 'lightning_gossipd', 'netaddr': ['::ffff:127.0.0.1:45320'], 'connected': True, 'state': 'GOSSIPING'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_gossipd', 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'state': 'GOSSIPING'}, {'peerid': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'owner': 'lightning_gossipd', 'netaddr': ['::ffff:127.0.0.1:45320'], 'connected': True, 'state': 'GOSSIPING'}]}
INFO:root:Calling peers with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 114
DEBUG:root:Method peers returned {'result': ['039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017'], 'id': 'scala-client'}
DEBUG:eclair(16331):2017-11-29 17:33:10,105 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - processing Event('shutdown,DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,53760,LocalParams(036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb,542,100000000000,100000,1000000,144,30,4bdd7382a0c6402b4bf021ea124559f936fc935eed5708799a634a8f8412bb2a01,dbd621742216f0835f495e56becfafd948776b9a0865ac65f28c66b604783f59,709e2d6d8903cb6831dafb433fd46712c7c346e07eeca206f44d6a55848cc72d,1bbe5224a4dc77b350149eac68d7da1cc76b2703df56fe50ec5c0a73d8910979,37940edf9489d487fd3c95d391d844c3daf122d115acf1bb9cdd39cc842cde05,a91441a3e18e39078dbb551474bfa74b1a7abb67991c87,0c5f2b8d837e6322790c6939f01b1964a983286e75578fd1f32d6c980ed8a8e7,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#1101683785],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9,10000000,0,542,100000000000,100000,1000000,53760,144,30,03d2bf8627be6c1d0d79f8e745b5308f28a8a7eb094e56ca875a5467c1ffae1ec9,0253c1cc1768a88bd8a32f417b23e3bab9b54f044b3366a97ca3dfd020c9c3bbf1,03c2819c31be571701f72f8c79bfc078194b650c73fba4f56801ff3c58f69affcb,0334ba67ad928ad07160f119949d28fd8d0bd6d5c868ba6f13fb8e93b1de72007e,0321d46d887f7d583cc37dd0609e7104ac6c543f3ab1ac73db93e602ecca21cc9b,0275e9dc6e9d1e2dcad46303c938e39bb5f3923d066761450cc90083a3f13055d2,1))) from Actor[akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a#-822993663] in state CLOSED
DEBUG:eclair(16331):2017-11-29 17:33:10,107 INFO fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017/$a bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9 - shutting down
DEBUG:eclair(16331):2017-11-29 17:33:10,115 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - channel closed: channelId=TemporaryChannelId(bd09b2845893e1a08f835ea6479c78f69fbc66e540cd684218f3e80e3e46bcc9)
DEBUG:eclair(16331):2017-11-29 17:33:10,119 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - that was the last open channel, closing the connection
DEBUG:eclair(16331):2017-11-29 17:33:10,121 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - Actor[akka://default/user/$g/switchboard/$b#623516642] is dead, removing from connections
DEBUG:eclair(16331):2017-11-29 17:33:10,122 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 - lost connection to 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1035, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:10 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:10 keypool reserve 446
DEBUG:bitcoind:2017-11-29 16:33:10 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:10 UpdateTip: new best=7ca8fd9683d4dd2c8a4922145b5a4072e9abaada6560b3dab0c3db315fc9804b height=1036 version=0x20000000 log2_work=11.0182 tx=1157 date='2017-11-29 16:33:10' progress=1.000000 cache=0.2MiB(1149txo)
DEBUG:bitcoind:2017-11-29 16:33:10 AddToWallet 6834e99dfc0320f1e55dd6895bad1863556bbab7f2234193867d65d4aa01a1d3 new
DEBUG:bitcoind:2017-11-29 16:33:10 keypool keep 446
DEBUG:proc:lightningd(17626): Adding block 4b80c95f31dbc3b0dab36065daaaabe972405a5b1422498a2cddd48396fda87c
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
DEBUG:proc:2017-11-29 17:33:11.029 [INF] BMGR: Processed 6 blocks in the last 11.53s (7 transactions, height 1036, 2017-11-29 17:33:10 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block 4b80c95f31dbc3b0dab36065daaaabe972405a5b1422498a2cddd48396fda87c
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1036, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:13 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:14 keypool reserve 447
DEBUG:bitcoind:2017-11-29 16:33:14 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:14 UpdateTip: new best=617f2cec25f562292e1b8f5dcd7b8e091bf8325dfe402a5229d3ad618e9442e8 height=1037 version=0x20000000 log2_work=11.019591 tx=1158 date='2017-11-29 16:33:13' progress=1.000000 cache=0.2MiB(1150txo)
DEBUG:bitcoind:2017-11-29 16:33:14 AddToWallet c50e6977aee6c727ab490232678ac00025267e5ce486af7a3c203255f7884b18 new
DEBUG:bitcoind:2017-11-29 16:33:14 keypool keep 447
DEBUG:proc:lightningd(17747): Adding block e842948e61add329522a40fe5d32f81b098e7bcd5d8f1b2e2962f525ec2c7f61
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block e842948e61add329522a40fe5d32f81b098e7bcd5d8f1b2e2962f525ec2c7f61
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1037, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:17 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:17 keypool reserve 448
DEBUG:bitcoind:2017-11-29 16:33:17 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:17 UpdateTip: new best=3fb9c92adeb13f865d17df7d4c7cfbf14d67e82ae8296b95e9a4bb209736d47a height=1038 version=0x20000000 log2_work=11.02098 tx=1159 date='2017-11-29 16:33:17' progress=1.000000 cache=0.2MiB(1151txo)
DEBUG:bitcoind:2017-11-29 16:33:17 AddToWallet 71b8b56cb7fa585f2ca39e16db48932ab12042966f4d446c21ef05a87e4672f1 new
DEBUG:bitcoind:2017-11-29 16:33:17 keypool keep 448
DEBUG:proc:lightningd(17747): Adding block 7ad4369720bba4e9956b29e82ae8674df1fb7c4c7ddf175d863fb1de2ac9b93f
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block 7ad4369720bba4e9956b29e82ae8674df1fb7c4c7ddf175d863fb1de2ac9b93f
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1038, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:20 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:20 keypool reserve 449
DEBUG:bitcoind:2017-11-29 16:33:20 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:20 UpdateTip: new best=378c6ce87089908f83873cbe00cfe99aef39ed0e492e7d783f4e923ee9e43f68 height=1039 version=0x20000000 log2_work=11.022368 tx=1160 date='2017-11-29 16:33:20' progress=1.000000 cache=0.2MiB(1152txo)
DEBUG:bitcoind:2017-11-29 16:33:20 AddToWallet 9d958893bdfab61306c08e9cd3120c78268e8116d6ac2753221a999a2da3d5d9 new
DEBUG:bitcoind:2017-11-29 16:33:20 keypool keep 449
DEBUG:proc:lightningd(17747): Adding block 683fe4e93e924e3f787d2e490eed39ef9ae9cf00be3c87838f908970e86c8c37
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block 683fe4e93e924e3f787d2e490eed39ef9ae9cf00be3c87838f908970e86c8c37
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1039, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:23 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:23 keypool reserve 450
DEBUG:bitcoind:2017-11-29 16:33:23 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:23 UpdateTip: new best=2b1f6b6167d36130dec36ac81f26c0dd5bf3e8473d8a6a179f30e73b89eef3fe height=1040 version=0x20000000 log2_work=11.023754 tx=1161 date='2017-11-29 16:33:23' progress=1.000000 cache=0.2MiB(1153txo)
DEBUG:bitcoind:2017-11-29 16:33:23 AddToWallet df2d2ba75f341302645b806eedd991eab781c3c0c552c40b4954a5a865fbb0a5 new
DEBUG:bitcoind:2017-11-29 16:33:23 keypool keep 450
DEBUG:proc:2017-11-29 17:33:23.390 [INF] BMGR: Processed 4 blocks in the last 12.36s (4 transactions, height 1040, 2017-11-29 17:33:23 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block fef3ee893be7309f176a8a3d47e8f35bddc0261fc86ac3de3061d367616b1f2b
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block fef3ee893be7309f176a8a3d47e8f35bddc0261fc86ac3de3061d367616b1f2b
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1040, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:26 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:26 keypool reserve 451
DEBUG:bitcoind:2017-11-29 16:33:26 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:26 UpdateTip: new best=0951d4e7ae3d45621bee00b86b36b5a1cf8c8019aa4ae7c7b2a40ab560f639e4 height=1041 version=0x20000000 log2_work=11.02514 tx=1162 date='2017-11-29 16:33:26' progress=1.000000 cache=0.2MiB(1154txo)
DEBUG:bitcoind:2017-11-29 16:33:26 AddToWallet 7cf915b8c6403fbca6b2f11e20be3f1fa82aad448a888319158b813e89d5d418 new
DEBUG:bitcoind:2017-11-29 16:33:26 keypool keep 451
DEBUG:proc:lightningd(17747): Adding block e439f660b50aa4b2c7e74aaa19808ccfa1b5366bb800ee1b62453daee7d45109
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block e439f660b50aa4b2c7e74aaa19808ccfa1b5366bb800ee1b62453daee7d45109
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1041, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:29 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:29 keypool reserve 452
DEBUG:bitcoind:2017-11-29 16:33:29 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:29 UpdateTip: new best=619c8adbaccb999b49154143362c600239f4368143154fdc54838d56db3211e0 height=1042 version=0x20000000 log2_work=11.026523 tx=1163 date='2017-11-29 16:33:29' progress=1.000000 cache=0.2MiB(1155txo)
DEBUG:bitcoind:2017-11-29 16:33:29 AddToWallet acbdd557c0524b3428f94ebe599f7047a7a477790dc3268bdf305fcdb6dbde36 new
DEBUG:bitcoind:2017-11-29 16:33:29 keypool keep 452
DEBUG:proc:lightningd(17747): Adding block e01132db568d8354dc4f15438136f43902602c36434115499b99cbacdb8a9c61
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block e01132db568d8354dc4f15438136f43902602c36434115499b99cbacdb8a9c61
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1042, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:32 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:32 keypool reserve 453
DEBUG:bitcoind:2017-11-29 16:33:32 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:32 UpdateTip: new best=2521c58254bc514be3a1cfacc9345d5cfd5e8f1b2a784a78e3668d04269d9afb height=1043 version=0x20000000 log2_work=11.027906 tx=1164 date='2017-11-29 16:33:32' progress=1.000000 cache=0.2MiB(1156txo)
DEBUG:bitcoind:2017-11-29 16:33:32 AddToWallet c726f9b773919effbcfc0a077803ea293931d47dd23fd7bd62baf519b3598989 new
DEBUG:bitcoind:2017-11-29 16:33:32 keypool keep 453
DEBUG:proc:lightningd(17747): Adding block fb9a9d26048d66e3784a782a1b8f5efd5c5d34c9accfa1e34b51bc5482c52125
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block fb9a9d26048d66e3784a782a1b8f5efd5c5d34c9accfa1e34b51bc5482c52125
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1043, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:35 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:35 keypool reserve 454
DEBUG:bitcoind:2017-11-29 16:33:35 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:35 UpdateTip: new best=3fafc9e235b95c29149654112950d9e8d8d7dbf7e3240d75be33ae80f00b8e8a height=1044 version=0x20000000 log2_work=11.029287 tx=1165 date='2017-11-29 16:33:35' progress=1.000000 cache=0.2MiB(1157txo)
DEBUG:bitcoind:2017-11-29 16:33:35 AddToWallet a09a85440498f525112069faffc3421f80dc18222a22f29f0341d283e57482bd new
DEBUG:bitcoind:2017-11-29 16:33:35 keypool keep 454
DEBUG:proc:2017-11-29 17:33:35.761 [INF] BMGR: Processed 4 blocks in the last 12.37s (4 transactions, height 1044, 2017-11-29 17:33:35 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block 8a8e0bf080ae33be750d24e3f7dbd7d8e8d9502911549614295cb935e2c9af3f
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block 8a8e0bf080ae33be750d24e3f7dbd7d8e8d9502911549614295cb935e2c9af3f
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1044, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:38 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:38 keypool reserve 455
DEBUG:bitcoind:2017-11-29 16:33:38 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:38 UpdateTip: new best=6a944e5c218f6aa09c5525dd840a4165e8aa276e24e9c8c09edb1261fa0e5355 height=1045 version=0x20000000 log2_work=11.030667 tx=1166 date='2017-11-29 16:33:38' progress=1.000000 cache=0.2MiB(1158txo)
DEBUG:bitcoind:2017-11-29 16:33:38 AddToWallet 0552d16b5eb0c2cfb600d75318d2a1193fb5bf674ce594a25daf3b9b9c1c5785 new
DEBUG:bitcoind:2017-11-29 16:33:38 keypool keep 455
DEBUG:proc:lightningd(17747): Adding block 55530efa6112db9ec0c8e9246e27aae865410a84dd25559ca06a8f215c4e946a
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block 55530efa6112db9ec0c8e9246e27aae865410a84dd25559ca06a8f215c4e946a
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1045, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:41 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:41 keypool reserve 456
DEBUG:bitcoind:2017-11-29 16:33:41 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:41 UpdateTip: new best=3271189db620fa1ec298befd8a509625afc3801ac7b9058d2c6ecb9dfc0ce63e height=1046 version=0x20000000 log2_work=11.032046 tx=1167 date='2017-11-29 16:33:41' progress=1.000000 cache=0.2MiB(1159txo)
DEBUG:bitcoind:2017-11-29 16:33:41 AddToWallet e251e08bc6f91e123ddec097ab21982b02716430e7c81e42226e058815eba5ba new
DEBUG:bitcoind:2017-11-29 16:33:41 keypool keep 456
DEBUG:proc:lightningd(17747): Adding block 3ee60cfc9dcb6e2c8d05b9c71a80c3af2596508afdbe98c21efa20b69d187132
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block 3ee60cfc9dcb6e2c8d05b9c71a80c3af2596508afdbe98c21efa20b69d187132
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1046, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:44 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:44 keypool reserve 457
DEBUG:bitcoind:2017-11-29 16:33:44 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:44 UpdateTip: new best=6fe795b79d7af6358f41f6541eb6e5d80687c1457d79bc429d47ccebf95db0e4 height=1047 version=0x20000000 log2_work=11.033423 tx=1168 date='2017-11-29 16:33:44' progress=1.000000 cache=0.2MiB(1160txo)
DEBUG:bitcoind:2017-11-29 16:33:44 AddToWallet 44da40ccb9b45941bf23a753ef4e7ef67d60c2b9c38fc40a975176271a3341b0 new
DEBUG:bitcoind:2017-11-29 16:33:44 keypool keep 457
DEBUG:proc:lightningd(17747): Adding block e4b05df9ebcc479d42bc797d45c18706d8e5b61e54f6418f35f67a9db795e76f
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Adding block e4b05df9ebcc479d42bc797d45c18706d8e5b61e54f6418f35f67a9db795e76f
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1047, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:47 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:47 keypool reserve 458
DEBUG:bitcoind:2017-11-29 16:33:47 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:47 UpdateTip: new best=291fe5326845d4d1135eaae778a9c0d819be21fcee2b06c39b30e373ccd1512c height=1048 version=0x20000000 log2_work=11.034799 tx=1169 date='2017-11-29 16:33:47' progress=1.000000 cache=0.2MiB(1161txo)
DEBUG:bitcoind:2017-11-29 16:33:47 AddToWallet a92d8f7f2fa3520195a0abfa28203ee200f9470d1126cbfed76582b84fa9e220 new
DEBUG:bitcoind:2017-11-29 16:33:47 keypool keep 458
DEBUG:proc:lightningd(17747): Adding block 2c51d1cc73e3309bc3062beefc21be19d8c0a978e7aa5e13d1d4456832e51f29
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
DEBUG:proc:2017-11-29 17:33:48.080 [INF] BMGR: Processed 4 blocks in the last 12.31s (4 transactions, height 1048, 2017-11-29 17:33:47 +0100 CET)
DEBUG:proc:lightningd(17626): Adding block 2c51d1cc73e3309bc3062beefc21be19d8c0a978e7aa5e13d1d4456832e51f29
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1048, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:51 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:51 keypool reserve 459
DEBUG:bitcoind:2017-11-29 16:33:51 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:51 UpdateTip: new best=65baeddf4efa6bc0968f82b7db5547da679cc3ca0ab31fc2a2a026811c59bde8 height=1049 version=0x20000000 log2_work=11.036174 tx=1170 date='2017-11-29 16:33:51' progress=1.000000 cache=0.2MiB(1162txo)
DEBUG:bitcoind:2017-11-29 16:33:51 AddToWallet 4c34159b92dcb608c075f7cf883faee8f7eb9d1ba230b1a723c962c0cd06bc45 new
DEBUG:bitcoind:2017-11-29 16:33:51 keypool keep 459
DEBUG:proc:lightningd(17626): Adding block e8bd591c8126a0a2c21fb30acac39c67da4755dbb7828f96c06bfa4edfedba65
DEBUG:proc:lightningd(17626): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Adding block e8bd591c8126a0a2c21fb30acac39c67da4755dbb7828f96c06bfa4edfedba65
DEBUG:proc:lightningd(17747): Immediate feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 5014 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 5014 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1049, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:54 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:54 keypool reserve 460
DEBUG:bitcoind:2017-11-29 16:33:54 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:54 UpdateTip: new best=5efba37ffff6dfb96ee9495a4477bd910f6f33114cecc0ae8597fc3d1698d717 height=1050 version=0x20000000 log2_work=11.037547 tx=1171 date='2017-11-29 16:33:54' progress=1.000000 cache=0.2MiB(1163txo)
DEBUG:bitcoind:2017-11-29 16:33:54 AddToWallet 7468ef529f8ae7b55a165f4a49762acd453ff6e4d83759b27d05e647c3876099 new
DEBUG:bitcoind:2017-11-29 16:33:54 keypool keep 460
DEBUG:proc:lightningd(17626): Adding block 17d798163dfc9785aec0ec4c11336f0f91bd77445a49e96eb9dff6ff7fa3fb5e
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 5014)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 5014)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 5014)
DEBUG:proc:lightningd(17747): Adding block 17d798163dfc9785aec0ec4c11336f0f91bd77445a49e96eb9dff6ff7fa3fb5e
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 5014)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 5014)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 5014)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1050, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:33:57 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:33:57 keypool reserve 461
DEBUG:bitcoind:2017-11-29 16:33:57 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:33:57 UpdateTip: new best=7d0f53dc7451229e3fd6b7b1a0b627ebe8ef1a30b8458c856f00b587e196e2ee height=1051 version=0x20000000 log2_work=11.038919 tx=1172 date='2017-11-29 16:33:57' progress=1.000000 cache=0.2MiB(1164txo)
DEBUG:bitcoind:2017-11-29 16:33:57 AddToWallet c40e711d3ccd63557ea61e6ebbffcba9ce48aa7ce73a9b7457697ecdcb812e2e new
DEBUG:bitcoind:2017-11-29 16:33:57 keypool keep 461
DEBUG:proc:lightningd(17626): Adding block eee296e187b5006f858c45b8301aefe8eb27b6a0b1b7d63f9e225174dc530f7d
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block eee296e187b5006f858c45b8301aefe8eb27b6a0b1b7d63f9e225174dc530f7d
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1051, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:00 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:00 keypool reserve 462
DEBUG:bitcoind:2017-11-29 16:34:00 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:00 UpdateTip: new best=6b7d12be9a3ab499f074e18c6a57885ed8a282a6d31779475ea6df7c6f05b50c height=1052 version=0x20000000 log2_work=11.04029 tx=1173 date='2017-11-29 16:34:00' progress=1.000000 cache=0.2MiB(1165txo)
DEBUG:bitcoind:2017-11-29 16:34:00 AddToWallet 6e9e6be6ed1e013a5d1d0136a3d8c48f58373a2900cda242a8f363cefb25ae37 new
DEBUG:bitcoind:2017-11-29 16:34:00 keypool keep 462
DEBUG:proc:2017-11-29 17:34:00.439 [INF] BMGR: Processed 4 blocks in the last 12.35s (4 transactions, height 1052, 2017-11-29 17:34:00 +0100 CET)
DEBUG:proc:lightningd(17626): Adding block 0cb5056f7cdfa65e477917d3a682a2d85e88576a8ce174f099b43a9abe127d6b
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 0cb5056f7cdfa65e477917d3a682a2d85e88576a8ce174f099b43a9abe127d6b
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1052, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:03 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:03 keypool reserve 463
DEBUG:bitcoind:2017-11-29 16:34:03 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:03 UpdateTip: new best=06df144c60ccccdd0d7093d63a4811cf029d00ec08d81d99915fd45f232e1149 height=1053 version=0x20000000 log2_work=11.041659 tx=1174 date='2017-11-29 16:34:03' progress=1.000000 cache=0.2MiB(1166txo)
DEBUG:bitcoind:2017-11-29 16:34:03 AddToWallet ee8992e54d12a19866fed550155c4000ecb3de6fa12e4bcb37367aef19fe2bca new
DEBUG:bitcoind:2017-11-29 16:34:03 keypool keep 463
DEBUG:proc:lightningd(17626): Adding block 49112e235fd45f91991dd808ec009d02cf11483ad693700dddcccc604c14df06
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 49112e235fd45f91991dd808ec009d02cf11483ad693700dddcccc604c14df06
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1053, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:06 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:06 keypool reserve 464
DEBUG:bitcoind:2017-11-29 16:34:06 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:06 UpdateTip: new best=4324aa2e93da8e02c8755fa91c0e1841d40cc30b6355fb075775e9acad356b20 height=1054 version=0x20000000 log2_work=11.043027 tx=1175 date='2017-11-29 16:34:06' progress=1.000000 cache=0.2MiB(1167txo)
DEBUG:bitcoind:2017-11-29 16:34:06 AddToWallet dad97536a504857d35b8959d7e9705bfb243a00ea80528636759ca7699e2749f new
DEBUG:bitcoind:2017-11-29 16:34:06 keypool keep 464
DEBUG:proc:lightningd(17626): Adding block 206b35adace9755707fb55630bc30cd441180e1ca95f75c8028eda932eaa2443
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 206b35adace9755707fb55630bc30cd441180e1ca95f75c8028eda932eaa2443
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1054, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:09 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:09 keypool reserve 465
DEBUG:bitcoind:2017-11-29 16:34:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:09 UpdateTip: new best=446fa8a10bf3c67a07a4102b69c3bba38f183bd7d7b3a831ad0fecb00f161b95 height=1055 version=0x20000000 log2_work=11.044394 tx=1176 date='2017-11-29 16:34:09' progress=1.000000 cache=0.2MiB(1168txo)
DEBUG:bitcoind:2017-11-29 16:34:09 AddToWallet e32e48d6dc1c37d6f5ebf7731697692034feb2176bab2afa62d31b97f24bcb2b new
DEBUG:bitcoind:2017-11-29 16:34:09 keypool keep 465
DEBUG:proc:lightningd(17626): Adding block 951b160fb0ec0fad31a8b3d7d73b188fa3bbc3692b10a4077ac6f30ba1a86f44
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 951b160fb0ec0fad31a8b3d7d73b188fa3bbc3692b10a4077ac6f30ba1a86f44
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1055, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:12 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:12 keypool reserve 466
DEBUG:bitcoind:2017-11-29 16:34:12 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:12 UpdateTip: new best=00361a640d92b995d91b1e18a334dd224fbcc3f65bc82e1e6dc58c0b9840af21 height=1056 version=0x20000000 log2_work=11.04576 tx=1177 date='2017-11-29 16:34:12' progress=1.000000 cache=0.2MiB(1169txo)
DEBUG:bitcoind:2017-11-29 16:34:12 AddToWallet 4b4295d7100178c8112a2cc33557ae981b7e6cf4be888a30e920d59822a92170 new
DEBUG:bitcoind:2017-11-29 16:34:12 keypool keep 466
DEBUG:proc:2017-11-29 17:34:12.720 [INF] BMGR: Processed 4 blocks in the last 12.28s (4 transactions, height 1056, 2017-11-29 17:34:12 +0100 CET)
DEBUG:proc:lightningd(17626): Adding block 21af40980b8cc56d1e2ec85bf6c3bc4f22dd34a3181e1bd995b9920d641a3600
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 21af40980b8cc56d1e2ec85bf6c3bc4f22dd34a3181e1bd995b9920d641a3600
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1056, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:15 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:15 keypool reserve 467
DEBUG:bitcoind:2017-11-29 16:34:15 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:15 UpdateTip: new best=76fd8697f6a1605be01f7fd8ca223bbc7626cdd3f18943ba7452918976536075 height=1057 version=0x20000000 log2_work=11.047124 tx=1178 date='2017-11-29 16:34:15' progress=1.000000 cache=0.2MiB(1170txo)
DEBUG:bitcoind:2017-11-29 16:34:15 AddToWallet c4a08fcb82372c085ef65349066b15110607ccaa23c9154b515805a41aabb693 new
DEBUG:bitcoind:2017-11-29 16:34:15 keypool keep 467
DEBUG:proc:lightningd(17626): Adding block 7560537689915274ba4389f1d3cd2676bc3b22cad87f1fe05b60a1f69786fd76
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 7560537689915274ba4389f1d3cd2676bc3b22cad87f1fe05b60a1f69786fd76
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1057, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:18 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:18 keypool reserve 468
DEBUG:bitcoind:2017-11-29 16:34:18 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:18 UpdateTip: new best=71b7904f258b0844500d481e0e21dfdf76557f49675e0cbb801ff4fe22a2b357 height=1058 version=0x20000000 log2_work=11.048487 tx=1179 date='2017-11-29 16:34:18' progress=1.000000 cache=0.2MiB(1171txo)
DEBUG:bitcoind:2017-11-29 16:34:18 AddToWallet 80fb5875647ef9fd5b77f5e3f9b4756bcd36ca9f6f7ee3a995ad7ca96c70b027 new
DEBUG:bitcoind:2017-11-29 16:34:18 keypool keep 468
DEBUG:proc:lightningd(17626): Adding block 57b3a222fef41f80bb0c5e67497f5576dfdf210e1e480d5044088b254f90b771
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 57b3a222fef41f80bb0c5e67497f5576dfdf210e1e480d5044088b254f90b771
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1058, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:21 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:21 keypool reserve 469
DEBUG:bitcoind:2017-11-29 16:34:21 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:21 UpdateTip: new best=1b5ec81aa47cb6c2297376cdf1abbb42408b403ef6deb39501291befc4645595 height=1059 version=0x20000000 log2_work=11.049849 tx=1180 date='2017-11-29 16:34:21' progress=1.000000 cache=0.2MiB(1172txo)
DEBUG:bitcoind:2017-11-29 16:34:21 AddToWallet 4e0d2386ca79532a5d355b7ba0a04140a37264e8fb01c51e02800987618506eb new
DEBUG:bitcoind:2017-11-29 16:34:21 keypool keep 469
DEBUG:proc:lightningd(17626): Adding block 955564c4ef1b290195b3def63e408b4042bbabf1cd767329c2b67ca41ac85e1b
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 955564c4ef1b290195b3def63e408b4042bbabf1cd767329c2b67ca41ac85e1b
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1059, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:24 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:25 keypool reserve 470
DEBUG:bitcoind:2017-11-29 16:34:25 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:25 UpdateTip: new best=71589bd9c05a962891004ead676150b941463e0e4bea879a42f18805e6ab96ed height=1060 version=0x20000000 log2_work=11.051209 tx=1181 date='2017-11-29 16:34:25' progress=1.000000 cache=0.2MiB(1173txo)
DEBUG:bitcoind:2017-11-29 16:34:25 AddToWallet 971af87177bb90bb82069efda4e1dd4edf8d5ce10cf8804e8d26a9b178df6f8c new
DEBUG:bitcoind:2017-11-29 16:34:25 keypool keep 470
DEBUG:proc:lightningd(17626): Adding block ed96abe60588f1429a87ea4b0e3e4641b9506167ad4e009128965ac0d99b5871
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:2017-11-29 17:34:25.120 [INF] BMGR: Processed 4 blocks in the last 12.39s (4 transactions, height 1060, 2017-11-29 17:34:25 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block ed96abe60588f1429a87ea4b0e3e4641b9506167ad4e009128965ac0d99b5871
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1060, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:28 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:28 keypool reserve 471
DEBUG:bitcoind:2017-11-29 16:34:28 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:28 UpdateTip: new best=791b8bc7c139c2d1828151ae5a7dc4aec0c7c27654c047bafb1e66b24860ab03 height=1061 version=0x20000000 log2_work=11.052568 tx=1182 date='2017-11-29 16:34:28' progress=1.000000 cache=0.2MiB(1174txo)
DEBUG:bitcoind:2017-11-29 16:34:28 AddToWallet bcfc8d7e940804d7b629ff3bf988ef6e2be91422067a1f470d2fca1a509e41e8 new
DEBUG:bitcoind:2017-11-29 16:34:28 keypool keep 471
DEBUG:proc:lightningd(17747): Adding block 03ab6048b2661efbba47c05476c2c7c0aec47d5aae518182d1c239c1c78b1b79
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 03ab6048b2661efbba47c05476c2c7c0aec47d5aae518182d1c239c1c78b1b79
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1061, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:31 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:31 keypool reserve 472
DEBUG:bitcoind:2017-11-29 16:34:31 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:31 UpdateTip: new best=68cf4becc23336c2b802c27b8708a7ed8a977c49d0cea5cd362b1c235d641bf4 height=1062 version=0x20000000 log2_work=11.053926 tx=1183 date='2017-11-29 16:34:31' progress=1.000000 cache=0.2MiB(1175txo)
DEBUG:bitcoind:2017-11-29 16:34:31 AddToWallet 90840c8ec2fbe0c1a1afe02b91e5b079ea64777133a1a36956f2941b1ec97914 new
DEBUG:bitcoind:2017-11-29 16:34:31 keypool keep 472
DEBUG:proc:lightningd(17747): Adding block f41b645d231c2b36cda5ced0497c978aeda708877bc202b8c23633c2ec4bcf68
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block f41b645d231c2b36cda5ced0497c978aeda708877bc202b8c23633c2ec4bcf68
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1062, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:34 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:34 keypool reserve 473
DEBUG:bitcoind:2017-11-29 16:34:34 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:34 UpdateTip: new best=3ac2cd77964f2ad5e9d0bfb112598b4addc0ef405968bc299b779bf06d5320d2 height=1063 version=0x20000000 log2_work=11.055282 tx=1184 date='2017-11-29 16:34:34' progress=1.000000 cache=0.2MiB(1176txo)
DEBUG:bitcoind:2017-11-29 16:34:34 AddToWallet dccd360180c23cbfc9178ff46decae032e23a1ed7e54cfc06b08ef974ed4e738 new
DEBUG:bitcoind:2017-11-29 16:34:34 keypool keep 473
DEBUG:proc:lightningd(17747): Adding block d220536df09b779b29bc685940efc0dd4a8b5912b1bfd0e9d52a4f9677cdc23a
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block d220536df09b779b29bc685940efc0dd4a8b5912b1bfd0e9d52a4f9677cdc23a
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1063, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:37 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:37 keypool reserve 474
DEBUG:bitcoind:2017-11-29 16:34:37 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:37 UpdateTip: new best=34090f71afb8e57736a3b4ec54c83cb6fc49365ece44d4803742e0ea359008d5 height=1064 version=0x20000000 log2_work=11.056638 tx=1185 date='2017-11-29 16:34:37' progress=1.000000 cache=0.2MiB(1177txo)
DEBUG:bitcoind:2017-11-29 16:34:37 AddToWallet 740ed8ad15ebccc95cde6c5e95948588265ea75002ff46df8ded2e6a0f686761 new
DEBUG:bitcoind:2017-11-29 16:34:37 keypool keep 474
DEBUG:proc:2017-11-29 17:34:37.407 [INF] BMGR: Processed 4 blocks in the last 12.28s (4 transactions, height 1064, 2017-11-29 17:34:37 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block d5089035eae0423780d444ce5e3649fcb63cc854ecb4a33677e5b8af710f0934
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block d5089035eae0423780d444ce5e3649fcb63cc854ecb4a33677e5b8af710f0934
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1064, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:40 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:40 keypool reserve 475
DEBUG:bitcoind:2017-11-29 16:34:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:40 UpdateTip: new best=53c63c7893d92b09f85d91b9b45fbeb5ff513167a367fc741b200422ea1e534e height=1065 version=0x20000000 log2_work=11.057992 tx=1186 date='2017-11-29 16:34:40' progress=1.000000 cache=0.2MiB(1178txo)
DEBUG:bitcoind:2017-11-29 16:34:40 AddToWallet ccc3e5083528685d52a965abd4bbfba1967942386eaf10cc3404c05e7458cb59 new
DEBUG:bitcoind:2017-11-29 16:34:40 keypool keep 475
DEBUG:proc:lightningd(17747): Adding block 4e531eea2204201b74fc67a3673151ffb5be5fb4b9915df8092bd993783cc653
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 4e531eea2204201b74fc67a3673151ffb5be5fb4b9915df8092bd993783cc653
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1064, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_gossipd', 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'state': 'GOSSIPING'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_gossipd', 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'state': 'GOSSIPING'}]}
DEBUG:lightning-node(16332):Calling fundchannel with arguments ('0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 10000000)
DEBUG:root:Calling fundchannel with arguments ('0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 10000000)
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightningd(17626): No fee estimate for Normal: basing on default fee rate
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIPCTL_RELEASE_PEER len 35
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIPCTL_RELEASE_PEER_REPLY with 2 fds
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: state: UNINITIALIZED -> OPENINGD
DEBUG:proc:lightning_openingd(21684): pid 21684, msgfd 19
DEBUG:proc:lightningd(17626): No fee estimate for Immediate: basing on default fee rate
DEBUG:proc:lightning_openingd(21684): TRACE: First per_commit_point = 033458dfe551285d12337d78b87da9ee78e46237bbbbb31c772df783ce34583ffb
DEBUG:proc:lightning_gossipd(17863): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP
DEBUG:proc:lightning_gossipd(17863): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: state: UNINITIALIZED -> OPENINGD
DEBUG:proc:lightning_openingd(21685): pid 21685, msgfd 18
DEBUG:proc:lightningd(17747): No fee estimate for Immediate: basing on default fee rate
DEBUG:proc:lightningd(17747): No fee estimate for Slow: basing on default fee rate
DEBUG:proc:lightning_openingd(21685): TRACE: First per_commit_point = 03c03b798a4c27f43ff3f7067ead2c084e6fead1de37d38b677064d5d9495420b3
DEBUG:proc:lightning_openingd(21684): TRACE: Read decrypt 00214f7f8658a8766a025a426f546e6b534214b08c42b4a37625661eb5f15ba12acb0000000000000222ffffffffffffffff00000000000186a0000000000000000000000001000601e30301250d8ca07cf5864dd9263990dd8ff5ea5f6bb76a750446ce8b9a16928b685803a0b3f9dce6cbd56295be67989eb474428357d18f0cf723b319f69fdefbbab1c103f3bafb477d0df819ad8e02599a401aa731a463cd2fa3fc9bb082102721e46e43026daf30b8e3695170a9d9ff0af5107f2d628bb316bf45d98fb23ea420ff071e6a029571b48b5a65e901476301fd5736c123b1c9bf5000ebd62eea816dd29c973bc003c03b798a4c27f43ff3f7067ead2c084e6fead1de37d38b677064d5d9495420b3
DEBUG:proc:lightning_openingd(21684): TRACE: signature 3044022007d22d1ac708ba92346588538c3e6cd98de11833bc3ce2cf1eac61f491ac8d3b022023792276fda76c192cf9eda2428453b770b85d3a9fe7fd7a94d95f7b3164b449 on tx 0200000001427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc75280000000000ba9d9f800160259800000000001600140c228ae87fc00e4dc0ae10293e7cd0854450c0a336bdc020 using key 02e8f8c462f3c8434128ec603f105243bd1ac8cc453cffb1d70b2fc87a4fbe7e1a
DEBUG:proc:lightning_openingd(21685): TRACE: Read decrypt 00224f7f8658a8766a025a426f546e6b534214b08c42b4a37625661eb5f15ba12acb427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528000007d22d1ac708ba92346588538c3e6cd98de11833bc3ce2cf1eac61f491ac8d3b23792276fda76c192cf9eda2428453b770b85d3a9fe7fd7a94d95f7b3164b449
DEBUG:proc:lightning_openingd(21685): REPLY WIRE_OPENING_FUNDEE_REPLY with 2 fds
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got opening_fundee_finish_response
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Watching funding tx 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17747): HSM TRACE: Control: type WIRE_HSMCTL_HSMFD_CHANNELD len 35
DEBUG:proc:lightning_channeld(21686): pid 21686, msgfd 19
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Waiting for funding confirmations
DEBUG:proc:lightningd(17747): No fee estimate for Immediate: basing on default fee rate
DEBUG:proc:lightningd(17747): No fee estimate for Normal: basing on default fee rate
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: state: OPENINGD -> CHANNELD_AWAITING_LOCKIN
DEBUG:proc:lightning_channeld(21686): TRACE: init REMOTE: remote_per_commit = 033458dfe551285d12337d78b87da9ee78e46237bbbbb31c772df783ce34583ffb, old_remote_per_commit = 033458dfe551285d12337d78b87da9ee78e46237bbbbb31c772df783ce34583ffb next_idx_local = 1 next_idx_remote = 1 revocations_received = 0 feerates 40000/40000 (range 20000-200000)
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_FUNDING_SIGNED
DEBUG:proc:lightning_openingd(21684): TRACE: Read decrypt 0023427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528685b15501442a514f5c1525af15d68d138fb7b75d6f7ff9f4be6315030e6de1549b70be3c7c51a430cba00f02e9cf0031130197281a77541ba959149bed9437a
DEBUG:proc:lightning_openingd(21684): REPLY WIRE_OPENING_FUNDER_REPLY with 2 fds
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Funding tx has 1 inputs, 2 outputs:
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: 0: 40000000 satoshi (P2SH) c97ec3aaa43e2a5b080e8f168cea6521ba2b90c89a8bd33db13350ae44583dab
DEBUG:proc:
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Getting HSM to sign funding tx
DEBUG:proc:lightningd(17626): HSM TRACE: Control: type WIRE_HSMCTL_SIGN_FUNDING len 139
DEBUG:proc:lightningd(17626): (tx 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528)
DEBUG:proc:lightningd(17626): sendrawtransaction: 02000000000101c97ec3aaa43e2a5b080e8f168cea6521ba2b90c89a8bd33db13350ae44583dab00000000171600140a2ce927dd76dc9c07c16b50c5c3710d3a45d1d0ffffffff0280969800000000002200209ca1890ff105cc5b79ca17ce46fe62a42da281f10f1bcc649c8ba9c42553f15d5c92c90100000000160014a95b8dc2ec4c1fdffeb541fb82d75d8099e18eac02483045022100af560ba6bd12b9fab08b5ca03d32ca2df954bb9b86e812cee6be921b3b12d3770220178e4e070c8b5e80e541fbbee2d06af60140913022d7c4707ce58faca445cffa012102a42fad02d6fa8bfd8141850b3fad69240d5c42bce19f87bc73e8e00a7ff6173b00000000
DEBUG:proc:lightningd(17626): Owning output 1 29987420 (SEGWIT) txid 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626): HSM TRACE: Control: type WIRE_HSMCTL_HSMFD_CHANNELD len 35
DEBUG:proc:lightning_channeld(21688): pid 21688, msgfd 22
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Waiting for funding confirmations
DEBUG:proc:lightningd(17626): No fee estimate for Immediate: basing on default fee rate
DEBUG:proc:lightningd(17626): No fee estimate for Normal: basing on default fee rate
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: state: OPENINGD -> CHANNELD_AWAITING_LOCKIN
DEBUG:root:Received response for fundchannel call: {'result': {'tx': '02000000000101c97ec3aaa43e2a5b080e8f168cea6521ba2b90c89a8bd33db13350ae44583dab00000000171600140a2ce927dd76dc9c07c16b50c5c3710d3a45d1d0ffffffff0280969800000000002200209ca1890ff105cc5b79ca17ce46fe62a42da281f10f1bcc649c8ba9c42553f15d5c92c90100000000160014a95b8dc2ec4c1fdffeb541fb82d75d8099e18eac02483045022100af560ba6bd12b9fab08b5ca03d32ca2df954bb9b86e812cee6be921b3b12d3770220178e4e070c8b5e80e541fbbee2d06af60140913022d7c4707ce58faca445cffa012102a42fad02d6fa8bfd8141850b3fad69240d5c42bce19f87bc73e8e00a7ff6173b00000000'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626): sendrawtx exit 0, gave 2875dc54b5d975b0278e31b8476767a6d9f75db7bc2d382a2dcc3de9298e7f42
DEBUG:lightning-node(16332):Call returned {'tx': '02000000000101c97ec3aaa43e2a5b080e8f168cea6521ba2b90c89a8bd33db13350ae44583dab00000000171600140a2ce927dd76dc9c07c16b50c5c3710d3a45d1d0ffffffff0280969800000000002200209ca1890ff105cc5b79ca17ce46fe62a42da281f10f1bcc649c8ba9c42553f15d5c92c90100000000160014a95b8dc2ec4c1fdffeb541fb82d75d8099e18eac02483045022100af560ba6bd12b9fab08b5ca03d32ca2df954bb9b86e812cee6be921b3b12d3770220178e4e070c8b5e80e541fbbee2d06af60140913022d7c4707ce58faca445cffa012102a42fad02d6fa8bfd8141850b3fad69240d5c42bce19f87bc73e8e00a7ff6173b00000000'}
Waiting for channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 to confirmDEBUG:proc:
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightning_channeld(21688): TRACE: init LOCAL: remote_per_commit = 03c03b798a4c27f43ff3f7067ead2c084e6fead1de37d38b677064d5d9495420b3, old_remote_per_commit = 03c03b798a4c27f43ff3f7067ead2c084e6fead1de37d38b677064d5d9495420b3 next_idx_local = 1 next_idx_remote = 1 revocations_received = 0 feerates 40000/40000 (range 20000-200000)
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_AWAITING_LOCKIN'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_AWAITING_LOCKIN'}]}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (No such file or directory)
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_AWAITING_LOCKIN'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_AWAITING_LOCKIN'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_AWAITING_LOCKIN'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_AWAITING_LOCKIN'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_AWAITING_LOCKIN
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:43 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:43 keypool reserve 476
DEBUG:bitcoind:2017-11-29 16:34:43 CreateNewBlock(): total size: 521 block weight: 1646 txs: 1 fees: 12580 sigops 401
DEBUG:bitcoind:2017-11-29 16:34:43 UpdateTip: new best=21c1016c8567f885c76f48f191e1a6dc89542fc1ae97238658e20bc136da57ee height=1066 version=0x20000000 log2_work=11.059344 tx=1188 date='2017-11-29 16:34:43' progress=1.000000 cache=0.2MiB(1180txo)
DEBUG:bitcoind:2017-11-29 16:34:43 AddToWallet b90e0179a5205b726483aa9c4eaef33783f15342aaf0c330d5094253ed8015db new
DEBUG:bitcoind:2017-11-29 16:34:43 keypool keep 476
DEBUG:proc:lightningd(17747): Adding block ee57da36c10be258862397aec12f5489dca6e191f1486fc785f867856c01c121
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got depth change 0->1 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Funding tx 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528 depth 1 of 1
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got depth change 0->1 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightning_channeld(21686): TRACE: Now dealing with deferred WIRE_CHANNEL_FUNDING_LOCKED
DEBUG:proc:lightning_channeld(21688): TRACE: peer_in WIRE_FUNDING_LOCKED
DEBUG:proc:lightning_channeld(21686): TRACE: funding_locked: sending commit index 1: 03a095a76178850ee1cfd71472cca45a0dd384ad19ad1d828276ecbd192709b5b1
DEBUG:proc:lightning_channeld(21688): UPDATE WIRE_CHANNEL_GOT_FUNDING_LOCKED
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_FUNDING_LOCKED
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got funding_locked
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block ee57da36c10be258862397aec12f5489dca6e191f1486fc785f867856c01c121
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got depth change 0->1 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Funding tx 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528 depth 1 of 1
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got depth change 0->1 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightning_channeld(21688): TRACE: Now dealing with deferred WIRE_CHANNEL_FUNDING_LOCKED
DEBUG:proc:lightning_channeld(21688): TRACE: funding_locked: sending commit index 1: 03216ae44e18aa2a2e6b80921e77a8c00943be7c610f8e15a954523aa32027f11e
DEBUG:proc:lightning_channeld(21688): UPDATE WIRE_CHANNEL_NORMAL_OPERATION
DEBUG:proc:lightning_channeld(21686): TRACE: peer_in WIRE_FUNDING_LOCKED
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: state: CHANNELD_AWAITING_LOCKIN -> CHANNELD_NORMAL
DEBUG:proc:lightning_channeld(21686): UPDATE WIRE_CHANNEL_GOT_FUNDING_LOCKED
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got funding_locked
DEBUG:proc:lightning_channeld(21686): UPDATE WIRE_CHANNEL_NORMAL_OPERATION
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: state: CHANNELD_AWAITING_LOCKIN -> CHANNELD_NORMAL
DEBUG:proc:lightning_channeld(21688): TRACE: peer_out WIRE_FUNDING_LOCKED
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 confirmed
{"method": "getblockchaininfo", "params": [], "id": 1, "version": "1.1"}
Waiting for 3 nodes to blockheight 1066
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getinfo with arguments ()
DEBUG:root:Calling getinfo with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getinfo call: {'result': {'address': [], 'blockheight': 1066, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16332, 'id': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'address': [], 'blockheight': 1066, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16332, 'id': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017'}
DEBUG:lightning-node(16333):Calling getinfo with arguments ()
DEBUG:root:Calling getinfo with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getinfo call: {'result': {'address': [], 'blockheight': 1066, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16333, 'id': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'address': [], 'blockheight': 1066, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16333, 'id': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165'}
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:47 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:47 keypool reserve 477
DEBUG:bitcoind:2017-11-29 16:34:47 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:47 UpdateTip: new best=3966f37a32796a1cddc0a0e4aee73b288d2ffc58db54ba58a53b92109a9d6252 height=1067 version=0x20000000 log2_work=11.060696 tx=1189 date='2017-11-29 16:34:47' progress=1.000000 cache=0.2MiB(1181txo)
DEBUG:bitcoind:2017-11-29 16:34:47 AddToWallet 0ed188aaf7ea0f63edcac98aee44166d34a092ce8a09e211f772d67b87469f1d new
DEBUG:bitcoind:2017-11-29 16:34:47 keypool keep 477
DEBUG:proc:lightningd(17747): Adding block 52629d9a10923ba558ba54db58fc2f8d283be7aee4a0c0dd1c6a79327af36639
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got depth change 1->2 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:2017-11-29 17:34:47.954 [INF] BMGR: Processed 3 blocks in the last 10.54s (4 transactions, height 1067, 2017-11-29 17:34:47 +0100 CET)
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 52629d9a10923ba558ba54db58fc2f8d283be7aee4a0c0dd1c6a79327af36639
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got depth change 1->2 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:34:48 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:48 keypool reserve 478
DEBUG:bitcoind:2017-11-29 16:34:48 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:48 UpdateTip: new best=2058b0432b0f28537162b62c15ac83978e44275fef94972d4aa53eafcaf82ac0 height=1068 version=0x20000000 log2_work=11.062046 tx=1190 date='2017-11-29 16:34:48' progress=1.000000 cache=0.2MiB(1182txo)
DEBUG:bitcoind:2017-11-29 16:34:48 AddToWallet b23b770af35ece91e305f9e17d3e27742b0ff49084402ccb9fe0d8632638fcd4 new
DEBUG:bitcoind:2017-11-29 16:34:48 keypool keep 478
DEBUG:proc:lightningd(17747): Adding block c02af8caaf3ea54a2d9794ef5f27448e9783ac152cb6627153280f2b43b05820
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got depth change 2->3 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block c02af8caaf3ea54a2d9794ef5f27448e9783ac152cb6627153280f2b43b05820
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got depth change 2->3 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:50 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:50 keypool reserve 479
DEBUG:bitcoind:2017-11-29 16:34:50 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:50 UpdateTip: new best=205c7db837b3e6fea224883b603610bd122f201dfdb63ee0a4f554121458bd34 height=1069 version=0x20000000 log2_work=11.063395 tx=1191 date='2017-11-29 16:34:50' progress=1.000000 cache=0.2MiB(1183txo)
DEBUG:bitcoind:2017-11-29 16:34:50 AddToWallet 4339701913beb26304184020ad330d83407162fc779beec39aab65f82ba8c1ef new
DEBUG:bitcoind:2017-11-29 16:34:50 keypool keep 479
DEBUG:proc:lightningd(17626): Adding block 34bd58141254f5a4e03eb6fd1d202f12bd1036603b8824a2fee6b337b87d5c20
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got depth change 3->4 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 34bd58141254f5a4e03eb6fd1d202f12bd1036603b8824a2fee6b337b87d5c20
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got depth change 3->4 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:34:51 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:51 keypool reserve 480
DEBUG:bitcoind:2017-11-29 16:34:51 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:51 UpdateTip: new best=5c2fbfd226bc949763e401805a6f82e1097325ca7e7e3ae29ae2764ee33a788e height=1070 version=0x20000000 log2_work=11.064743 tx=1192 date='2017-11-29 16:34:51' progress=1.000000 cache=0.2MiB(1184txo)
DEBUG:bitcoind:2017-11-29 16:34:51 AddToWallet 1071af3ecc8494c221bc0f67dbf6c4965ed8489178197188fe92d0a497846115 new
DEBUG:bitcoind:2017-11-29 16:34:51 keypool keep 480
DEBUG:proc:lightningd(17626): Adding block 8e783ae34e76e29ae23a7e7eca257309e1826f5a8001e4639794bc26d2bf2f5c
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got depth change 4->5 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 8e783ae34e76e29ae23a7e7eca257309e1826f5a8001e4639794bc26d2bf2f5c
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got depth change 4->5 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:52 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:52 keypool reserve 481
DEBUG:bitcoind:2017-11-29 16:34:52 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:52 UpdateTip: new best=5ff887a0c6b5414fad40305096444af376512485543b9843e4c293d3169f1091 height=1071 version=0x20000000 log2_work=11.066089 tx=1193 date='2017-11-29 16:34:52' progress=1.000000 cache=0.2MiB(1185txo)
DEBUG:bitcoind:2017-11-29 16:34:52 AddToWallet 45f62bd5b5bbff3b2596fe18c144417846b4327f6c8c5dc3eab0e234f6f8f870 new
DEBUG:bitcoind:2017-11-29 16:34:52 keypool keep 481
DEBUG:proc:lightningd(17626): Adding block 91109f16d393c2e443983b5485245176f34a4496503040ad4f41b5c6a087f85f
DEBUG:proc:lightningd(17626): peer 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165: Got depth change 5->6 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightning_channeld(21688): TRACE: Now dealing with deferred WIRE_CHANNEL_FUNDING_ANNOUNCE_DEPTH
DEBUG:proc:lightning_channeld(21688): TRACE: Exchanging announcement signatures.
DEBUG:proc:lightning_channeld(21688): TRACE: peer_out WIRE_ANNOUNCEMENT_SIGNATURES
DEBUG:proc:lightning_channeld(21686): TRACE: peer_in WIRE_ANNOUNCEMENT_SIGNATURES
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 91109f16d393c2e443983b5485245176f34a4496503040ad4f41b5c6a087f85f
DEBUG:proc:lightningd(17747): peer 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017: Got depth change 5->6 for 427f8e29e93dcc2d2a382dbcb75df7d9a6676747b8318e27b075d9b554dc7528
DEBUG:proc:lightning_channeld(21686): TRACE: Now dealing with deferred WIRE_CHANNEL_FUNDING_ANNOUNCE_DEPTH
DEBUG:proc:lightning_channeld(21686): TRACE: Exchanging announcement signatures.
DEBUG:proc:lightning_channeld(21688): TRACE: peer_in WIRE_ANNOUNCEMENT_SIGNATURES
DEBUG:proc:lightning_channeld(21688): UPDATE WIRE_CHANNEL_ANNOUNCE
DEBUG:proc:lightningd(17626): HSM TRACE: Control: type WIRE_HSMCTL_NODE_ANNOUNCEMENT_SIG_REQ len 146
DEBUG:proc:lightning_channeld(21686): UPDATE WIRE_CHANNEL_ANNOUNCE
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_FORWARDED_MSG len 436
DEBUG:proc:lightning_gossipd(17744): TRACE: Received channel_announcement for channel 1066:1:0
DEBUG:proc:lightning_gossipd(17744): TRACE: Creating new route from 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 to 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:proc:lightning_gossipd(17744): TRACE: Creating new route from 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 to 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_FORWARDED_MSG len 134
DEBUG:proc:lightning_gossipd(17744): TRACE: Received channel_update for channel 1066:1:0(1)
DEBUG:proc:lightning_gossipd(17744): TRACE: Channel 1066:1:0(1) was updated.
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_FORWARDED_MSG len 146
DEBUG:proc:lightning_gossipd(17744): TRACE: Received node_announcement for node 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:proc:lightningd(17747): HSM TRACE: Control: type WIRE_HSMCTL_NODE_ANNOUNCEMENT_SIG_REQ len 146
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_ANNOUNCEMENT_SIGNATURES
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_FORWARDED_MSG len 436
DEBUG:proc:lightning_gossipd(17863): TRACE: Received channel_announcement for channel 1066:1:0
DEBUG:proc:lightning_gossipd(17863): TRACE: Creating new route from 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 to 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:proc:lightning_gossipd(17863): TRACE: Creating new route from 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 to 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_FORWARDED_MSG len 134
DEBUG:proc:lightning_gossipd(17863): TRACE: Received channel_update for channel 1066:1:0(0)
DEBUG:proc:lightning_gossipd(17863): TRACE: Channel 1066:1:0(0) was updated.
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_FORWARDED_MSG len 146
DEBUG:proc:lightning_gossipd(17863): TRACE: Received node_announcement for node 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:53 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:53 keypool reserve 482
DEBUG:bitcoind:2017-11-29 16:34:53 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:53 UpdateTip: new best=320949f75b4f37e98641189338d1e04fd028d2dc0f8478317d2a2b7b39d5db0d height=1072 version=0x20000000 log2_work=11.067434 tx=1194 date='2017-11-29 16:34:53' progress=1.000000 cache=0.2MiB(1186txo)
DEBUG:bitcoind:2017-11-29 16:34:53 AddToWallet f3d9435f77a4741d04874dcf0116142d3e1d4fa7af211224ac519e7597b9359e new
DEBUG:bitcoind:2017-11-29 16:34:53 keypool keep 482
DEBUG:proc:lightningd(17626): Adding block 0ddbd5397b2b2a7d3178840fdcd228d04fe0d13893184186e9374f5bf7490932
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightning_channeld(21686): TRACE: peer_in WIRE_CHANNEL_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_CHANNEL_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21686): TRACE: peer_in WIRE_CHANNEL_UPDATE
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_CHANNEL_UPDATE
DEBUG:proc:lightning_channeld(21686): TRACE: peer_in WIRE_NODE_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_NODE_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21688): TRACE: peer_out WIRE_CHANNEL_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21688): TRACE: peer_out WIRE_CHANNEL_UPDATE
DEBUG:proc:lightning_channeld(21688): TRACE: peer_out WIRE_NODE_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21688): TRACE: peer_in WIRE_CHANNEL_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21688): TRACE: peer_in WIRE_CHANNEL_UPDATE
DEBUG:proc:lightning_channeld(21688): TRACE: peer_in WIRE_NODE_ANNOUNCEMENT
DEBUG:proc:lightning_gossipd(17744): TRACE: Received channel_announcement for channel 1066:1:0
DEBUG:proc:lightning_gossipd(17744): TRACE: Not forwarding channel_announcement
DEBUG:proc:lightning_gossipd(17863): TRACE: Received channel_announcement for channel 1066:1:0
DEBUG:proc:lightning_gossipd(17863): TRACE: Not forwarding channel_announcement
DEBUG:proc:lightning_gossipd(17863): TRACE: Received channel_update for channel 1066:1:0(1)
DEBUG:proc:lightning_gossipd(17863): TRACE: Channel 1066:1:0(1) was updated.
DEBUG:proc:lightning_gossipd(17863): TRACE: Received node_announcement for node 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:proc:lightning_gossipd(17744): TRACE: Received channel_update for channel 1066:1:0(0)
DEBUG:proc:lightning_gossipd(17744): TRACE: Channel 1066:1:0(0) was updated.
DEBUG:proc:lightning_gossipd(17744): TRACE: Received node_announcement for node 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 0ddbd5397b2b2a7d3178840fdcd228d04fe0d13893184186e9374f5bf7490932
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:proc:lightning_channeld(21688): TRACE: peer_out WIRE_CHANNEL_UPDATE
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_CHANNEL_UPDATE
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:proc:lightning_channeld(21688): TRACE: peer_out WIRE_NODE_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21686): TRACE: peer_out WIRE_NODE_ANNOUNCEMENT
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:proc:lightning_channeld(21688): TRACE: peer_in WIRE_CHANNEL_UPDATE
DEBUG:proc:lightning_channeld(21686): TRACE: peer_in WIRE_CHANNEL_UPDATE
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightning_channeld(21688): TRACE: peer_in WIRE_NODE_ANNOUNCEMENT
DEBUG:proc:lightning_channeld(21686): TRACE: peer_in WIRE_NODE_ANNOUNCEMENT
DEBUG:proc:lightning_gossipd(17744): TRACE: Received channel_update for channel 1066:1:0(1)
DEBUG:proc:lightning_gossipd(17863): TRACE: Received channel_update for channel 1066:1:0(0)
DEBUG:proc:lightning_gossipd(17744): TRACE: Ignoring outdated update.
DEBUG:proc:lightning_gossipd(17863): TRACE: Ignoring outdated update.
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17744): TRACE: Received node_announcement for node 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017
DEBUG:proc:lightning_gossipd(17863): TRACE: Received node_announcement for node 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightning_gossipd(17744): TRACE: Ignoring node announcement, it's outdated.
DEBUG:proc:lightning_gossipd(17863): TRACE: Ignoring node announcement, it's outdated.
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:34:54 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:54 keypool reserve 483
DEBUG:bitcoind:2017-11-29 16:34:54 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:54 UpdateTip: new best=0d55d799dc1201f1901d9f9f3735a70cb897464004c2de17365d86a54a18e52a height=1073 version=0x20000000 log2_work=11.068778 tx=1195 date='2017-11-29 16:34:54' progress=1.000000 cache=0.2MiB(1187txo)
DEBUG:bitcoind:2017-11-29 16:34:54 AddToWallet 3af10cacf30ac1d547ebd540117ff49a914d7d66c676608cb9d7ece3c8343c13 new
DEBUG:bitcoind:2017-11-29 16:34:54 keypool keep 483
DEBUG:proc:lightningd(17747): Adding block 2ae5184aa5865d3617dec204404697b80ca735379f9f1d90f10112dc99d7550d
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 2ae5184aa5865d3617dec204404697b80ca735379f9f1d90f10112dc99d7550d
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1066, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:34:55 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:55 keypool reserve 484
DEBUG:bitcoind:2017-11-29 16:34:55 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:55 UpdateTip: new best=33f47a671dafcaa21e788800e9a17e7d8da9c1ce8d0af562fab600f76ab96a63 height=1074 version=0x20000000 log2_work=11.070121 tx=1196 date='2017-11-29 16:34:55' progress=1.000000 cache=0.2MiB(1188txo)
DEBUG:bitcoind:2017-11-29 16:34:55 AddToWallet 3d4814db4e0bc3f9940604ffeed9959079e33482fcd34e5ea4db7e64b2b8ed9f new
DEBUG:bitcoind:2017-11-29 16:34:55 keypool keep 484
DEBUG:proc:lightningd(17747): Adding block 636ab96af700b6fa62f50a8dcec1a98d7d7ea1e90088781ea2caaf1d677af433
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 636ab96af700b6fa62f50a8dcec1a98d7d7ea1e90088781ea2caaf1d677af433
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:56 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:56 keypool reserve 485
DEBUG:bitcoind:2017-11-29 16:34:56 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:56 UpdateTip: new best=62b3fb973b8eb3d65870b684e39539eea4b02433337e80823a217853ac47c29c height=1075 version=0x20000000 log2_work=11.071462 tx=1197 date='2017-11-29 16:34:56' progress=1.000000 cache=0.2MiB(1189txo)
DEBUG:bitcoind:2017-11-29 16:34:56 AddToWallet 93806274881e5cd2dfc9be8b23f697816b76446e49fcff21a369d2ffab2e3c0e new
DEBUG:bitcoind:2017-11-29 16:34:56 keypool keep 485
DEBUG:proc:lightningd(17747): Adding block 9cc247ac5378213a82807e333324b0a4ee3995e384b67058d6b38e3b97fbb362
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 9cc247ac5378213a82807e333324b0a4ee3995e384b67058d6b38e3b97fbb362
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:58 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:58 keypool reserve 486
DEBUG:bitcoind:2017-11-29 16:34:58 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:58 UpdateTip: new best=34cf50f906c8d8a2e262c95e4012cd19650f6981cae0346cd0f62412defa3457 height=1076 version=0x20000000 log2_work=11.072803 tx=1198 date='2017-11-29 16:34:58' progress=1.000000 cache=0.2MiB(1190txo)
DEBUG:bitcoind:2017-11-29 16:34:58 AddToWallet 752fb3d34073f06af6144a61f52c226b89fb6d693a4c12bd4ec27a778e019b3d new
DEBUG:bitcoind:2017-11-29 16:34:58 keypool keep 486
DEBUG:proc:2017-11-29 17:34:58.140 [INF] BMGR: Processed 9 blocks in the last 10.18s (9 transactions, height 1076, 2017-11-29 17:34:58 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block 5734fade1224f6d06c34e0ca81690f6519cd12405ec962e2a2d8c806f950cf34
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 5734fade1224f6d06c34e0ca81690f6519cd12405ec962e2a2d8c806f950cf34
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:34:59 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:34:59 keypool reserve 487
DEBUG:bitcoind:2017-11-29 16:34:59 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:34:59 UpdateTip: new best=159f232e56d9d65ba4b5e4404f984e340a29ea3d10497beed82a8771d144c4f1 height=1077 version=0x20000000 log2_work=11.074141 tx=1199 date='2017-11-29 16:34:59' progress=1.000000 cache=0.2MiB(1191txo)
DEBUG:bitcoind:2017-11-29 16:34:59 AddToWallet 81fe907f8a2919091e77636a522dcb50f637140f27e4344b8824fb792eaa55d7 new
DEBUG:bitcoind:2017-11-29 16:34:59 keypool keep 487
DEBUG:proc:lightningd(17747): Adding block f1c444d171872ad8ee7b49103dea290a344e984f40e4b5a45bd6d9562e239f15
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block f1c444d171872ad8ee7b49103dea290a344e984f40e4b5a45bd6d9562e239f15
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:35:00 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:00 keypool reserve 488
DEBUG:bitcoind:2017-11-29 16:35:00 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:00 UpdateTip: new best=37f3b68ceeb1cf1c966e1d0a05dc4b0cfd74f34b80d08efe5173d7d041725529 height=1078 version=0x20000000 log2_work=11.075479 tx=1200 date='2017-11-29 16:35:00' progress=1.000000 cache=0.2MiB(1192txo)
DEBUG:bitcoind:2017-11-29 16:35:00 AddToWallet 5e49ee741097da9582c2fcbdf99cddac5b983e2ad8a0e98c6d32fa46024707a1 new
DEBUG:bitcoind:2017-11-29 16:35:00 keypool keep 488
DEBUG:proc:lightningd(17626): Adding block 29557241d0d77351fe8ed0804bf374fd0c4bdc050a1d6e961ccfb1ee8cb6f337
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 29557241d0d77351fe8ed0804bf374fd0c4bdc050a1d6e961ccfb1ee8cb6f337
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:01 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:01 keypool reserve 489
DEBUG:bitcoind:2017-11-29 16:35:01 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:01 UpdateTip: new best=7cfc5d0e14ef16408fd1bd6951986b3bceaa2a7d07c9f6e7c681a612b3c3ce29 height=1079 version=0x20000000 log2_work=11.076816 tx=1201 date='2017-11-29 16:35:01' progress=1.000000 cache=0.2MiB(1193txo)
DEBUG:bitcoind:2017-11-29 16:35:01 AddToWallet 34db817d7dd3af8f905bb10df2762a68bcb42cfc58e16e4f7298be2615c3bf41 new
DEBUG:bitcoind:2017-11-29 16:35:01 keypool keep 489
DEBUG:proc:lightningd(17626): Adding block 29cec3b312a681c6e7f6c9077d2aaace3b6b985169bdd18f4016ef140e5dfc7c
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 29cec3b312a681c6e7f6c9077d2aaace3b6b985169bdd18f4016ef140e5dfc7c
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:02 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:02 keypool reserve 490
DEBUG:bitcoind:2017-11-29 16:35:02 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:02 UpdateTip: new best=14362587fa5d950a9f372bcce38328297fec1aae5c1c411daf97c71d4e8e7883 height=1080 version=0x20000000 log2_work=11.078151 tx=1202 date='2017-11-29 16:35:02' progress=1.000000 cache=0.2MiB(1194txo)
DEBUG:bitcoind:2017-11-29 16:35:02 AddToWallet 8678d012cc17628b16effc3989c032319cce2454d6a923ca665cda8915720059 new
DEBUG:bitcoind:2017-11-29 16:35:02 keypool keep 490
DEBUG:proc:lightningd(17626): Adding block 83788e4e1dc797af1d411c5cae1aec7f292883e3cc2b379f0a955dfa87253614
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 83788e4e1dc797af1d411c5cae1aec7f292883e3cc2b379f0a955dfa87253614
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:03 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:03 keypool reserve 491
DEBUG:bitcoind:2017-11-29 16:35:03 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:03 UpdateTip: new best=2082cc61a67f439e5a085e90861a971339926642ee33fe6c703acf6d84256fe0 height=1081 version=0x20000000 log2_work=11.079485 tx=1203 date='2017-11-29 16:35:03' progress=1.000000 cache=0.2MiB(1195txo)
DEBUG:bitcoind:2017-11-29 16:35:03 AddToWallet 570cef389c819a4fa8d3f78b416d6f313d4e64cdf845be7e6539b2785ff94411 new
DEBUG:bitcoind:2017-11-29 16:35:03 keypool keep 491
DEBUG:proc:lightningd(17626): Adding block e06f25846dcf3a706cfe33ee4266923913971a86905e085a9e437fa661cc8220
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block e06f25846dcf3a706cfe33ee4266923913971a86905e085a9e437fa661cc8220
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:04 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:04 keypool reserve 492
DEBUG:bitcoind:2017-11-29 16:35:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:04 UpdateTip: new best=2008407dec36cb34ed1b2c6404781da44481e75c0793999817759fe9961b8aa4 height=1082 version=0x20000000 log2_work=11.080818 tx=1204 date='2017-11-29 16:35:04' progress=1.000000 cache=0.2MiB(1196txo)
DEBUG:bitcoind:2017-11-29 16:35:04 AddToWallet 1184712888ae79847c7e92a20d49535401c00bb05c8ecbb9c18ee2a31b15ff08 new
DEBUG:bitcoind:2017-11-29 16:35:04 keypool keep 492
DEBUG:proc:lightningd(17626): Adding block a48a1b96e99f7517989993075ce78144a41d7804642c1bed34cb36ec7d400820
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block a48a1b96e99f7517989993075ce78144a41d7804642c1bed34cb36ec7d400820
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1074, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:35:05 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:05 keypool reserve 493
DEBUG:bitcoind:2017-11-29 16:35:05 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:05 UpdateTip: new best=40dd7e764878d56999eaa3df424fc4e819c09288022769386f4b87285261bed5 height=1083 version=0x20000000 log2_work=11.082149 tx=1205 date='2017-11-29 16:35:05' progress=1.000000 cache=0.2MiB(1197txo)
DEBUG:bitcoind:2017-11-29 16:35:05 AddToWallet be0e7493720b8fe99b2598292b1dd06d4eaecff086fd94effb6d843314247b1f new
DEBUG:bitcoind:2017-11-29 16:35:05 keypool keep 493
DEBUG:proc:lightningd(17747): Adding block d5be615228874b6f386927028892c019e8c44f42dfa3ea9969d57848767edd40
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block d5be615228874b6f386927028892c019e8c44f42dfa3ea9969d57848767edd40
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1083, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1083, 'port': 16331}, 'id': 'scala-client'}
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1083, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:06 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:06 keypool reserve 494
DEBUG:bitcoind:2017-11-29 16:35:06 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:06 UpdateTip: new best=3b63880e9dea1899b415c130c8527b87ab250ab40aef283c7894d388b3789457 height=1084 version=0x20000000 log2_work=11.083479 tx=1206 date='2017-11-29 16:35:06' progress=1.000000 cache=0.2MiB(1198txo)
DEBUG:bitcoind:2017-11-29 16:35:06 AddToWallet ed657328099dd4c46e173551155712f4e9512c55bf16bb01f92114e1c97048be new
DEBUG:bitcoind:2017-11-29 16:35:06 keypool keep 494
DEBUG:proc:lightningd(17747): Adding block 579478b388d394783c28ef0ab40a25ab877b52c830c115b49918ea9d0e88633b
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 579478b388d394783c28ef0ab40a25ab877b52c830c115b49918ea9d0e88633b
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1083, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1083, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1083, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:08 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:08 keypool reserve 495
DEBUG:bitcoind:2017-11-29 16:35:08 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:08 UpdateTip: new best=77bcafc108afa6428585362e01e8b4fcb7c01294f1b13af8d68e0e3568be5e7c height=1085 version=0x20000000 log2_work=11.084808 tx=1207 date='2017-11-29 16:35:08' progress=1.000000 cache=0.2MiB(1199txo)
DEBUG:bitcoind:2017-11-29 16:35:08 AddToWallet a9e7e327161b7902e535165d6442881ebb6a29d02a89ab35411a57165882951b new
DEBUG:bitcoind:2017-11-29 16:35:08 keypool keep 495
DEBUG:proc:2017-11-29 17:35:08.234 [INF] BMGR: Processed 9 blocks in the last 10.09s (9 transactions, height 1085, 2017-11-29 17:35:08 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block 7c5ebe68350e8ed6f83ab1f19412c0b7fcb4e8012e36858542a6af08c1afbc77
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 7c5ebe68350e8ed6f83ab1f19412c0b7fcb4e8012e36858542a6af08c1afbc77
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1085, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1085, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1085, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:09 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:09 keypool reserve 496
DEBUG:bitcoind:2017-11-29 16:35:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:09 UpdateTip: new best=0f88dff7cfdbeeeb3378b2ccb5173a37f4fcce758fd2cc2f6e6599911978ea9b height=1086 version=0x20000000 log2_work=11.086136 tx=1208 date='2017-11-29 16:35:09' progress=1.000000 cache=0.2MiB(1200txo)
DEBUG:bitcoind:2017-11-29 16:35:09 AddToWallet c006839d16815af824227518d53d52a0d4d767c20b73ea46e928bd051193bda9 new
DEBUG:bitcoind:2017-11-29 16:35:09 keypool keep 496
DEBUG:proc:lightningd(17747): Adding block 9bea78199199656e2fccd28f75cefcf4373a17b5ccb27833ebeedbcff7df880f
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 9bea78199199656e2fccd28f75cefcf4373a17b5ccb27833ebeedbcff7df880f
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1086, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1086, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1086, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:35:10 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:10 keypool reserve 497
DEBUG:bitcoind:2017-11-29 16:35:10 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:10 UpdateTip: new best=709d9ddb535e71e2574614843087e7af1314b8b40297af147615331ab655f7dc height=1087 version=0x20000000 log2_work=11.087463 tx=1209 date='2017-11-29 16:35:10' progress=1.000000 cache=0.2MiB(1201txo)
DEBUG:bitcoind:2017-11-29 16:35:10 AddToWallet 34b9a75603b1129264202fc20e86251cd2ded91f2ccf9cbde8151f56ca51ec28 new
DEBUG:bitcoind:2017-11-29 16:35:10 keypool keep 497
DEBUG:proc:lightningd(17747): Adding block dcf755b61a33157614af9702b4b81413afe7873084144657e2715e53db9d9d70
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block dcf755b61a33157614af9702b4b81413afe7873084144657e2715e53db9d9d70
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1087, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1087, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1087, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:35:11 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:11 keypool reserve 498
DEBUG:bitcoind:2017-11-29 16:35:11 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:11 UpdateTip: new best=436c5499ed065742898b433a658ca0b8b229f9bb68de5745cd9e2d9c3b425f02 height=1088 version=0x20000000 log2_work=11.088788 tx=1210 date='2017-11-29 16:35:11' progress=1.000000 cache=0.2MiB(1202txo)
DEBUG:bitcoind:2017-11-29 16:35:11 AddToWallet 2ba2cb408043669441a24b74b6f6a7067e5dbdcf3b34b6ed139d1d8615eef202 new
DEBUG:bitcoind:2017-11-29 16:35:11 keypool keep 498
DEBUG:proc:lightningd(17626): Adding block 025f423b9c2d9ecd4557de68bbf929b2b8a08c653a438b89425706ed99546c43
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 025f423b9c2d9ecd4557de68bbf929b2b8a08c653a438b89425706ed99546c43
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1088, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1088, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1088, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:12 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:12 keypool reserve 499
DEBUG:bitcoind:2017-11-29 16:35:12 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:12 UpdateTip: new best=78237ab0b654151f3872ac2fdfd0e5d8c37d23c6b8a3627ddc473c05a1f81a43 height=1089 version=0x20000000 log2_work=11.090112 tx=1211 date='2017-11-29 16:35:12' progress=1.000000 cache=0.2MiB(1203txo)
DEBUG:bitcoind:2017-11-29 16:35:12 AddToWallet baecc59cfdeb0cd9c43aa2c59cb31f2e3791ce6c204669f1a73deaf757992075 new
DEBUG:bitcoind:2017-11-29 16:35:12 keypool keep 499
DEBUG:proc:lightningd(17626): Adding block 431af8a1053c47dc7d62a3b8c6237dc3d8e5d0df2fac72381f1554b6b07a2378
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 431af8a1053c47dc7d62a3b8c6237dc3d8e5d0df2fac72381f1554b6b07a2378
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1089, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1089, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1089, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:13 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:13 keypool reserve 500
DEBUG:bitcoind:2017-11-29 16:35:13 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:13 UpdateTip: new best=7e9a46260828f126da3674595ae8fe25bed2cbda950cae39968727e0da529f71 height=1090 version=0x20000000 log2_work=11.091435 tx=1212 date='2017-11-29 16:35:13' progress=1.000000 cache=0.2MiB(1204txo)
DEBUG:bitcoind:2017-11-29 16:35:13 AddToWallet d9c2029642c5dc17745ee260efd2d67258a39589f5c60bf72361db5d5e071d0e new
DEBUG:bitcoind:2017-11-29 16:35:13 keypool keep 500
DEBUG:proc:lightningd(17626): Adding block 719f52dae027879639ae0c95dacbd2be25fee85a597436da26f1280826469a7e
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 719f52dae027879639ae0c95dacbd2be25fee85a597436da26f1280826469a7e
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1090, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1090, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1090, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:14 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:14 keypool reserve 501
DEBUG:bitcoind:2017-11-29 16:35:14 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:14 UpdateTip: new best=48e53f1aa2b18a042d2f7835a3b7278a23fa4438107aff276fed2d3d98e29309 height=1091 version=0x20000000 log2_work=11.092757 tx=1213 date='2017-11-29 16:35:14' progress=1.000000 cache=0.2MiB(1205txo)
DEBUG:bitcoind:2017-11-29 16:35:14 AddToWallet 65dde2aff0bf8fd5573b8bf9e79b5481576906974193ebd178a3cdaedaf85ae9 new
DEBUG:bitcoind:2017-11-29 16:35:14 keypool keep 501
DEBUG:proc:lightningd(17626): Adding block 0993e2983d2ded6f27ff7a103844fa238a27b7a335782f2d048ab1a21a3fe548
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Adding block 0993e2983d2ded6f27ff7a103844fa238a27b7a335782f2d048ab1a21a3fe548
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1091, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1091, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1091, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:16 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:16 keypool reserve 502
DEBUG:bitcoind:2017-11-29 16:35:16 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:16 UpdateTip: new best=792d72125d4357e93ae179687d5f09ce7df31892a0d7bd68c97bcdc694030d95 height=1092 version=0x20000000 log2_work=11.094078 tx=1214 date='2017-11-29 16:35:16' progress=1.000000 cache=0.2MiB(1206txo)
DEBUG:bitcoind:2017-11-29 16:35:16 AddToWallet e1172d1e68fcd3a6c98319c9588ad8d5cf610a276c06d38c6b537609ce4e77dd new
DEBUG:bitcoind:2017-11-29 16:35:16 keypool keep 502
DEBUG:proc:lightningd(17747): Adding block 950d0394c6cd7bc968bdd7a09218f37dce095f7d6879e13ae957435d12722d79
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 950d0394c6cd7bc968bdd7a09218f37dce095f7d6879e13ae957435d12722d79
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:17 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:17 keypool reserve 503
DEBUG:bitcoind:2017-11-29 16:35:17 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:17 UpdateTip: new best=01df085007d3da1523ad9887a2e480cf3208f4524364961211028a135b355a64 height=1093 version=0x20000000 log2_work=11.095397 tx=1215 date='2017-11-29 16:35:17' progress=1.000000 cache=0.2MiB(1207txo)
DEBUG:bitcoind:2017-11-29 16:35:17 AddToWallet c7b6cf63be7fbb1caec9f6df50d62bb5b8392fc8306ca883e8477bb7ef1f787e new
DEBUG:bitcoind:2017-11-29 16:35:17 keypool keep 503
DEBUG:proc:lightningd(17747): Adding block 645a355b138a02111296644352f40832cf80e4a28798ad2315dad3075008df01
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 645a355b138a02111296644352f40832cf80e4a28798ad2315dad3075008df01
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:18 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:18 keypool reserve 504
DEBUG:bitcoind:2017-11-29 16:35:18 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:18 UpdateTip: new best=22d74d7e7635e469885ef98171b397969cbf8cd25f3b50e1134586a3755e9c6e height=1094 version=0x20000000 log2_work=11.096715 tx=1216 date='2017-11-29 16:35:18' progress=1.000000 cache=0.2MiB(1208txo)
DEBUG:bitcoind:2017-11-29 16:35:18 AddToWallet fd324e31f8880a150ff65225123c66b6f4a317747a939516c96160a9f2d2ef7b new
DEBUG:bitcoind:2017-11-29 16:35:18 keypool keep 504
DEBUG:proc:2017-11-29 17:35:18.320 [INF] BMGR: Processed 9 blocks in the last 10.08s (9 transactions, height 1094, 2017-11-29 17:35:18 +0100 CET)
DEBUG:proc:lightningd(17747): Adding block 6e9c5e75a3864513e1503b5fd28cbf9c9697b37181f95e8869e435767e4dd722
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 6e9c5e75a3864513e1503b5fd28cbf9c9697b37181f95e8869e435767e4dd722
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:19 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:19 keypool reserve 505
DEBUG:bitcoind:2017-11-29 16:35:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:19 UpdateTip: new best=07ea24444a9f5b7d18a7404a1192fa3cadbc976f3ff5edebe147798678b59c56 height=1095 version=0x20000000 log2_work=11.098032 tx=1217 date='2017-11-29 16:35:19' progress=1.000000 cache=0.2MiB(1209txo)
DEBUG:bitcoind:2017-11-29 16:35:19 AddToWallet 18192eb7eb041bf7c4e5bbd50f570e42e9e8d8c5faf3209e9c600434dd29c81e new
DEBUG:bitcoind:2017-11-29 16:35:19 keypool keep 505
DEBUG:proc:lightningd(17747): Adding block 569cb578867947e1ebedf53f6f97bcad3cfa92114a40a7187d5b9f4a4424ea07
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 569cb578867947e1ebedf53f6f97bcad3cfa92114a40a7187d5b9f4a4424ea07
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:35:20 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:35:20 keypool reserve 506
DEBUG:bitcoind:2017-11-29 16:35:20 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:35:20 UpdateTip: new best=0ba347a444a9123ec1e7469214d33f49f6a3185b0d4dbced8654ac35c34d1151 height=1096 version=0x20000000 log2_work=11.099348 tx=1218 date='2017-11-29 16:35:20' progress=1.000000 cache=0.2MiB(1210txo)
DEBUG:bitcoind:2017-11-29 16:35:20 AddToWallet b21eeba0ff0fc36d652b8bd2991f2555fce85616d3615e680ad8d3eb0bf6710c new
DEBUG:bitcoind:2017-11-29 16:35:20 keypool keep 506
DEBUG:proc:lightningd(17747): Adding block 51114dc335ac5486edbc4d0d5b18a3f6493fd3149246e7c13e12a944a447a30b
DEBUG:proc:lightningd(17747): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17747): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17747): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17747): Slow feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Adding block 51114dc335ac5486edbc4d0d5b18a3f6493fd3149246e7c13e12a944a447a30b
DEBUG:proc:lightningd(17626): Unable to estimate CONSERVATIVE/2 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/4 fee
DEBUG:proc:lightningd(17626): Unable to estimate ECONOMICAL/100 fee
DEBUG:proc:lightningd(17626): Immediate feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Normal feerate 0 (was 0)
DEBUG:proc:lightningd(17626): Slow feerate 0 (was 0)
DEBUG:root:Checking all channels between [(<eclair.EclairNode object at 0x7fb742f7c908>, <lightningd.LightningNode object at 0x7fb742f7cbe0>), (<lightningd.LightningNode object at 0x7fb742f7cbe0>, <lightningd.LightningNode object at 0x7fb742f7c438>)]
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
INFO:root:Calling channels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method channels returned {'result': [], 'id': 'scala-client'}
WARNING:eclair-node(16331):Channel 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 not found
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
INFO:root:Calling getinfo with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 287
DEBUG:root:Method getinfo returned {'result': {'chainHash': '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f', 'nodeId': '036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb', 'alias': 'eclair', 'blockHeight': 1092, 'port': 16331}, 'id': 'scala-client'}
WARNING:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 036e760d5be00fc2dfb5f0da0f3fc44530bda674fa226635d3b695eb0f16ff8cbb not found
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17626): Connected json input
DEBUG:proc:lightning_gossipd(17744): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(17744): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(17626):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(17626):jcon fd 14: Closing (Bad file descriptor)
DEBUG:lightning-node(16332):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['127.0.0.1:16333'], 'connected': True, 'channel': '1066:1:0', 'peerid': '0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165', 'owner': 'lightning_channeld', 'msatoshi_to_us': 10000000000, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:lightning-node(16332):Channel 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 -> 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 state: CHANNELD_NORMAL
DEBUG:lightning-node(16333):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(17747): Connected json input
DEBUG:proc:lightning_gossipd(17863): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightning_gossipd(17863): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:lightning-node(16333):Call returned {'peers': [{'msatoshi_total': 10000000000, 'netaddr': ['::ffff:127.0.0.1:54784'], 'connected': True, 'channel': '1066:1:0', 'peerid': '039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017', 'owner': 'lightning_channeld', 'msatoshi_to_us': 0, 'state': 'CHANNELD_NORMAL'}]}
DEBUG:proc:lightningd(17747):jcon fd 14: Success
DEBUG:lightning-node(16333):Channel 0398a52a1a172585f70b7e0538a6114c8ae91e0be93e6ae4e52b0b99ee94dac165 -> 039d76fb641c3f8f3d91c29227f96cbad8dd8e70ef607c852ce7e9b0cfb4a5c017 state: CHANNELD_NORMAL
--------------------------- Captured stdout teardown ---------------------------
INFO:root:LightningD stopped
INFO:root:LightningD stopped
--------------------------- Captured stderr teardown ---------------------------
lightning_channeld: Writing out status 32768 len 27: Broken pipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment