Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2017 21:46
Show Gist options
  • Save anonymous/fc904ea991c56b3a2814b77cb97b6de0 to your computer and use it in GitHub Desktop.
Save anonymous/fc904ea991c56b3a2814b77cb97b6de0 to your computer and use it in GitHub Desktop.
____________________ test_direct_payment[eclair_lightning] _____________________
bitcoind = <utils.BitcoinD object at 0x7fb768e47198>
node_factory = <test.NodeFactory object at 0x7fb75ca93ba8>
impls = (<class 'eclair.EclairNode'>, <class 'lightningd.LightningNode'>)
 @pytest.mark.parametrize("impls", product(impls, repeat=2), ids=idfn)
 def test_direct_payment(bitcoind, node_factory, impls):
 node1 = node_factory.get_node(implementation=impls[0])
 node2 = node_factory.get_node(implementation=impls[1])
 capacity = 10**7
 
 node1.connect('localhost', node2.daemon.port, node2.id())
 
 wait_for(lambda: node1.peers(), interval=1)
 wait_for(lambda: node2.peers(), interval=1)
 
 node1.addfunds(bitcoind, 2*capacity)
 time.sleep(5)
 bitcoind.rpc.generate(10)
 time.sleep(5)
 
 node1.openchannel(node2.id(), 'localhost', node2.daemon.port, capacity)
 
> generate_until(bitcoind, lambda: gossip_is_synced([node1, node2], 2), blocks=60, interval=1)
test.py:267:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
btc = <utils.BitcoinD object at 0x7fb768e47198>
success = <function test_direct_payment.<locals>.<lambda> at 0x7fb764075b70>
blocks = 60, interval = 1
 def generate_until(btc, success, blocks=30, interval=1):
 """Generate new blocks until `success` returns true.
 
 Mainly used to wait for transactions to confirm since they might
 be delayed and we don't want to add a long waiting time to all
 tests just because some are slow.
 """
 for i in range(blocks):
 time.sleep(interval)
 if success():
 return
 btc.rpc.generate(1)
 time.sleep(interval)
 if not success():
> raise ValueError("Generated %d blocks, but still no success", blocks)
E ValueError: ('Generated %d blocks, but still no success', 60)
test.py:136: ValueError
----------------------------- Captured stdout call -----------------------------
DEBUG:root:Starting '/usr/lib/jvm/java-8-openjdk-amd64/bin/java -Declair.datadir=/tmp/lightning-il5fkavy/test_direct_payment[eclair_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:19:58,730 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
DEBUG:eclair(16331):17:19:58,731 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
DEBUG:eclair(16331):17:19:58,731 |-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:19:58,743 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@4217591a - 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:19:58,781 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16331):17:19:58,783 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16331):17:19:58,793 |-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:19:58,811 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
DEBUG:eclair(16331):17:19:58,812 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
DEBUG:eclair(16331):17:19:58,813 |-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:19:58,814 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [/tmp/lightning-il5fkavy/test_direct_payment[eclair_lightning]/node-1//eclair.log]
DEBUG:eclair(16331):17:19:58,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel] to DEBUG
DEBUG:eclair(16331):17:19:58,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.channel.Register] to DEBUG
DEBUG:eclair(16331):17:19:58,816 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [fr.acinq.eclair.router] to INFO
DEBUG:eclair(16331):17:19:59,023 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
DEBUG:eclair(16331):17:19:59,023 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
DEBUG:eclair(16331):17:19:59,023 |-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:19:59,024 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
DEBUG:eclair(16331):17:19:59,025 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
DEBUG:eclair(16331):17:19:59,025 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
DEBUG:eclair(16331):17:19:59,025 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
DEBUG:eclair(16331):17:19:59,025 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@30b375b3 - Registering current configuration as safe fallback point
DEBUG:eclair(16331):2017-11-29 17:19:59,027 INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
DEBUG:eclair(16331):2017-11-29 17:19:59,040 INFO fr.acinq.eclair.Setup - hello!
DEBUG:eclair(16331):2017-11-29 17:19:59,041 INFO fr.acinq.eclair.Setup - version=0.2-SNAPSHOT commit=2d5d68bf3f57363075d04e23447b9c19924d9f8a
DEBUG:eclair(16331):2017-11-29 17:19:59,098 INFO org.bitcoin.Secp256k1Context - couldn't find secp256k1 library, defaulting to spongycastle
DEBUG:eclair(16331):2017-11-29 17:19:59,687 INFO fr.acinq.eclair.Setup - nodeid=0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7 alias=eclair
DEBUG:eclair(16331):2017-11-29 17:19:59,687 INFO fr.acinq.eclair.Setup - using chain=regtest chainHash=06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f
DEBUG:eclair(16331):2017-11-29 17:19:59,687 INFO fr.acinq.eclair.Setup - initializing secure random generator
DEBUG:eclair(16331):2017-11-29 17:20:01,505 INFO fr.acinq.eclair.Setup - initial feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:eclair(16331):2017-11-29 17:20:01,507 INFO fr.acinq.eclair.Setup - current feeratesPerByte=FeeratesPerByte(210,180,150,110,50,20)
DEBUG:bitcoind:2017-11-29 16:20:01 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:eclair(16331):2017-11-29 17:20:01,540 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - loading network announcements from db...
DEBUG:eclair(16331):2017-11-29 17:20:01,542 INFO fr.acinq.eclair.router.Router akka://default/user/$f/router - starting state machine
DEBUG:bitcoind:2017-11-29 16:20:01 keypool reserve 146
DEBUG:bitcoind:2017-11-29 16:20:01 keypool keep 146
DEBUG:eclair(16331):2017-11-29 17:20:01,555 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:20:01,568 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:20:01,616 INFO fr.acinq.eclair.Setup - initial wallet address=2N7gPN1Nktkr1kke9BLmC845X1zNh4KMcnC
DEBUG:eclair(16331):2017-11-29 17:20:02,625 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: 19861)
DEBUG:root:Starting 'bin/lightningd --bitcoin-datadir=/tmp/lightning-il5fkavy/bitcoind --lightning-dir=/tmp/lightning-il5fkavy/test_direct_payment[eclair_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(20283): Trying to guess public addresses...
DEBUG:proc:lightningd(20283): Address 192.168.0.3:16332 is not routable
DEBUG:proc:lightningd(20283): Failed to connect 10 socket: Network is unreachable
DEBUG:proc:lightningd(20283): testing /home/cdecker/dev/lightning-integration/bin/lightningd
DEBUG:proc:lightningd(20283): testing /home/cdecker/dev/lightning-integration/bin/lightning_channeld
DEBUG:proc:lightningd(20283): testing /home/cdecker/dev/lightning-integration/bin/lightning_closingd
DEBUG:proc:lightningd(20283): testing /home/cdecker/dev/lightning-integration/bin/lightning_gossipd
DEBUG:proc:lightningd(20283): testing /home/cdecker/dev/lightning-integration/bin/lightning_hsmd
DEBUG:proc:lightningd(20283): testing /home/cdecker/dev/lightning-integration/bin/lightning_onchaind
DEBUG:proc:lightningd(20283): testing /home/cdecker/dev/lightning-integration/bin/lightning_openingd
DEBUG:proc:lightningd(20283): HSM TRACE: Control: type WIRE_HSMCTL_INIT len 3
DEBUG:proc:lightningd(20283): Adding block 8ee69d4649ec97ec039e8813a9d62f71051da74d4f01d8fe48b088c0cb811718
DEBUG:proc:lightningd(20283): Adding block 7ee53887c9b6228688faaee5522b682250cee34c4596c63fac83d3e120c70162
DEBUG:proc:lightningd(20283): Adding block fc3f8c2bd8c89193c291971b93e26f399e1ed738952e9cbf38d4c2f2814ca907
DEBUG:proc:lightningd(20283): Adding block de584656276709b099d04206c77020d8d1805f15ef9ec0388983d90ef129607d
DEBUG:proc:lightningd(20283): Adding block 52a55ac1748ad8ed7af17f927d6a0b7baaa4a5fab1740bf44e0e4c94e71ebb3e
DEBUG:proc:lightningd(20283): Adding block 2e6665b25e022ae25de53827d959113d1fead791a898ae918a9fa87ca92d7919
DEBUG:proc:lightningd(20283): Adding block 3ae2e1db175333111f3fba88c04c99fd8c573622862d207458077d1b72117771
DEBUG:proc:lightningd(20283): Adding block eae8ffd8fba6e4560d7bd8a11b71c904eb7b9b3c39e7ce9518b8115c096f4875
DEBUG:proc:lightningd(20283): Adding block e1b364757d04e4cb90d51db0423f3b3975f7c8f662c3802c386fca36338a8170
DEBUG:proc:lightningd(20283): Adding block f7b6e5dfe3d5e81509190f432588c63a925b0d1eabe1fbf9f6ff6c9069e19f1a
DEBUG:proc:lightningd(20283): Adding block da9256e328ffe009c5cc90a627c7e948538aa09119663852f25d7359bdd5e973
DEBUG:proc:lightningd(20283): Adding block 94ae1b8859fc9822d75bd4c4c913a930a993257294628b9640e396d8a30de967
DEBUG:proc:lightningd(20283): Adding block 722ff2160a859e21c3839457e29c44fdf6ff121e873edef5b26211193f0a8f2f
DEBUG:proc:lightningd(20283): Adding block 12593aeed76c7168caad9f86b49c38b94445f10bc2a6841c647be9efd13f8b45
DEBUG:proc:lightningd(20283): Adding block c909a0586235964de42f5c049947de418f1a3e41a147dbffdc5a133a64b5613d
DEBUG:proc:lightningd(20283): Adding block 2fea196de7581a04310798d5d740bc3308a99995c96a9bedeace63528aec0802
DEBUG:proc:lightningd(20283): Adding block eaa2bfba297315aebbc538d0847426465b20874fb6928298c9b8f15a8f98b749
DEBUG:proc:lightningd(20283): Adding block 09965f18fe99f24234f597aad5d40cf02c48de7d2aacba388e3799d1e380b01f
DEBUG:proc:lightningd(20283): Adding block 49750399048e76e480494ca789f24cbbc5bba48cfa4393b93005b27a31ca5861
DEBUG:proc:lightningd(20283): Adding block 4f65c1f9aa827a586fc09d5c614e6788062e1504f1e15d8f593d1fa3b86ad356
DEBUG:proc:lightningd(20283): Adding block 35393614b2205ed6914dbc55381c9b7361c989c7eff7eb08381b651c988f2133
DEBUG:proc:lightningd(20283): Adding block b2f3bc96ed93f2eeea19e9215cbf36143230effb8fe9599b45382c8e8d482417
DEBUG:proc:lightningd(20283): Adding block ed8b5f97233f7e3bb7e9c2a433794c1fe751fd5bf388f66dc32bd4bce67a876e
DEBUG:proc:lightningd(20283): Adding block adf07d44edd9d32b3f7cfbdf21b27ca413432708d2c5210fb028bf041a66a855
DEBUG:proc:lightningd(20283): Adding block 4b9f832b9f0659b063e01f63e863728549f5c0303bc9d255237559680c556f52
DEBUG:proc:lightningd(20283): Adding block 8411df97294edf7df4ab3b96c14e98a3c764f9044d508a06882811dd529c162c
DEBUG:proc:lightningd(20283): Adding block a9e5cc4f96394364fd42631b36c425f54f865d7e6c8fdf6a5f2c0f75c71e667d
DEBUG:proc:lightningd(20283): Adding block 271b058c7c8043ffb7ae7a869ff4778469e954896396f882577360a7e57e2440
DEBUG:proc:lightningd(20283): Adding block 1bccc0a4a82a93155d6042198b64b04b549c40773eb0bda60f8ab8647fc65503
DEBUG:proc:lightningd(20283): Adding block 2bd560cd82769325d2a03a8130a155c0437b74520b861c6a2681ffbece80707f
DEBUG:proc:lightningd(20283): Adding block cccc0a6f83daf042ecd4beec94ecbece87b2410c44d2274b0af4795cfb08be0b
DEBUG:proc:lightningd(20283): Adding block 95aa6f5948426704c1f10838b2a0bd927fb562488a65b14531cc2ad508a5e67d
DEBUG:proc:lightningd(20283): Adding block e6f2ec60fddf0e425f75351ac0a2e373a24efc42d577e49f9423943baa5f0a54
DEBUG:proc:lightningd(20283): Adding block e55e0bb384c809d15fc930146291b4ae6c68005e93772be161f140cf3ad0b378
DEBUG:proc:lightningd(20283): Adding block 33b8e2bea67e6ca77170c5bd8353a6ca4f71ffd69b79788d6dd75dd117ffd705
DEBUG:proc:lightningd(20283): Adding block c0e5f9dd1c6874de6ebae66faf6805a703948e8aec9334051b89119b653e0625
DEBUG:proc:lightningd(20283): Adding block 906bba19bc697689173d689469d5b49e4a3e9413b248f30b54fc653f58e6325f
DEBUG:proc:lightningd(20283): Adding block d9c0beb6c1eab79ab14c57ede059de26a5b0ab63c9c82d6a2c759cb56ec13850
DEBUG:proc:lightningd(20283): Adding block bdae701b7d34f2f5b7402169a12f25333f8b5f0d100da5681414dce740c8d707
DEBUG:proc:lightningd(20283): Adding block e6214cffd03bc7f704a08b5be78bb7c3ce98ff26bfab6be969e505484e6add1d
DEBUG:proc:lightningd(20283): Adding block 53fc995d5266a2d45d22bb27b3883c325ca68913ff22a9f0b7e1ac4715397e63
DEBUG:proc:lightningd(20283): Adding block 689568baf173eb766e5564ab300459f67d506e4659cf3409e184dfadc7853656
DEBUG:proc:lightningd(20283): Adding block f98f82e00260c73ad614dcdb93826dbd55225669febd2d3203af56db724dc06a
DEBUG:proc:lightningd(20283): Adding block 95c63e7fb1212817fa4de8bfe84d41bd56439997ca7c324a3e3dcdd95aec0368
DEBUG:proc:lightningd(20283): Adding block 7c5006042bf0ef76cd3003abc597246b09ac614f35e3e70459b7fe432bc7b732
DEBUG:proc:lightningd(20283): Adding block 4f6f4db031f754682dad4239ad38477f7c57116fa38e0def50d00efe55a4b92a
DEBUG:proc:lightningd(20283): Adding block 905c8bc24c81397102383602fa77cda0c6eb1c2a2d5df4e05cece8b35454bd6d
DEBUG:proc:lightningd(20283): Adding block 8c8be28e1ccf7c66b367c528d607a968142aa333b16b9eceaaa4cc4b942f002b
DEBUG:proc:lightningd(20283): Adding block e6ec6ef6477483a9b82bb3e60cc6c64831e7a4ec4d91f20b40fc1b4def465f70
DEBUG:proc:lightningd(20283): Adding block e295b351792db436449ae6bb08379a214b2ffa476a79e4591ce988eeacb2084a
DEBUG:proc:lightningd(20283): Adding block 8e9593d558a96425736d3949e0fa6e069a3e09e50d9f2b3ee4ee4dee96238a54
DEBUG:proc:lightningd(20283): Adding block e8528c03257c11762037fa1d26ef32af3484e255550b49133c62c4c7c2974c69
DEBUG:proc:lightningd(20283): Adding block 5c1f8f9522d040d66147eb73c11a283f5f15b295975da9fbfaa409ab7dd1a00a
DEBUG:proc:lightningd(20283): Adding block 95f2258474743894336a6aa3d3b6526f0c726f75e475bf5178354efd22e5b453
DEBUG:proc:lightningd(20283): Adding block 262434abd978785f3585dbdbc927753417e47682f47c6e4d291a0095342a4b6a
DEBUG:proc:lightningd(20283): Adding block d7c7091ea8709bc25fd83db18096ae40c508c803fc8c196f4b6c989d3d93e773
DEBUG:proc:lightningd(20283): Adding block 074db44cad91e4739351c23b2b9dd3506afccd0461705371615e0182d82d330d
DEBUG:proc:lightningd(20283): Adding block b06e349eb275c7887696a5085e334fe3f8fd678ff74f21e611f506f4fb2f3237
DEBUG:proc:lightningd(20283): Adding block 37e25b2fae9ec7b977b74f61b00f263196408b295409a2f4737527e39ab3932b
DEBUG:proc:lightningd(20283): Adding block d66d661ada86cb62cc4230e0f7c31d47e604ecb36c28f7c8ac43c606148a7101
DEBUG:proc:lightningd(20283): Adding block 9e2ddbcc3607d5f864c11a63cec2a63e18d6d33a63de91195cfa614db289c153
DEBUG:proc:lightningd(20283): Adding block 18379cd55a57cb8edadb7a0eb4608c2c0bf4d90801aaac81ad3ac8b4918e0179
DEBUG:proc:lightningd(20283): Adding block 4bc259bca7621b75782bffd99a373b46f54e844d0907174586538cb358895837
DEBUG:proc:lightningd(20283): Adding block d957fabd5e6eea2386bd43d2aa27265b5fd70085cf3cf96c8c9687c92c745305
DEBUG:proc:lightningd(20283): Adding block 9f65875a06f504142250ca1ca759a027f2e319530a21e7d81fb325c10e597223
DEBUG:proc:lightningd(20283): Adding block 5bea98b3f7eb1e1b3ecf89e1327a031e8d0a132e5cdc9d1e85502bb3c8101f4c
DEBUG:proc:lightningd(20283): Adding block 2efc60a9a5a883a4b47bd3c191f602c8fe065e12d1f8be3c199ca3fdccb42050
DEBUG:proc:lightningd(20283): Adding block ce9e2353a6ca9fbb42f1391736d5e9db27385cea84b542d477bba474f759a74a
DEBUG:proc:lightningd(20283): Adding block 5955b8e6f272bbee157fb7093325c515ec06422f138c4557a176a4e0f94e783b
DEBUG:proc:lightningd(20283): Adding block 53ae221b9c6fa1bf53acc9688034466ac2cd451d1ca07c7eefd768f51fec887e
DEBUG:proc:lightningd(20283): Adding block 4b285cfb6f4b0ac026b8942417860021ce231f4fcd0d7228b5a560e6c79aa60b
DEBUG:proc:lightningd(20283): Adding block 02ef23cc2af9ca2a4a3151d2f5b68b6c7784ae1528b5838fa8b56afc00320e66
DEBUG:proc:lightningd(20283): Adding block 01722784955636b278cf1bc2d0800abb826d8e8baa73afc5dbc7bff6f3ee3469
DEBUG:proc:lightningd(20283): Adding block 0680f68a74acae58f35c83a5cbabf41a67bd5a5db1affdf4ed1f81be69cc8643
DEBUG:proc:lightningd(20283): Adding block 6c8133555e2c209384e71c16aeb5b64461821f057b0a522d45f3452b9cd3eb75
DEBUG:proc:lightningd(20283): Adding block 6cf1da14c1ed4e5e1fb8dc0485014175e53fd7ad7276b210964d1893aea20e12
DEBUG:proc:lightningd(20283): Adding block 809989dfd4bd5463bb8bafae85fce1473016c46a95d0744423b7d013f9b9556d
DEBUG:proc:lightningd(20283): Adding block 75391dcf4dec0325823a241bd78d94f7c7090e4693de5adc35672e36cc4b9b3b
DEBUG:proc:lightningd(20283): Adding block e196cd6248010f31e1d81fca91a7a2d6d8ba48736c4939261774cddc45f3e40e
DEBUG:proc:lightningd(20283): Adding block 6cf1e296b61844986a1ec33a4e7cd9b17765dbd9c9b22297275a2844563cab25
DEBUG:proc:lightningd(20283): Adding block 146a2fb7b6981d9884856f03e20af90e78fa81aa5135caafbfd0eb19abab4074
DEBUG:proc:lightningd(20283): Adding block 83834c44674aa84de76c581fcbef241f88440b2772763c787c1f7a4579d8e30d
DEBUG:proc:lightningd(20283): Adding block 6ed2367368054bdac81dc1c6d4ce792f9c31de864e76d5ac29406ab88d4dbe52
DEBUG:proc:lightningd(20283): Adding block b486add62e73e0f8f6d543a5c1d339ad814b9b0da0c50b09783636e22b3f1d3a
DEBUG:proc:lightningd(20283): Adding block 143cd4624bbb6371e5be21338d94d87cb6babaec0062c9d83a25bb8e86fd050b
DEBUG:proc:lightningd(20283): Adding block 8892ae5f25fac055b5dce4bcda6703e9803074f1ebc8ba481015eec9c587e477
DEBUG:proc:lightningd(20283): Adding block 164d0afd7ffaded1dc5be63e39396fdb9563f325f00b5e257345521b6823a84d
DEBUG:proc:lightningd(20283): Adding block 60d9ac8be567b5512349c46035a1ea278576656963c3878ada65022dffb62704
DEBUG:proc:lightningd(20283): Adding block b42f667284be49a164715b1234e36736d07f020052ca24f32a9b5b00f177ec3f
DEBUG:proc:lightningd(20283): Adding block cf37837c78d2fa5c09ff6be9374f66c5ba7a39d4a6585ed5ac7d90d7fabc1658
DEBUG:proc:lightningd(20283): Adding block dcade515df45dbfd08f57e3e4842fd69a21134aeba391dd7b21df3b44c95ff25
DEBUG:proc:lightningd(20283): Adding block d0604b42a2434e8122608d13607a225f760ebe6a5825079f62d910e63b7e7565
DEBUG:proc:lightningd(20283): Adding block d34dbcd28011e071b29d740f4d3bb17dcf21a9f4b26f87076a018470403cc93b
DEBUG:proc:lightningd(20283): Adding block 0e5cdaec2ed8e3291e9df91a7572544df6943ae2f9977aa7078aa6a261c4482d
DEBUG:proc:lightningd(20283): Adding block a4f6195ac6cf4f52303291c22fd1b61ae6ec06eb03d5fa836baa0ec5c4e3000f
DEBUG:proc:lightningd(20283): Adding block 5f850456c934c14625610769d118e1fa38e3e26cf1f69ef7b8a87dd85e170e0d
DEBUG:proc:lightningd(20283): Adding block bafc1c88f4c3cfc6be403084f5ed58ffc71010817066dbfb74f7ffe8802ff302
DEBUG:proc:lightningd(20283): Adding block a8c2023522f3b214d1e346540aeda8ea71f4ae598603ba6a06d93b69f65a4427
DEBUG:proc:lightningd(20283): Adding block 9f99a4c9427fd3084b3cb6caa0772dd090d6271d367d7df9561aca236422cb65
DEBUG:proc:lightningd(20283): Adding block 72dcf4e74a48097079cdce9f0a3dfee26bac4d50bc8b4d46028fbad2ad1c013a
DEBUG:proc:lightningd(20283): Adding block 42f573866380767ddb1d33c9088fefcb46ee14b5d38a4594f0507592e6580278
DEBUG:proc:lightningd(20283): Loaded 0 invoices from DB
DEBUG:proc:lightningd(20283): HSM TRACE: Control: type WIRE_HSMCTL_HSMFD_ECDH len 2
DEBUG:proc:lightning_gossipd(20401): pid 20401, msgfd 15
DEBUG:proc:lightningd(20283): Loaded 0 channels from DB
DEBUG:proc:lightningd(20283): Listening on 'lightning-rpc'
DEBUG:proc:lightningd(20283): Hello world from 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb aka WRONGBAGEL #033a3d (version v0.5.2-2016-11-21-1199-gcfde208)!
DEBUG:proc:lightning_gossipd(20401): TRACE: req: type WIRE_GOSSIPCTL_INIT len 78
DEBUG:proc:lightning_gossipd(20401): TRACE: Creating IPv6 listener on port 16332
DEBUG:proc:lightning_gossipd(20401): 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(20283): Connected json input
DEBUG:proc:lightningd(20283):jcon fd 14: Success
DEBUG:root:Received response for getinfo call: {'result': {'address': [], 'blockheight': 651, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16332, 'id': '033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb'}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:proc:lightningd(20283): Immediate feerate 5020 (was 0)
DEBUG:lightning-node(16332):Call returned {'address': [], 'blockheight': 651, 'version': 'v0.5.2-2016-11-21-1199-gcfde208', 'port': 16332, 'id': '033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb'}
DEBUG:proc:lightningd(20283): Normal feerate 5020 (was 0)
INFO:root:Calling connect with params=['033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb', 'localhost', 16332]
DEBUG:proc:lightningd(20283): Slow feerate 5020 (was 0)
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost
DEBUG:proc:lightningd(20283):jcon fd 14: Closing (Bad file descriptor)
DEBUG:eclair(16331):2017-11-29 17:20:03,225 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - connecting to 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb @ localhost/127.0.0.1:16332 on behalf of Actor[akka://default/temp/$a]
DEBUG:proc:lightning_gossipd(20401): TRACE: Responder: Act 1
DEBUG:eclair(16331):2017-11-29 17:20:03,233 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$a - connected to localhost/127.0.0.1:16332
DEBUG:proc:lightning_gossipd(20401): TRACE: Responder: Act 2
DEBUG:proc:lightning_gossipd(20401): TRACE: Responder: Act 3
DEBUG:eclair(16331):2017-11-29 17:20:03,304 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$a - handshake completed with 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb
DEBUG:eclair(16331):2017-11-29 17:20:03,307 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - registering as a listener to Actor[akka://default/user/$g/switchboard/$a/$a#-930794285]
DEBUG:proc:lightning_gossipd(20401): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(20401): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(20401): TRACE: Forgetting remote peer 0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7
DEBUG:proc:lightning_gossipd(20401): TRACE: req: type WIRE_GOSSIPCTL_HANDLE_PEER len 205
DEBUG:proc:lightning_gossipd(20401): TRACE: handle_peer 0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7: new peer
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 53
DEBUG:root:Method connect returned {'result': 'connected', 'id': 'scala-client'}
INFO:root:Calling peers with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 114
DEBUG:root:Method peers returned {'result': ['033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb'], 'id': 'scala-client'}
DEBUG:lightning-node(16332):Calling getpeers with arguments ()
DEBUG:root:Calling getpeers with arguments ()
DEBUG:proc:lightningd(20283): Connected json input
DEBUG:proc:lightning_gossipd(20401): TRACE: req: type WIRE_GOSSIP_GETPEERS_REQUEST len 2
DEBUG:proc:lightning_gossipd(20401): REPLY WIRE_GOSSIP_GETPEERS_REPLY with 0 fds
DEBUG:proc:lightningd(20283):jcon fd 14: Success
DEBUG:root:Received response for getpeers call: {'result': {'peers': [{'peerid': '0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7', 'owner': 'lightning_gossipd', 'netaddr': ['::ffff:127.0.0.1:39580'], 'connected': True, 'state': 'GOSSIPING'}]}, 'jsonrpc': '2.0', 'id': 0}
DEBUG:lightning-node(16332):Call returned {'peers': [{'peerid': '0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7', 'owner': 'lightning_gossipd', 'netaddr': ['::ffff:127.0.0.1:39580'], 'connected': True, 'state': 'GOSSIPING'}]}
{"method": "sendtoaddress", "params": ["2N7gPN1Nktkr1kke9BLmC845X1zNh4KMcnC", 0.2], "id": 1, "version": "1.1"}
DEBUG:proc:lightningd(20283):jcon fd 14: Closing (Bad file descriptor)
DEBUG:bitcoind:2017-11-29 16:20:03 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:eclair(16331):2017-11-29 17:20:03,410 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb has features: initialRoutingSync=true
DEBUG:bitcoind:2017-11-29 16:20:03 keypool reserve 1047
DEBUG:bitcoind:2017-11-29 16:20:03 Fee Calculation: Fee:4498 Bytes:224 Needed:4498 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99520: Estimation: (19613.1 - 1e+99) 100.00% 38.6/(38.6 0 mem 0.0 out) Fail: (0 - 19613.1) -nan% 0.0/(0.0 0 mem 0.0 out)
DEBUG:bitcoind:2017-11-29 16:20:03 CommitTransaction:
DEBUG:bitcoind:CTransaction(hash=bf4a567309, ver=2, vin.size=1, vout.size=2, nLockTime=651)
DEBUG:bitcoind: CTxIn(COutPoint(64b2f71eb0, 0), scriptSig=47304402203ed5eea0d4812e, nSequence=4294967294)
DEBUG:bitcoind: CScriptWitness()
DEBUG:bitcoind: CTxOut(nValue=3.84946799, scriptPubKey=76a914bfa5d2e459684aee031785f3)
DEBUG:bitcoind: CTxOut(nValue=0.20000000, scriptPubKey=a9149e53fc490d73fd46cf83208b5c)
DEBUG:bitcoind:2017-11-29 16:20:03 keypool keep 1047
DEBUG:bitcoind:2017-11-29 16:20:03 AddToWallet bf4a567309609a225f0e95f6ac9faa44bd54e2ecccf15c9b334de2547261d29b new
DEBUG:bitcoind:2017-11-29 16:20:03 AddToWallet bf4a567309609a225f0e95f6ac9faa44bd54e2ecccf15c9b334de2547261d29b
DEBUG:bitcoind:2017-11-29 16:20:03 Relaying wtx bf4a567309609a225f0e95f6ac9faa44bd54e2ecccf15c9b334de2547261d29b
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:04 keypool added 1 keys (1 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:04 keypool reserve 147
DEBUG:bitcoind:2017-11-29 16:20:04 CreateNewBlock(): total size: 486 block weight: 1836 txs: 1 fees: 4498 sigops 404
DEBUG:bitcoind:2017-11-29 16:20:04 UpdateTip: new best=30cc65ad6a3353aae01a486fd6bd606a9a3222731fb0325f8c7347d1cf226f7d height=652 version=0x20000000 log2_work=10.350939 tx=746 date='2017-11-29 16:20:04' progress=1.000000 cache=0.1MiB(746txo)
DEBUG:bitcoind:2017-11-29 16:20:04 AddToWallet fb4b72e164354e9169ebeac05238c81ef04676f963b7e724b820da51e79a653c new
DEBUG:bitcoind:2017-11-29 16:20:04 AddToWallet bf4a567309609a225f0e95f6ac9faa44bd54e2ecccf15c9b334de2547261d29b update
DEBUG:bitcoind:2017-11-29 16:20:04 keypool keep 147
DEBUG:proc:2017-11-29 17:20:04.585 [INF] BMGR: Processed 4 blocks in the last 15.42s (5 transactions, height 652, 2017-11-29 17:20:04 +0100 CET)
DEBUG:proc:lightningd(20283): Adding block 7d6f22cfd147738c5f32b01f7322329a6a60bdd66f481ae0aa53336aad65cc30
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5020)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5020)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5020)
{"method": "generate", "params": [10], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:09 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:09 keypool reserve 148
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=5fc3d0b8ef94a47f50e32a1badb5cdae062a9708d952102876d8be50b656f479 height=653 version=0x20000000 log2_work=10.353147 tx=747 date='2017-11-29 16:20:09' progress=1.000000 cache=0.1MiB(747txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet 87e4ebc49e08f7d327bd45232345bd609e90bffe784fa7a8351f7b68be1b60dd new
DEBUG:bitcoind:2017-11-29 16:20:09 keypool keep 148
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=4fdacda4fa5af3cc00b8d86282d9c34276f56285c3e534e08cbfead883d47480 height=654 version=0x20000000 log2_work=10.355351 tx=748 date='2017-11-29 16:20:09' progress=1.000000 cache=0.1MiB(748txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet a1a1f65960b98e815ace515296eb4b3a075a0a23d231f1a96af168a0c3a4d2fe new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=467070e3f6c7a0e132446d720efaa6eac9b9760c23fa0acfa4c1c89996621a07 height=655 version=0x20000000 log2_work=10.357552 tx=749 date='2017-11-29 16:20:09' progress=1.000000 cache=0.1MiB(749txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet c21678f650818a71a080d5297c763fed8c6a6f71e3dd2497d71192bc612f4db8 new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=20628a62bed8bfab4eca48dd115649ec2030e80dab7089b3c14231caa44548ee height=656 version=0x20000000 log2_work=10.35975 tx=750 date='2017-11-29 16:20:09' progress=1.000000 cache=0.1MiB(750txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet 3d49879b41b5fb6bfd35baf07dd06c628d938047856d37d09e5059822052d7a2 new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=37dd3d1af0e39da2c1eda11011343958e01b9d5860541328200cb4e19f98006c height=657 version=0x20000000 log2_work=10.361944 tx=751 date='2017-11-29 16:20:09' progress=1.000000 cache=0.1MiB(751txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet 176d3210def5fd182f7078bf442e1b8fdd51511241a1ba295b8da67652d9bdd7 new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=19e1b5177e8402892cb71727600ec23392533d7afea21aae9a89931e1cd04072 height=658 version=0x20000000 log2_work=10.364135 tx=752 date='2017-11-29 16:20:09' progress=1.000000 cache=0.1MiB(752txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet 898fffadfa36d2cff7703074c018f801ed179a68b6bed33c8a15d01a21f799d7 new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=0855622bb219669e7489b579640d54edfd7c96a8be779d18ca1872ec98217046 height=659 version=0x20000000 log2_work=10.366322 tx=753 date='2017-11-29 16:20:10' progress=1.000000 cache=0.1MiB(753txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet 7415b1e73548cf1d829711076414ac0071302d07dc505eaae8a934c1537ab672 new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=5bb5c7fd3c440cf0d352667658ef5bfc70102abb02c038e8a347f1a351e04299 height=660 version=0x20000000 log2_work=10.368506 tx=754 date='2017-11-29 16:20:10' progress=1.000000 cache=0.1MiB(754txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet 3f8d9c127b460b0de933afa906ff0de9528aace8c6f058dde81f18efa2b281d2 new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:proc:2017-11-29 17:20:09.594 [INF] CHAN: Adding orphan block 5bb5c7fd3c440cf0d352667658ef5bfc70102abb02c038e8a347f1a351e04299 with parent 0855622bb219669e7489b579640d54edfd7c96a8be779d18ca1872ec98217046
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=755368026f0880aac7e8689c2766f6f1249dcbef79bcbaa569aa20df350950a7 height=661 version=0x20000000 log2_work=10.370687 tx=755 date='2017-11-29 16:20:10' progress=1.000000 cache=0.1MiB(755txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet 917c8faf42527ac92849cc786eadc22abaacab896044692a3870c1e9bf39201a new
DEBUG:bitcoind:2017-11-29 16:20:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:09 UpdateTip: new best=222d4371ed33bcc49840b8e020ec7ac37f62df654b2010c159de4b9e60af0a9c height=662 version=0x20000000 log2_work=10.372865 tx=756 date='2017-11-29 16:20:10' progress=1.000000 cache=0.1MiB(756txo)
DEBUG:bitcoind:2017-11-29 16:20:09 AddToWallet ee363029f9bafe7f61dc7201a3084d1cb6df27f6e616e473886b32ed5c73ae60 new
DEBUG:proc:2017-11-29 17:20:09.724 [INF] CHAN: Adding orphan block 222d4371ed33bcc49840b8e020ec7ac37f62df654b2010c159de4b9e60af0a9c with parent 755368026f0880aac7e8689c2766f6f1249dcbef79bcbaa569aa20df350950a7
DEBUG:proc:lightningd(20283): Adding block 9c0aaf609e4bde59c110204b65df627fc37aec20e0b84098c4bc33ed71432d22
DEBUG:proc:lightningd(20283): Adding block a7500935df20aa69a5babc79efcb9d24f1f666279c68e8c7aa80086f02685375
DEBUG:proc:lightningd(20283): Adding block 9942e051a3f147a3e838c002bb2a1070fc5bef58766652d3f00c443cfdc7b55b
DEBUG:proc:lightningd(20283): Adding block 46702198ec7218ca189d77bea8967cfded540d6479b589749e6619b22b625508
DEBUG:proc:lightningd(20283): Adding block 7240d01c1e93899aae1aa2fe7a3d539233c20e602717b72c8902847e17b5e119
DEBUG:proc:lightningd(20283): Adding block 6c00989fe1b40c2028135460589d1be05839341110a1edc1a29de3f01a3ddd37
DEBUG:proc:lightningd(20283): Adding block ee4845a4ca3142c1b38970ab0de83020ec495611dd48ca4eabbfd8be628a6220
DEBUG:proc:lightningd(20283): Adding block 071a629699c8c1a4cf0afa230c76b9c9eaa6fa0e726d4432e1a0c7f6e3707046
DEBUG:proc:lightningd(20283): Adding block 8074d483d8eabf8ce034e5c38562f57642c3d98262d8b800ccf35afaa4cdda4f
DEBUG:proc:lightningd(20283): Adding block 79f456b650bed876281052d908972a06aecdb5ad1b2ae3507fa494efb8d0c35f
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
INFO:root:Calling open with params=['033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb', 'localhost', 16332, 10000000, 0]
DEBUG:eclair(16331):2017-11-29 17:20:14,662 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - already connected to nodeId=033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb
DEBUG:eclair(16331):2017-11-29 17:20:14,666 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - requesting a new channel to 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb 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=033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb', 'id': 'scala-client'}
DEBUG:bitcoind:2017-11-29 16:20:14 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:14 keypool reserve 149
DEBUG:bitcoind:2017-11-29 16:20:14 keypool keep 149
DEBUG:eclair(16331):2017-11-29 17:20:14,883 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a - setting repeating timer 'TickRefreshChannelUpdate'/1 day: TickRefreshChannelUpdate
DEBUG:eclair(16331):2017-11-29 17:20:14,912 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 0000000000000000000000000000000000000000000000000000000000000000 - processing Event(INPUT_INIT_FUNDER(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,53760,LocalParams(0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7,542,100000000000,100000,1000000,144,30,6be1fb4abd4a73f6c871ab2a7d3767fde34fb12ead271198caba649761553ebc01,1ab277a9745c907546443b599b7ee63b20bdf0a7130757086fa7ac3d213d8a5c,e605303ab68d2b6d123d8efaff2fc6f7b3c5a81514a2733e0f7dde3806a445ea,5d7f17ed017e70060d45e3c6a2db6e55387f9097d39faaa0befec6dd0a171a9d,a272c7d71e025b844adec8c2928f182197b1befa6d9e7ee63ec16c5a57254101,a9144957306e0044c4a2a1cd06e7ab94006e383033f987,d7bde34ec241f824ed8536652d69d711f2d47c257e9f0a4962ab5d62e1c68041,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#-930794285],Init(,08),1),Nothing) from Actor[akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb#-1008131419] in state WAIT_FOR_INIT_INTERNAL
DEBUG:eclair(16331):2017-11-29 17:20:14,941 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 0000000000000000000000000000000000000000000000000000000000000000 - transition WAIT_FOR_INIT_INTERNAL -> WAIT_FOR_ACCEPT_CHANNEL
DEBUG:proc:lightning_gossipd(20401): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP
DEBUG:proc:lightning_gossipd(20401): UPDATE WIRE_GOSSIP_PEER_NONGOSSIP
DEBUG:proc:lightningd(20283): peer 0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7: state: UNINITIALIZED -> OPENINGD
DEBUG:proc:lightning_openingd(21020): pid 21020, msgfd 18
DEBUG:proc:lightning_openingd(21020): TRACE: First per_commit_point = 02c4ef916fe8a89e0bc9799363eeb16d59e361ee590c899b29ef2492b65950cc36
DEBUG:proc:lightning_openingd(21020): STATUS_FAIL_PEER_BAD: feerate_per_kw 53760 above maximum 25105
DEBUG:proc:lightningd(20283): peer 0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7: Peer permanent failure in OPENINGD: feerate_per_kw 53760 above maximum 25105
DEBUG:proc:lightning_gossipd(20401): TRACE: Forgetting remote peer 0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7
DEBUG:eclair(16331):2017-11-29 17:20:14,968 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - processing Event(Error(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,666565726174655f7065725f6b772035333736302061626f7665206d6178696d756d20323531303500),DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,53760,LocalParams(0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7,542,100000000000,100000,1000000,144,30,6be1fb4abd4a73f6c871ab2a7d3767fde34fb12ead271198caba649761553ebc01,1ab277a9745c907546443b599b7ee63b20bdf0a7130757086fa7ac3d213d8a5c,e605303ab68d2b6d123d8efaff2fc6f7b3c5a81514a2733e0f7dde3806a445ea,5d7f17ed017e70060d45e3c6a2db6e55387f9097d39faaa0befec6dd0a171a9d,a272c7d71e025b844adec8c2928f182197b1befa6d9e7ee63ec16c5a57254101,a9144957306e0044c4a2a1cd06e7ab94006e383033f987,d7bde34ec241f824ed8536652d69d711f2d47c257e9f0a4962ab5d62e1c68041,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#-930794285],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,542,100000000000,100000,1000000,53760,144,30,03cc00e5ef8915c30a066a5eac12e5d03454a052193efe738b9fdfd67b23622ea3,033bb37e43f6b77e5a58ed47c51cd9bfe3cfa744152f3298368d3dbebe277bd960,039fcd4606bde9114c9789ae4955c7e526f04490c1f01202a74844b8c7ef5b8993,03fd8187f1408e343adb7cc79c43287fc3ee6fb2fd3604a9d1f4f28f9da9a34b84,03c3291ee907db3d11a1f6caf669e48d854aa2960bb0e88d70839394980b328a06,03be860631fae146b3b1a0b30f3302f5881030539322f17f7bf2d1fafb057e0b3a,1))) from Actor[akka://default/user/$g/switchboard/$a/$a#-930794285] in state WAIT_FOR_ACCEPT_CHANNEL
DEBUG:eclair(16331):2017-11-29 17:20:14,969 WARN f.a.eclair.crypto.TransportHandler akka://default/user/$g/switchboard/$a/$a - connection closed
DEBUG:eclair(16331):2017-11-29 17:20:14,969 ERROR fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - peer sent Error(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,666565726174655f7065725f6b772035333736302061626f7665206d6178696d756d20323531303500), closing connection
DEBUG:eclair(16331):2017-11-29 17:20:14,970 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - transition WAIT_FOR_ACCEPT_CHANNEL -> CLOSED
DEBUG:eclair(16331):2017-11-29 17:20:14,977 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - Actor[akka://default/user/$g/switchboard/$a#1035566323] is dead, removing from connections
DEBUG:eclair(16331):2017-11-29 17:20:14,978 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - lost connection to 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb
DEBUG:eclair(16331):2017-11-29 17:20:14,982 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - processing Event(INPUT_DISCONNECTED,DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,53760,LocalParams(0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7,542,100000000000,100000,1000000,144,30,6be1fb4abd4a73f6c871ab2a7d3767fde34fb12ead271198caba649761553ebc01,1ab277a9745c907546443b599b7ee63b20bdf0a7130757086fa7ac3d213d8a5c,e605303ab68d2b6d123d8efaff2fc6f7b3c5a81514a2733e0f7dde3806a445ea,5d7f17ed017e70060d45e3c6a2db6e55387f9097d39faaa0befec6dd0a171a9d,a272c7d71e025b844adec8c2928f182197b1befa6d9e7ee63ec16c5a57254101,a9144957306e0044c4a2a1cd06e7ab94006e383033f987,d7bde34ec241f824ed8536652d69d711f2d47c257e9f0a4962ab5d62e1c68041,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#-930794285],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,542,100000000000,100000,1000000,53760,144,30,03cc00e5ef8915c30a066a5eac12e5d03454a052193efe738b9fdfd67b23622ea3,033bb37e43f6b77e5a58ed47c51cd9bfe3cfa744152f3298368d3dbebe277bd960,039fcd4606bde9114c9789ae4955c7e526f04490c1f01202a74844b8c7ef5b8993,03fd8187f1408e343adb7cc79c43287fc3ee6fb2fd3604a9d1f4f28f9da9a34b84,03c3291ee907db3d11a1f6caf669e48d854aa2960bb0e88d70839394980b328a06,03be860631fae146b3b1a0b30f3302f5881030539322f17f7bf2d1fafb057e0b3a,1))) from Actor[akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb#-1008131419] in state CLOSED
DEBUG:eclair(16331):2017-11-29 17:20:16,004 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - connecting to 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb @ localhost/127.0.0.1:16332 on behalf of Actor[akka://default/deadLetters]
DEBUG:proc:lightning_gossipd(20401): TRACE: Responder: Act 1
DEBUG:eclair(16331):2017-11-29 17:20:16,010 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$b - connected to localhost/127.0.0.1:16332
DEBUG:proc:lightning_gossipd(20401): TRACE: Responder: Act 2
DEBUG:proc:lightning_gossipd(20401): TRACE: Responder: Act 3
DEBUG:eclair(16331):2017-11-29 17:20:16,061 INFO fr.acinq.eclair.io.Client akka://default/user/$g/switchboard/$b - handshake completed with 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb
DEBUG:eclair(16331):2017-11-29 17:20:16,061 INFO akka.actor.DeadLetterActorRef akka://default/deadLetters - Message [java.lang.String] from Actor[akka://default/user/$g/switchboard/$b#-56611137] 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:20:16,062 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - registering as a listener to Actor[akka://default/user/$g/switchboard/$b/$a#1035645051]
DEBUG:proc:lightning_gossipd(20401): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(20401): UPDATE WIRE_GOSSIP_PEER_CONNECTED
DEBUG:proc:lightning_gossipd(20401): TRACE: Forgetting remote peer 0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7
DEBUG:proc:lightning_gossipd(20401): TRACE: req: type WIRE_GOSSIPCTL_HANDLE_PEER len 205
DEBUG:proc:lightning_gossipd(20401): TRACE: handle_peer 0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7: new peer
DEBUG:eclair(16331):2017-11-29 17:20:16,102 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb has features: initialRoutingSync=true
DEBUG:eclair(16331):2017-11-29 17:20:16,106 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - processing Event(INPUT_RECONNECTED(Actor[akka://default/user/$g/switchboard/$b/$a#1035645051]),DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,53760,LocalParams(0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7,542,100000000000,100000,1000000,144,30,6be1fb4abd4a73f6c871ab2a7d3767fde34fb12ead271198caba649761553ebc01,1ab277a9745c907546443b599b7ee63b20bdf0a7130757086fa7ac3d213d8a5c,e605303ab68d2b6d123d8efaff2fc6f7b3c5a81514a2733e0f7dde3806a445ea,5d7f17ed017e70060d45e3c6a2db6e55387f9097d39faaa0befec6dd0a171a9d,a272c7d71e025b844adec8c2928f182197b1befa6d9e7ee63ec16c5a57254101,a9144957306e0044c4a2a1cd06e7ab94006e383033f987,d7bde34ec241f824ed8536652d69d711f2d47c257e9f0a4962ab5d62e1c68041,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#-930794285],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,542,100000000000,100000,1000000,53760,144,30,03cc00e5ef8915c30a066a5eac12e5d03454a052193efe738b9fdfd67b23622ea3,033bb37e43f6b77e5a58ed47c51cd9bfe3cfa744152f3298368d3dbebe277bd960,039fcd4606bde9114c9789ae4955c7e526f04490c1f01202a74844b8c7ef5b8993,03fd8187f1408e343adb7cc79c43287fc3ee6fb2fd3604a9d1f4f28f9da9a34b84,03c3291ee907db3d11a1f6caf669e48d854aa2960bb0e88d70839394980b328a06,03be860631fae146b3b1a0b30f3302f5881030539322f17f7bf2d1fafb057e0b3a,1))) from Actor[akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb#-1008131419] in state CLOSED
DEBUG:eclair(16331):2017-11-29 17:20:16,106 WARN fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - unhandled event INPUT_RECONNECTED(Actor[akka://default/user/$g/switchboard/$b/$a#1035645051]) in state CLOSED
{"method": "generate", "params": [6], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:19 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:19 keypool reserve 150
DEBUG:bitcoind:2017-11-29 16:20:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:19 UpdateTip: new best=320cbe06a60f9800e43e96747e76a2843e34dc213afe69f4ec6fcbbbf59d744e height=663 version=0x20000000 log2_work=10.375039 tx=757 date='2017-11-29 16:20:19' progress=1.000000 cache=0.1MiB(757txo)
DEBUG:bitcoind:2017-11-29 16:20:19 AddToWallet 9979b260d73bab03e86f61ba36dfc0203e9eaba5eeff9e2bb3a4917837bb12f9 new
DEBUG:bitcoind:2017-11-29 16:20:19 keypool keep 150
DEBUG:bitcoind:2017-11-29 16:20:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:19 UpdateTip: new best=2bf08af73f06ae24977720e98c5e9faf9cdd802700fcf22b45a50abd9ffba64f height=664 version=0x20000000 log2_work=10.377211 tx=758 date='2017-11-29 16:20:19' progress=1.000000 cache=0.1MiB(758txo)
DEBUG:bitcoind:2017-11-29 16:20:19 AddToWallet 1c05ca78796fdad483ff96934d9022dcb69984f6d8fdce56bbee70e8570e379b new
DEBUG:bitcoind:2017-11-29 16:20:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:19 UpdateTip: new best=173336e8c9501f93fad48fa1b62a7cb72566998885059d3fdd5df6aea1787f4a height=665 version=0x20000000 log2_work=10.379378 tx=759 date='2017-11-29 16:20:19' progress=1.000000 cache=0.1MiB(759txo)
DEBUG:bitcoind:2017-11-29 16:20:19 AddToWallet fbbea49b62fc48fbfedce8529dea4453921b5d4ee3e076a77ff95ea3e65dc0b0 new
DEBUG:bitcoind:2017-11-29 16:20:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:19 UpdateTip: new best=2b37dd2ad7b00bac311749fbae755be510af3beb50321e403727f5503d5ca2d7 height=666 version=0x20000000 log2_work=10.381543 tx=760 date='2017-11-29 16:20:19' progress=1.000000 cache=0.1MiB(760txo)
DEBUG:bitcoind:2017-11-29 16:20:19 AddToWallet db2bb6f00c457029c5b200ec295895a61a4233c90afd01cf9b3b90885eb20194 new
DEBUG:bitcoind:2017-11-29 16:20:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:19 UpdateTip: new best=4f56390dd94e81d37a5112e1b4e8b77f1b6319d54e5387f5f38f640adb31e901 height=667 version=0x20000000 log2_work=10.383704 tx=761 date='2017-11-29 16:20:19' progress=1.000000 cache=0.1MiB(761txo)
DEBUG:bitcoind:2017-11-29 16:20:19 AddToWallet 421067fe71b53e22def3911715db26bf66166a268e37e801a8e9cc9edeb4babd new
DEBUG:bitcoind:2017-11-29 16:20:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:19 UpdateTip: new best=302460c8f9f0520eca4c745c75dcfa1374caabee8e2bbe751cef1d8f72e11b9f height=668 version=0x20000000 log2_work=10.385862 tx=762 date='2017-11-29 16:20:19' progress=1.000000 cache=0.1MiB(762txo)
DEBUG:bitcoind:2017-11-29 16:20:19 AddToWallet ad5e1500ce2611f318720a7da3c3daaa40ffa912a8abec30c33ec1ad19b2eea2 new
DEBUG:proc:2017-11-29 17:20:19.851 [INF] CHAN: Adding orphan block 302460c8f9f0520eca4c745c75dcfa1374caabee8e2bbe751cef1d8f72e11b9f with parent 4f56390dd94e81d37a5112e1b4e8b77f1b6319d54e5387f5f38f640adb31e901
DEBUG:proc:2017-11-29 17:20:19.854 [INF] BMGR: Processed 9 blocks in the last 15.26s (9 transactions, height 663, 2017-11-29 17:20:19 +0100 CET)
DEBUG:proc:lightningd(20283): Adding block 9f1be1728f1def1c75be2b8eeeabca7413fadc755c744cca0e52f0f9c8602430
DEBUG:proc:lightningd(20283): Adding block 01e931db0a648ff3f587534ed519631b7fb7e8b4e112517ad3814ed90d39564f
DEBUG:proc:lightningd(20283): Adding block d7a25c3d50f52737401e3250eb3baf10e55b75aefb491731ac0bb0d72add372b
DEBUG:proc:lightningd(20283): Adding block 4a7f78a1aef65ddd3f9d058588996625b77c2ab6a18fd4fa931f50c9e8363317
DEBUG:proc:lightningd(20283): Adding block 4fa6fb9fbd0aa5452bf2fc002780dd9caf9f5e8ce920779724ae063ff78af02b
DEBUG:proc:lightningd(20283): Adding block 4e749df5bbcb6fecf469fe3a21dc343e84a2767e74963ee400980fa606be0c32
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
DEBUG:eclair(16331):2017-11-29 17:20:22,027 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - processing Event(CurrentBlockCount(668),DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,53760,LocalParams(0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7,542,100000000000,100000,1000000,144,30,6be1fb4abd4a73f6c871ab2a7d3767fde34fb12ead271198caba649761553ebc01,1ab277a9745c907546443b599b7ee63b20bdf0a7130757086fa7ac3d213d8a5c,e605303ab68d2b6d123d8efaff2fc6f7b3c5a81514a2733e0f7dde3806a445ea,5d7f17ed017e70060d45e3c6a2db6e55387f9097d39faaa0befec6dd0a171a9d,a272c7d71e025b844adec8c2928f182197b1befa6d9e7ee63ec16c5a57254101,a9144957306e0044c4a2a1cd06e7ab94006e383033f987,d7bde34ec241f824ed8536652d69d711f2d47c257e9f0a4962ab5d62e1c68041,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#-930794285],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,542,100000000000,100000,1000000,53760,144,30,03cc00e5ef8915c30a066a5eac12e5d03454a052193efe738b9fdfd67b23622ea3,033bb37e43f6b77e5a58ed47c51cd9bfe3cfa744152f3298368d3dbebe277bd960,039fcd4606bde9114c9789ae4955c7e526f04490c1f01202a74844b8c7ef5b8993,03fd8187f1408e343adb7cc79c43287fc3ee6fb2fd3604a9d1f4f28f9da9a34b84,03c3291ee907db3d11a1f6caf669e48d854aa2960bb0e88d70839394980b328a06,03be860631fae146b3b1a0b30f3302f5881030539322f17f7bf2d1fafb057e0b3a,1))) from Actor[akka://default/deadLetters] in state CLOSED
DEBUG:eclair(16331):2017-11-29 17:20:24,987 DEBUG fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - processing Event('shutdown,DATA_WAIT_FOR_ACCEPT_CHANNEL(INPUT_INIT_FUNDER(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,53760,LocalParams(0208a1f6ff06e8daeb35ac5787675c176f2c7e40768aae4de0197720ecf775b9c7,542,100000000000,100000,1000000,144,30,6be1fb4abd4a73f6c871ab2a7d3767fde34fb12ead271198caba649761553ebc01,1ab277a9745c907546443b599b7ee63b20bdf0a7130757086fa7ac3d213d8a5c,e605303ab68d2b6d123d8efaff2fc6f7b3c5a81514a2733e0f7dde3806a445ea,5d7f17ed017e70060d45e3c6a2db6e55387f9097d39faaa0befec6dd0a171a9d,a272c7d71e025b844adec8c2928f182197b1befa6d9e7ee63ec16c5a57254101,a9144957306e0044c4a2a1cd06e7ab94006e383033f987,d7bde34ec241f824ed8536652d69d711f2d47c257e9f0a4962ab5d62e1c68041,true,,08),Actor[akka://default/user/$g/switchboard/$a/$a#-930794285],Init(,08),1),OpenChannel(06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f,5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3,10000000,0,542,100000000000,100000,1000000,53760,144,30,03cc00e5ef8915c30a066a5eac12e5d03454a052193efe738b9fdfd67b23622ea3,033bb37e43f6b77e5a58ed47c51cd9bfe3cfa744152f3298368d3dbebe277bd960,039fcd4606bde9114c9789ae4955c7e526f04490c1f01202a74844b8c7ef5b8993,03fd8187f1408e343adb7cc79c43287fc3ee6fb2fd3604a9d1f4f28f9da9a34b84,03c3291ee907db3d11a1f6caf669e48d854aa2960bb0e88d70839394980b328a06,03be860631fae146b3b1a0b30f3302f5881030539322f17f7bf2d1fafb057e0b3a,1))) from Actor[akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a#-1442615662] in state CLOSED
DEBUG:eclair(16331):2017-11-29 17:20:24,988 INFO fr.acinq.eclair.channel.Channel akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb/$a 5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3 - shutting down
DEBUG:eclair(16331):2017-11-29 17:20:24,997 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - channel closed: channelId=TemporaryChannelId(5ebe3f27da1d2b8c92ae4cbd1bbbb019f9202e1320dff0c284e79a6f1070aab3)
DEBUG:eclair(16331):2017-11-29 17:20:24,998 INFO fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - that was the last open channel, closing the connection
DEBUG:eclair(16331):2017-11-29 17:20:25,001 INFO fr.acinq.eclair.io.Switchboard akka://default/user/$g/switchboard - Actor[akka://default/user/$g/switchboard/$b#-56611137] is dead, removing from connections
DEBUG:eclair(16331):2017-11-29 17:20:25,002 WARN fr.acinq.eclair.io.Peer akka://default/user/$g/switchboard/peer-033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb - lost connection to 033a3d4e8d189b6da7c63fc4b0bfc2e50f257cd17c60cdad0c4a3cc5aaddca4bcb
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:25 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:25 keypool reserve 151
DEBUG:bitcoind:2017-11-29 16:20:25 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:25 UpdateTip: new best=1e574f3efd6f2bb58ef179493c933700cb72074e3680c94235c22428a549fa74 height=669 version=0x20000000 log2_work=10.388017 tx=763 date='2017-11-29 16:20:25' progress=1.000000 cache=0.1MiB(763txo)
DEBUG:bitcoind:2017-11-29 16:20:25 AddToWallet 97a50c9e5457c8db38800877c15cd42c8ed93a1ab4a2f2d42ac9b6ed85945043 new
DEBUG:bitcoind:2017-11-29 16:20:25 keypool keep 151
DEBUG:proc:lightningd(20283): Adding block 74fa49a52824c23542c980364e0772cb0037933c4979f18eb52b6ffd3e4f571e
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:26 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:26 keypool reserve 152
DEBUG:bitcoind:2017-11-29 16:20:26 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:26 UpdateTip: new best=1fb821a992b9089a591204f7a4c50e90752cec8a13d5d4861b4df88389b6deaa height=670 version=0x20000000 log2_work=10.390169 tx=764 date='2017-11-29 16:20:26' progress=1.000000 cache=0.1MiB(764txo)
DEBUG:bitcoind:2017-11-29 16:20:26 AddToWallet 987b629a79b5e6cd2ed8caccd7b77e106ee575ed046073828ba083de5b95c4fd new
DEBUG:bitcoind:2017-11-29 16:20:26 keypool keep 152
DEBUG:proc:lightningd(20283): Adding block aadeb68983f84d1b86d4d5138aec2c75900ec5a4f70412599a08b992a921b81f
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:27 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:27 keypool reserve 153
DEBUG:bitcoind:2017-11-29 16:20:27 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:27 UpdateTip: new best=733bd87a9dd5564c2f7e61f368ae2342abc3edd806fea1a40dd6cc2e975b99c5 height=671 version=0x20000000 log2_work=10.392317 tx=765 date='2017-11-29 16:20:27' progress=1.000000 cache=0.1MiB(765txo)
DEBUG:bitcoind:2017-11-29 16:20:27 AddToWallet f81a4853fd26679fc88fa52bf910e2a6ddf6cc299a8b0fa99d574911c3f421a2 new
DEBUG:bitcoind:2017-11-29 16:20:27 keypool keep 153
DEBUG:proc:lightningd(20283): Adding block c5995b972eccd60da4a1fe06d8edc3ab4223ae68f3617e2f4c56d59d7ad83b73
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:29 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:29 keypool reserve 154
DEBUG:bitcoind:2017-11-29 16:20:29 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:29 UpdateTip: new best=4f79b1c977b5d4811a3f5b528faf561af2ca37e1a84ec68eb1d52419b266f38e height=672 version=0x20000000 log2_work=10.394463 tx=766 date='2017-11-29 16:20:29' progress=1.000000 cache=0.1MiB(766txo)
DEBUG:bitcoind:2017-11-29 16:20:29 AddToWallet 7e149489a575a87b9a1a96c14389b63865ef35b0425809df0673971635ce7302 new
DEBUG:bitcoind:2017-11-29 16:20:29 keypool keep 154
DEBUG:proc:lightningd(20283): Adding block 8ef366b21924d5b18ec64ea8e137caf21a56af8f525b3f1a81d4b577c9b1794f
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:30 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:30 keypool reserve 155
DEBUG:bitcoind:2017-11-29 16:20:30 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:30 UpdateTip: new best=4d0889fa52d77350f09cc8db131f308acb14ab808b0b7c160b351cdec7788dbe height=673 version=0x20000000 log2_work=10.396605 tx=767 date='2017-11-29 16:20:30' progress=1.000000 cache=0.1MiB(767txo)
DEBUG:bitcoind:2017-11-29 16:20:30 AddToWallet 0d687332fd5420d36fdc02b851cec3d2207199d552a18334d4da176e1aaaab80 new
DEBUG:bitcoind:2017-11-29 16:20:30 keypool keep 155
DEBUG:proc:2017-11-29 17:20:30.189 [INF] BMGR: Processed 9 blocks in the last 10.33s (9 transactions, height 673, 2017-11-29 17:20:30 +0100 CET)
DEBUG:proc:lightningd(20283): Adding block be8d78c7de1c350b167c0b8b80ab14cb8a301f13dbc89cf05073d752fa89084d
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:31 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:31 keypool reserve 156
DEBUG:bitcoind:2017-11-29 16:20:31 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:31 UpdateTip: new best=7f68045243591f411db4d83d1e133f94c1986414607c707ed12f474a0bd8080f height=674 version=0x20000000 log2_work=10.398744 tx=768 date='2017-11-29 16:20:31' progress=1.000000 cache=0.1MiB(768txo)
DEBUG:bitcoind:2017-11-29 16:20:31 AddToWallet 1d77906e71eba5e4276566087100f151e145fad2a6eaec0f06867b4ad93aa8c3 new
DEBUG:bitcoind:2017-11-29 16:20:31 keypool keep 156
DEBUG:proc:lightningd(20283): Adding block 0f08d80b4a472fd17e707c60146498c1943f131e3dd8b41d411f59435204687f
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:32 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:32 keypool reserve 157
DEBUG:bitcoind:2017-11-29 16:20:32 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:32 UpdateTip: new best=0e5813f6c60b56074ac0e3e675f0ef5479ffad8be446540064d7c9081790deaa height=675 version=0x20000000 log2_work=10.400879 tx=769 date='2017-11-29 16:20:32' progress=1.000000 cache=0.1MiB(769txo)
DEBUG:bitcoind:2017-11-29 16:20:32 AddToWallet 50b3810670c8318320bcc078bd620e897471ca221d9d77405a4d11d5aabd425f new
DEBUG:bitcoind:2017-11-29 16:20:32 keypool keep 157
DEBUG:proc:lightningd(20283): Adding block aade901708c9d764005446e48badff7954eff075e6e3c04a07560bc6f613580e
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:33 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:33 keypool reserve 158
DEBUG:bitcoind:2017-11-29 16:20:33 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:33 UpdateTip: new best=13a999c1f2f87b391e9af45bd604047e6be779eb9282954caf14b3710cd9e63d height=676 version=0x20000000 log2_work=10.403012 tx=770 date='2017-11-29 16:20:33' progress=1.000000 cache=0.1MiB(770txo)
DEBUG:bitcoind:2017-11-29 16:20:33 AddToWallet 8218d9a154cf38e2fe4472076727f15e04c1d542655f35df99e4d209e14be08b new
DEBUG:bitcoind:2017-11-29 16:20:33 keypool keep 158
DEBUG:proc:lightningd(20283): Adding block 3de6d90c71b314af4c958292eb79e76b7e0404d65bf49a1e397bf8f2c199a913
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:34 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:34 keypool reserve 159
DEBUG:bitcoind:2017-11-29 16:20:34 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:34 UpdateTip: new best=2ffe2f807a0df7e5aa6e37e58631cf08b2b1c137d19d2b9336610af24a79e448 height=677 version=0x20000000 log2_work=10.405141 tx=771 date='2017-11-29 16:20:34' progress=1.000000 cache=0.1MiB(771txo)
DEBUG:bitcoind:2017-11-29 16:20:34 AddToWallet 78a751c276a9f3f087ad93302ed2a78c3423374726f3e3e32c1700412778be74 new
DEBUG:bitcoind:2017-11-29 16:20:34 keypool keep 159
DEBUG:proc:lightningd(20283): Adding block 48e4794af20a6136932b9dd137c1b1b208cf3186e5376eaae5f70d7a802ffe2f
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:35 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:35 keypool reserve 160
DEBUG:bitcoind:2017-11-29 16:20:35 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:35 UpdateTip: new best=0b3c51c638ad2ef66cc6693e86fe0dbd02bb266e53db0369d1446c956cc9d222 height=678 version=0x20000000 log2_work=10.407268 tx=772 date='2017-11-29 16:20:35' progress=1.000000 cache=0.1MiB(772txo)
DEBUG:bitcoind:2017-11-29 16:20:35 AddToWallet fc2faf8471a528e42fbc4aab213531cf3d879bf97757ccc85041d57d0055605e new
DEBUG:bitcoind:2017-11-29 16:20:35 keypool keep 160
DEBUG:proc:lightningd(20283): Adding block 22d2c96c956c44d16903db536e26bb02bd0dfe863e69c66cf62ead38c6513c0b
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:36 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:36 keypool reserve 161
DEBUG:bitcoind:2017-11-29 16:20:36 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:36 UpdateTip: new best=37068651d383cf22ce28aac29e2da2ebcd43ad1dbbf0f0568a2c7b4ad5e9087f height=679 version=0x20000000 log2_work=10.409391 tx=773 date='2017-11-29 16:20:36' progress=1.000000 cache=0.1MiB(773txo)
DEBUG:bitcoind:2017-11-29 16:20:36 AddToWallet 091e81247abec421ed809f9f136377c63cb1f2761241ab0c96d7b7de10aa89b4 new
DEBUG:bitcoind:2017-11-29 16:20:36 keypool keep 161
DEBUG:proc:lightningd(20283): Adding block 7f08e9d54a7b2c8a56f0f0bb1dad43cdeba22d9ec2aa28ce22cf83d351860637
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:37 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:37 keypool reserve 162
DEBUG:bitcoind:2017-11-29 16:20:37 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:37 UpdateTip: new best=324306cc04d041f7228922abc7915b124f8918861b116687aa43ac29f6657e75 height=680 version=0x20000000 log2_work=10.411511 tx=774 date='2017-11-29 16:20:37' progress=1.000000 cache=0.1MiB(774txo)
DEBUG:bitcoind:2017-11-29 16:20:37 AddToWallet 4fbdd0fc875d4a719ff00e0d8bf55ef6bc479210a39aa8bf01ac9e10f4a1f9eb new
DEBUG:bitcoind:2017-11-29 16:20:37 keypool keep 162
DEBUG:proc:lightningd(20283): Adding block 757e65f629ac43aa8766111b8618894f125b91c7ab228922f741d004cc064332
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:38 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:38 keypool reserve 163
DEBUG:bitcoind:2017-11-29 16:20:38 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:38 UpdateTip: new best=31198d895b7973539f498028434ab402ea33a47bb5d96cb1fc251a5a37950334 height=681 version=0x20000000 log2_work=10.413628 tx=775 date='2017-11-29 16:20:38' progress=1.000000 cache=0.1MiB(775txo)
DEBUG:bitcoind:2017-11-29 16:20:38 AddToWallet 1c95683ba18b85c10260c476f3125336246bfcbadcc6abafbb6f5457215a1ac8 new
DEBUG:bitcoind:2017-11-29 16:20:38 keypool keep 163
DEBUG:proc:lightningd(20283): Adding block 340395375a1a25fcb16cd9b57ba433ea02b44a432880499f5373795b898d1931
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:39 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:39 keypool reserve 164
DEBUG:bitcoind:2017-11-29 16:20:39 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:39 UpdateTip: new best=3ecf10c4011edadae02c20d9e238d11a3b2d2cc0962a5a45460903fd5eba789a height=682 version=0x20000000 log2_work=10.415742 tx=776 date='2017-11-29 16:20:39' progress=1.000000 cache=0.1MiB(776txo)
DEBUG:bitcoind:2017-11-29 16:20:39 AddToWallet a64ca89e45ce9d9e0000803a4583f2c57ac16a08a186ce4f2699e91055e299be new
DEBUG:bitcoind:2017-11-29 16:20:39 keypool keep 164
DEBUG:proc:lightningd(20283): Adding block 9a78ba5efd030946455a2a96c02c2d3b1ad138e2d9202ce0dada1e01c410cf3e
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:40 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:40 keypool reserve 165
DEBUG:bitcoind:2017-11-29 16:20:40 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:40 UpdateTip: new best=667b10fa0ffd86f6175d1b2f4c1f20377cf5cad4a90bc673f932957757023825 height=683 version=0x20000000 log2_work=10.417853 tx=777 date='2017-11-29 16:20:40' progress=1.000000 cache=0.1MiB(777txo)
DEBUG:bitcoind:2017-11-29 16:20:40 AddToWallet 20d41d64b0a694816136bf70970a72ccb9730817d898929a7a61efab8d7d1857 new
DEBUG:bitcoind:2017-11-29 16:20:40 keypool keep 165
DEBUG:proc:lightningd(20283): Adding block 25380257779532f973c60ba9d4caf57c37201f4c2f1b5d17f686fd0ffa107b66
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
DEBUG:proc:2017-11-29 17:20:40.864 [INF] BMGR: Processed 10 blocks in the last 10.67s (10 transactions, height 683, 2017-11-29 17:20:40 +0100 CET)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:41 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:41 keypool reserve 166
DEBUG:bitcoind:2017-11-29 16:20:41 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:41 UpdateTip: new best=5b0c14c7dbce2ca9cf2bbbb3cea08175c472aa0717bf64c108adc6d0c426baf6 height=684 version=0x20000000 log2_work=10.41996 tx=778 date='2017-11-29 16:20:41' progress=1.000000 cache=0.1MiB(778txo)
DEBUG:bitcoind:2017-11-29 16:20:41 AddToWallet 2f58eafa52868e859b3bd2b3528724361ce3f106c99c952264759177d8a8e9e9 new
DEBUG:bitcoind:2017-11-29 16:20:41 keypool keep 166
DEBUG:proc:lightningd(20283): Adding block f6ba26c4d0c6ad08c164bf1707aa72c47581a0ceb3bb2bcfa92ccedbc7140c5b
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:42 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:42 keypool reserve 167
DEBUG:bitcoind:2017-11-29 16:20:42 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:42 UpdateTip: new best=3adde5a49e86466a15a26f73ab0c5923dc6a5b2faa33040739c00083928c0fda height=685 version=0x20000000 log2_work=10.422065 tx=779 date='2017-11-29 16:20:42' progress=1.000000 cache=0.1MiB(779txo)
DEBUG:bitcoind:2017-11-29 16:20:42 AddToWallet 8c154f33ea084106934bcd2d4e875bfd5b4bb6674aabcda67b17de11c4d3fea5 new
DEBUG:bitcoind:2017-11-29 16:20:42 keypool keep 167
DEBUG:proc:lightningd(20283): Adding block da0f8c928300c039070433aa2f5b6adc23590cab736fa2156a46869ea4e5dd3a
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:43 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:43 keypool reserve 168
DEBUG:bitcoind:2017-11-29 16:20:43 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:43 UpdateTip: new best=1e6ac0e6df18d19b7fd724cdc7df3a29ee81b917557895188d04176cf8fbc646 height=686 version=0x20000000 log2_work=10.424166 tx=780 date='2017-11-29 16:20:43' progress=1.000000 cache=0.1MiB(780txo)
DEBUG:bitcoind:2017-11-29 16:20:43 AddToWallet 67b2e3b9863c9aa966b82c0f96f4f943ef53629991cda807e786194500af2dbd new
DEBUG:bitcoind:2017-11-29 16:20:43 keypool keep 168
DEBUG:proc:lightningd(20283): Adding block 46c6fbf86c17048d1895785517b981ee293adfc7cd24d77f9bd118dfe6c06a1e
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:45 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:45 keypool reserve 169
DEBUG:bitcoind:2017-11-29 16:20:45 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:45 UpdateTip: new best=7889fd4a4fbd932c3c95ac8e732411dab2dd304c9d4628ee2f55c55e0b6059af height=687 version=0x20000000 log2_work=10.426265 tx=781 date='2017-11-29 16:20:45' progress=1.000000 cache=0.1MiB(781txo)
DEBUG:bitcoind:2017-11-29 16:20:45 AddToWallet dd81f8b06f560757920492e6f7777fae50350a2c340172b8fe66938cc8248c8e new
DEBUG:bitcoind:2017-11-29 16:20:45 keypool keep 169
DEBUG:proc:lightningd(20283): Adding block af59600b5ec5552fee28469d4c30ddb2da1124738eac953c2c93bd4f4afd8978
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:46 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:46 keypool reserve 170
DEBUG:bitcoind:2017-11-29 16:20:46 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:46 UpdateTip: new best=362142bc505c388220662b7c3adbea1cd8ece35bc4659725ce5d804003f99414 height=688 version=0x20000000 log2_work=10.42836 tx=782 date='2017-11-29 16:20:46' progress=1.000000 cache=0.1MiB(782txo)
DEBUG:bitcoind:2017-11-29 16:20:46 AddToWallet 833f94e862c83e7c1616cb7855078ed274071a222fc4bac944caf355e7a90d4d new
DEBUG:bitcoind:2017-11-29 16:20:46 keypool keep 170
DEBUG:proc:lightningd(20283): Adding block 1494f90340805dce259765c45be3ecd81ceadb3a7c2b662082385c50bc422136
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:47 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:47 keypool reserve 171
DEBUG:bitcoind:2017-11-29 16:20:47 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:47 UpdateTip: new best=78229a378115a2b1ecef40de9b0726ad914d06244528192dcd2f573e59e27e00 height=689 version=0x20000000 log2_work=10.430453 tx=783 date='2017-11-29 16:20:47' progress=1.000000 cache=0.1MiB(783txo)
DEBUG:bitcoind:2017-11-29 16:20:47 AddToWallet 003fb438c4fd6bc538d17daa9a37b3e8b1909236b24339917f449a953dfef3c8 new
DEBUG:bitcoind:2017-11-29 16:20:47 keypool keep 171
DEBUG:proc:lightningd(20283): Adding block 007ee2593e572fcd2d19284524064d91ad26079bde40efecb1a21581379a2278
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:48 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:48 keypool reserve 172
DEBUG:bitcoind:2017-11-29 16:20:48 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:48 UpdateTip: new best=6499bd0b1e03fa5f3d050a5cd5aa63e93e2ad556212642acac049a20d05afa33 height=690 version=0x20000000 log2_work=10.432542 tx=784 date='2017-11-29 16:20:48' progress=1.000000 cache=0.1MiB(784txo)
DEBUG:bitcoind:2017-11-29 16:20:48 AddToWallet 01f40c47f08e66de7a970b4691bc5437aa0eca4c1ceb7658d54c0389dba185e9 new
DEBUG:bitcoind:2017-11-29 16:20:48 keypool keep 172
DEBUG:proc:lightningd(20283): Adding block 33fa5ad0209a04acac42262156d52a3ee963aad55c0a053d5ffa031e0bbd9964
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:49 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:49 keypool reserve 173
DEBUG:bitcoind:2017-11-29 16:20:49 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:49 UpdateTip: new best=46425fad2ed783af7f351f12b0cd1bf0c43c7e91c271099ce905d26b84a33605 height=691 version=0x20000000 log2_work=10.434628 tx=785 date='2017-11-29 16:20:49' progress=1.000000 cache=0.1MiB(785txo)
DEBUG:bitcoind:2017-11-29 16:20:49 AddToWallet 14daedc5ebca6a1a2e3c3fd8153a21770828bce876c36d2d947a253fad6ef269 new
DEBUG:bitcoind:2017-11-29 16:20:49 keypool keep 173
DEBUG:proc:lightningd(20283): Adding block 0536a3846bd205e99c0971c2917e3cc4f01bcdb0121f357faf83d72ead5f4246
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:50 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:50 keypool reserve 174
DEBUG:bitcoind:2017-11-29 16:20:50 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:50 UpdateTip: new best=19c848ca07afc42a28f0dad8f1ae054b08a9bfce89d0c1755eb86b299a79dd2f height=692 version=0x20000000 log2_work=10.436712 tx=786 date='2017-11-29 16:20:50' progress=1.000000 cache=0.1MiB(786txo)
DEBUG:bitcoind:2017-11-29 16:20:50 AddToWallet fc9ded4284a7e4aeec26d38e78fbfd19ca0a359ad3a2437160aad968abb95a6f new
DEBUG:bitcoind:2017-11-29 16:20:50 keypool keep 174
DEBUG:proc:lightningd(20283): Adding block 2fdd799a296bb85e75c1d089cebfa9084b05aef1d8daf0282ac4af07ca48c819
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:51 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:51 keypool reserve 175
DEBUG:bitcoind:2017-11-29 16:20:51 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:51 UpdateTip: new best=7a31bb7bb8e833184f861a8a064107612fc0556d4c0f0bd95dcaa474a1a23755 height=693 version=0x20000000 log2_work=10.438792 tx=787 date='2017-11-29 16:20:51' progress=1.000000 cache=0.1MiB(787txo)
DEBUG:bitcoind:2017-11-29 16:20:51 AddToWallet efad9f702904b29f4064a50f02112a73fc53010d972eae07f22f21cd6247100b new
DEBUG:bitcoind:2017-11-29 16:20:51 keypool keep 175
DEBUG:proc:2017-11-29 17:20:51.522 [INF] BMGR: Processed 10 blocks in the last 10.65s (10 transactions, height 693, 2017-11-29 17:20:51 +0100 CET)
DEBUG:proc:lightningd(20283): Adding block 5537a2a174a4ca5dd90b0f4c6d55c02f610741068a1a864f1833e8b87bbb317a
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:52 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:52 keypool reserve 176
DEBUG:bitcoind:2017-11-29 16:20:52 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:52 UpdateTip: new best=13061d22bb59e3462896663483dd5768fbb73ba1664851f44a8eee755709671f height=694 version=0x20000000 log2_work=10.440869 tx=788 date='2017-11-29 16:20:52' progress=1.000000 cache=0.1MiB(788txo)
DEBUG:bitcoind:2017-11-29 16:20:52 AddToWallet 4aeec5099ba097e91fb51dbca12a64b283a47f80f17a927536b880801c5b35fa new
DEBUG:bitcoind:2017-11-29 16:20:52 keypool keep 176
DEBUG:proc:lightningd(20283): Adding block 1f67095775ee8e4af4514866a13bb7fb6857dd833466962846e359bb221d0613
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:53 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:53 keypool reserve 177
DEBUG:bitcoind:2017-11-29 16:20:53 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:53 UpdateTip: new best=645c076b89c32703ef9493ca86c394521a0bf3784459d1e8092cb58c14ca2239 height=695 version=0x20000000 log2_work=10.442943 tx=789 date='2017-11-29 16:20:53' progress=1.000000 cache=0.1MiB(789txo)
DEBUG:bitcoind:2017-11-29 16:20:53 AddToWallet 9dd56c6dc2b71753e73d78efcac3f6ecb2f622b1ea802db66e6ecd7adb19753f new
DEBUG:bitcoind:2017-11-29 16:20:53 keypool keep 177
DEBUG:proc:lightningd(20283): Adding block 3922ca148cb52c09e8d1594478f30b1a5294c386ca9394ef0327c3896b075c64
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:54 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:54 keypool reserve 178
DEBUG:bitcoind:2017-11-29 16:20:54 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:54 UpdateTip: new best=56db1b38cde6f5cc15069bc28642b399bd038348cfa3ecec68bbf5f70e050ed1 height=696 version=0x20000000 log2_work=10.445015 tx=790 date='2017-11-29 16:20:54' progress=1.000000 cache=0.1MiB(790txo)
DEBUG:bitcoind:2017-11-29 16:20:54 AddToWallet e216f3b2fa04762200e559fefefcb495936c800c5a9d8a6a8b75b0744be40df1 new
DEBUG:bitcoind:2017-11-29 16:20:54 keypool keep 178
DEBUG:proc:lightningd(20283): Adding block d10e050ef7f5bb68ececa3cf488303bd99b34286c29b0615ccf5e6cd381bdb56
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:55 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:55 keypool reserve 179
DEBUG:bitcoind:2017-11-29 16:20:55 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:55 UpdateTip: new best=07287f29e9e4fbb4842593779fa48eb301c4587c270c0d441f75eceb9a0f5bbd height=697 version=0x20000000 log2_work=10.447083 tx=791 date='2017-11-29 16:20:55' progress=1.000000 cache=0.1MiB(791txo)
DEBUG:bitcoind:2017-11-29 16:20:55 AddToWallet 71b1ae81a80b7fc5b733169bc553d1c56a650d879a7e891e04966c83cfe936c2 new
DEBUG:bitcoind:2017-11-29 16:20:55 keypool keep 179
DEBUG:proc:lightningd(20283): Adding block bd5b0f9aebec751f440d0c277c58c401b38ea49f77932584b4fbe4e9297f2807
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:56 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:56 keypool reserve 180
DEBUG:bitcoind:2017-11-29 16:20:56 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:56 UpdateTip: new best=634337fb98393429198b7ad8eb86b695eceab49796a3ed695f62ec636a8bdcf9 height=698 version=0x20000000 log2_work=10.449149 tx=792 date='2017-11-29 16:20:56' progress=1.000000 cache=0.1MiB(792txo)
DEBUG:bitcoind:2017-11-29 16:20:56 AddToWallet 00575b4cdef118a14a6cc2bf65e61989ec2d95bf486f25356e6158fd5aba7a43 new
DEBUG:bitcoind:2017-11-29 16:20:56 keypool keep 180
DEBUG:proc:lightningd(20283): Adding block f9dc8b6a63ec625f69eda39697b4eaec95b686ebd87a8b1929343998fb374363
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:57 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:57 keypool reserve 181
DEBUG:bitcoind:2017-11-29 16:20:57 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:57 UpdateTip: new best=53096073fabe485cc6d0c4ed55c35429264b635951b8bff4085e3b70a971fc02 height=699 version=0x20000000 log2_work=10.451211 tx=793 date='2017-11-29 16:20:57' progress=1.000000 cache=0.1MiB(793txo)
DEBUG:bitcoind:2017-11-29 16:20:57 AddToWallet e361e485b6dfa376009b581784d41b2350f9c90a9e2bbf534a94e5e7d04823b7 new
DEBUG:bitcoind:2017-11-29 16:20:57 keypool keep 181
DEBUG:proc:lightningd(20283): Adding block 02fc71a9703b5e08f4bfb85159634b262954c355edc4d0c65c48befa73600953
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:58 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:58 keypool reserve 182
DEBUG:bitcoind:2017-11-29 16:20:58 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:58 UpdateTip: new best=7a6059fa4dead645e31045842b8a06f94d877abeaf0c3a4eb297ec0a6b2dc856 height=700 version=0x20000000 log2_work=10.453271 tx=794 date='2017-11-29 16:20:58' progress=1.000000 cache=0.1MiB(794txo)
DEBUG:bitcoind:2017-11-29 16:20:58 AddToWallet 295474e7f140a2a03f762e2f8c454e2ca0d84b1032f923d59e4e7b5f219fbc67 new
DEBUG:bitcoind:2017-11-29 16:20:58 keypool keep 182
DEBUG:proc:lightningd(20283): Adding block 56c82d6b0aec97b24e3a0cafbe7a874df9068a2b844510e345d6ea4dfa59607a
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:20:59 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:20:59 keypool reserve 183
DEBUG:bitcoind:2017-11-29 16:20:59 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:20:59 UpdateTip: new best=120a100d417d0ca4095ab0b5f2957835e0c32cc0c36aa6db15360bbb83bfe269 height=701 version=0x20000000 log2_work=10.455327 tx=795 date='2017-11-29 16:20:59' progress=1.000000 cache=0.1MiB(795txo)
DEBUG:bitcoind:2017-11-29 16:20:59 AddToWallet 3ce57bc1cf9fb3d326141cab5dd40986558e6e93f4e9dd515c2277d505605304 new
DEBUG:bitcoind:2017-11-29 16:20:59 keypool keep 183
DEBUG:proc:lightningd(20283): Adding block 69e2bf83bb0b3615dba66ac3c02cc3e0357895f2b5b05a09a40c7d410d100a12
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:01 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:01 keypool reserve 184
DEBUG:bitcoind:2017-11-29 16:21:01 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:01 UpdateTip: new best=6830232005b5385dd7e9100ea0a38b738d60dc0bda8ecc234da0633f22b20409 height=702 version=0x20000000 log2_work=10.457381 tx=796 date='2017-11-29 16:21:01' progress=1.000000 cache=0.1MiB(796txo)
DEBUG:bitcoind:2017-11-29 16:21:01 AddToWallet 56d66c23289b4edefe7fe7bf2b4643d2f12641589a188e2ee4b2a0e81b77a3e5 new
DEBUG:bitcoind:2017-11-29 16:21:01 keypool keep 184
DEBUG:proc:lightningd(20283): Adding block 0904b2223f63a04d23cc8eda0bdc608d738ba3a00e10e9d75d38b50520233068
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:02 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:02 keypool reserve 185
DEBUG:bitcoind:2017-11-29 16:21:02 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:02 UpdateTip: new best=49205978a9041ef16ec025521861e5c677f81d89082b3d680a72e9b645e278cd height=703 version=0x20000000 log2_work=10.459432 tx=797 date='2017-11-29 16:21:02' progress=1.000000 cache=0.1MiB(797txo)
DEBUG:bitcoind:2017-11-29 16:21:02 AddToWallet 8c9b28cf5bd5bf0d8fa4165fe9b2dc857b2082694d87f984e3e747587304d154 new
DEBUG:bitcoind:2017-11-29 16:21:02 keypool keep 185
DEBUG:proc:2017-11-29 17:21:02.192 [INF] BMGR: Processed 10 blocks in the last 10.66s (10 transactions, height 703, 2017-11-29 17:21:02 +0100 CET)
DEBUG:proc:lightningd(20283): Adding block cd78e245b6e9720a683d2b08891df877c6e561185225c06ef11e04a978592049
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:03 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:03 keypool reserve 186
DEBUG:bitcoind:2017-11-29 16:21:03 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:03 UpdateTip: new best=3ad350872cb0cc73b17dff501973a8b34559d9dd1e582575cb062f312c20ffb1 height=704 version=0x20000000 log2_work=10.461479 tx=798 date='2017-11-29 16:21:03' progress=1.000000 cache=0.1MiB(798txo)
DEBUG:bitcoind:2017-11-29 16:21:03 AddToWallet 67c04e5cc170e9faf99a81204a31b3ec30f54ddcc999359dd3023156ec7f2e56 new
DEBUG:bitcoind:2017-11-29 16:21:03 keypool keep 186
DEBUG:proc:lightningd(20283): Adding block b1ff202c312f06cb7525581eddd95945b3a8731950ff7db173ccb02c8750d33a
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:04 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:04 keypool reserve 187
DEBUG:bitcoind:2017-11-29 16:21:04 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:04 UpdateTip: new best=2ca8d23b16d45bd287c51721603dba93de10bd06ad886172ceff9629a6d1d05e height=705 version=0x20000000 log2_work=10.463524 tx=799 date='2017-11-29 16:21:04' progress=1.000000 cache=0.1MiB(799txo)
DEBUG:bitcoind:2017-11-29 16:21:04 AddToWallet 6f8ebc8ccf6588d80cdbc8223e38b40edfad1730b0ea615ee2f7ff6bffd1143e new
DEBUG:bitcoind:2017-11-29 16:21:04 keypool keep 187
DEBUG:proc:lightningd(20283): Adding block 5ed0d1a62996ffce726188ad06bd10de93ba3d602117c587d25bd4163bd2a82c
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:05 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:05 keypool reserve 188
DEBUG:bitcoind:2017-11-29 16:21:05 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:05 UpdateTip: new best=002f87a72bdd500e25241bdad9b646c1de8937baaffa2d1373ee7709ce043c5d height=706 version=0x20000000 log2_work=10.465566 tx=800 date='2017-11-29 16:21:05' progress=1.000000 cache=0.1MiB(800txo)
DEBUG:bitcoind:2017-11-29 16:21:05 AddToWallet 381d79431eb8c1a6265786b3c46246262eb3bcf452ec02a62e58bd4c87b6fde5 new
DEBUG:bitcoind:2017-11-29 16:21:05 keypool keep 188
DEBUG:proc:lightningd(20283): Adding block 5d3c04ce0977ee73132dfaafba3789dec146b6d9da1b24250e50dd2ba7872f00
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:06 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:06 keypool reserve 189
DEBUG:bitcoind:2017-11-29 16:21:06 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:06 UpdateTip: new best=3654f402bc2cd6f21340abc3bf3bbda96c323aa0fc4f1b108f43f367a8f0fabc height=707 version=0x20000000 log2_work=10.467606 tx=801 date='2017-11-29 16:21:06' progress=1.000000 cache=0.1MiB(801txo)
DEBUG:bitcoind:2017-11-29 16:21:06 AddToWallet 2f7d24477bfe98ade3349ed65d0d9ac9a781fc36093e08ac9bfd1e1f73269799 new
DEBUG:bitcoind:2017-11-29 16:21:06 keypool keep 189
DEBUG:proc:lightningd(20283): Adding block bcfaf0a867f3438f101b4ffca03a326ca9bd3bbfc3ab4013f2d62cbc02f45436
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:07 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:07 keypool reserve 190
DEBUG:bitcoind:2017-11-29 16:21:07 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:07 UpdateTip: new best=0c08b84015ec1f0914928219351a72e2449868e0c3f3df663a2f3cd48db890d3 height=708 version=0x20000000 log2_work=10.469642 tx=802 date='2017-11-29 16:21:07' progress=1.000000 cache=0.1MiB(802txo)
DEBUG:bitcoind:2017-11-29 16:21:07 AddToWallet 1c1b13ea3bba893127f6599eecd05be0dfa53cb7ba9230a306a0fdf10ea41fea new
DEBUG:bitcoind:2017-11-29 16:21:07 keypool keep 190
DEBUG:proc:lightningd(20283): Adding block d390b88dd43c2f3a66dff3c3e0689844e2721a3519829214091fec1540b8080c
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:08 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:08 keypool reserve 191
DEBUG:bitcoind:2017-11-29 16:21:08 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:08 UpdateTip: new best=626d3c7d272b2f41918c2d3fd085b5a18f3b018b5d901934b09abb8dd3343b35 height=709 version=0x20000000 log2_work=10.471675 tx=803 date='2017-11-29 16:21:08' progress=1.000000 cache=0.1MiB(803txo)
DEBUG:bitcoind:2017-11-29 16:21:08 AddToWallet 73e3428591aadf06af0f8fda6bac06b14cf5df5cdc909865b904a690f52fdc90 new
DEBUG:bitcoind:2017-11-29 16:21:08 keypool keep 191
DEBUG:proc:lightningd(20283): Adding block 353b34d38dbb9ab03419905d8b013b8fa1b585d03f2d8c91412f2b277d3c6d62
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:09 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:09 keypool reserve 192
DEBUG:bitcoind:2017-11-29 16:21:09 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:09 UpdateTip: new best=129e1b4a0c3f635627e60e1f95f3bd8b5c34205c35810ed633569c273352a89d height=710 version=0x20000000 log2_work=10.473706 tx=804 date='2017-11-29 16:21:09' progress=1.000000 cache=0.2MiB(804txo)
DEBUG:bitcoind:2017-11-29 16:21:09 AddToWallet cc88591a0eb1f80268090f9fb4c71bf3db4e2eca194a720014be98e738c08b23 new
DEBUG:bitcoind:2017-11-29 16:21:09 keypool keep 192
DEBUG:proc:lightningd(20283): Adding block 9da85233279c5633d60e81355c20345c8bbdf3951f0ee62756633f0c4a1b9e12
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:10 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:10 keypool reserve 193
DEBUG:bitcoind:2017-11-29 16:21:10 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:10 UpdateTip: new best=5701d58b5d0e5afa47ca3f19c14c6846589fd28cefebc8dfee00329cd90e283d height=711 version=0x20000000 log2_work=10.475733 tx=805 date='2017-11-29 16:21:10' progress=1.000000 cache=0.2MiB(805txo)
DEBUG:bitcoind:2017-11-29 16:21:10 AddToWallet 999226c975f7067a4455ebc9d6fd57575aea84a0e97c6ffcdfb86b0b0962db32 new
DEBUG:bitcoind:2017-11-29 16:21:10 keypool keep 193
DEBUG:proc:lightningd(20283): Adding block 3d280ed99c3200eedfc8ebef8cd29f5846684cc1193fca47fa5a0e5d8bd50157
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:11 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:11 keypool reserve 194
DEBUG:bitcoind:2017-11-29 16:21:11 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:11 UpdateTip: new best=03f7e69d24cb74a1b573ad167b2a57afc82dcf1ca98a5314ae7f67d6bbcd7f24 height=712 version=0x20000000 log2_work=10.477758 tx=806 date='2017-11-29 16:21:11' progress=1.000000 cache=0.2MiB(806txo)
DEBUG:bitcoind:2017-11-29 16:21:11 AddToWallet 8b71c38aba8ed7f7e297516632405f546df37ec1fd722bcc7517b1f25778bac2 new
DEBUG:bitcoind:2017-11-29 16:21:11 keypool keep 194
DEBUG:proc:lightningd(20283): Adding block 247fcdbbd6677fae14538aa91ccf2dc8af572a7b16ad73b5a174cb249de6f703
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:12 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:12 keypool reserve 195
DEBUG:bitcoind:2017-11-29 16:21:12 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:12 UpdateTip: new best=6ced71b597fd1b06b93c2c047be3e37b7e9c8d2bb1cfa4b3f4558b0078ff2a1f height=713 version=0x20000000 log2_work=10.47978 tx=807 date='2017-11-29 16:21:12' progress=1.000000 cache=0.2MiB(807txo)
DEBUG:bitcoind:2017-11-29 16:21:12 AddToWallet fa24d53240239f1fe549c53bb3f80fe166d3703cb49d77dbf3f92fcd6e0f62a9 new
DEBUG:proc:2017-11-29 17:21:12.707 [INF] BMGR: Processed 10 blocks in the last 10.51s (10 transactions, height 713, 2017-11-29 17:21:12 +0100 CET)
DEBUG:bitcoind:2017-11-29 16:21:12 keypool keep 195
DEBUG:proc:lightningd(20283): Adding block 1f2aff78008b55f4b3a4cfb12b8d9c7e7be3e37b042c3cb9061bfd97b571ed6c
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:13 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:13 keypool reserve 196
DEBUG:bitcoind:2017-11-29 16:21:13 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:13 UpdateTip: new best=3549ee10561302128e5f858e8149873e0ca81ca40183b6bb20c5fc2a163005a9 height=714 version=0x20000000 log2_work=10.481799 tx=808 date='2017-11-29 16:21:13' progress=1.000000 cache=0.2MiB(808txo)
DEBUG:bitcoind:2017-11-29 16:21:13 AddToWallet 30beb19d5247569d4d6bce319b99c32927398bfa1ee977122fb015346d29e5f2 new
DEBUG:bitcoind:2017-11-29 16:21:13 keypool keep 196
DEBUG:proc:lightningd(20283): Adding block a90530162afcc520bbb68301a41ca80c3e8749818e855f8e1202135610ee4935
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:14 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:14 keypool reserve 197
DEBUG:bitcoind:2017-11-29 16:21:14 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:14 UpdateTip: new best=64dc88adc79659904e410d4321dc9d71d2f20cc872805feab0ab44230d92a3b2 height=715 version=0x20000000 log2_work=10.483816 tx=809 date='2017-11-29 16:21:14' progress=1.000000 cache=0.2MiB(809txo)
DEBUG:bitcoind:2017-11-29 16:21:14 AddToWallet 808acd3d21c9fdd4e4ca28b0f593ee1fea164a4157ae426ef294b5a849a64cac new
DEBUG:bitcoind:2017-11-29 16:21:14 keypool keep 197
DEBUG:proc:lightningd(20283): Adding block b2a3920d2344abb0ea5f8072c80cf2d2719ddc21430d414e905996c7ad88dc64
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:15 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:15 keypool reserve 198
DEBUG:bitcoind:2017-11-29 16:21:15 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:15 UpdateTip: new best=1c98c502b037951aa35df120ab2e5762cf8457c2d5be3f27582112884f61a621 height=716 version=0x20000000 log2_work=10.485829 tx=810 date='2017-11-29 16:21:15' progress=1.000000 cache=0.2MiB(810txo)
DEBUG:bitcoind:2017-11-29 16:21:15 AddToWallet 8128279a0bcbad585a747a4c21eadd65e0c5981eaebad6b1c480def8668c22b9 new
DEBUG:bitcoind:2017-11-29 16:21:15 keypool keep 198
DEBUG:proc:lightningd(20283): Adding block 21a6614f88122158273fbed5c25784cf62572eab20f15da31a9537b002c5981c
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:16 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:16 keypool reserve 199
DEBUG:bitcoind:2017-11-29 16:21:16 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:16 UpdateTip: new best=4f49afa483cb8f7f735e60a20827753f03b0efc6d536946e1cc6149ac91f2e2d height=717 version=0x20000000 log2_work=10.48784 tx=811 date='2017-11-29 16:21:16' progress=1.000000 cache=0.2MiB(811txo)
DEBUG:bitcoind:2017-11-29 16:21:16 AddToWallet 32c8839ce0df9723e54afe3fd515587824be7902dd1296cdeae06beabee76629 new
DEBUG:bitcoind:2017-11-29 16:21:16 keypool keep 199
DEBUG:proc:lightningd(20283): Adding block 2d2e1fc99a14c61c6e9436d5c6efb0033f752708a2605e737f8fcb83a4af494f
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:18 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:18 keypool reserve 200
DEBUG:bitcoind:2017-11-29 16:21:18 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:18 UpdateTip: new best=5d4b67ea7b73076621dcfb86dd040cfdb22596fa4567c616c6a88bfd7f8391fa height=718 version=0x20000000 log2_work=10.489848 tx=812 date='2017-11-29 16:21:18' progress=1.000000 cache=0.2MiB(812txo)
DEBUG:bitcoind:2017-11-29 16:21:18 AddToWallet 14a810ff997c0896251bdc50e49a6ed2a0c909a6c1be497e3b153e52714ddf11 new
DEBUG:bitcoind:2017-11-29 16:21:18 keypool keep 200
DEBUG:proc:lightningd(20283): Adding block fa91837ffd8ba8c616c66745fa9625b2fd0c04dd86fbdc216607737bea674b5d
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:19 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:19 keypool reserve 201
DEBUG:bitcoind:2017-11-29 16:21:19 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:19 UpdateTip: new best=09c6a3c8baa30a8ae92c99f0b5c577f645cb1f80088332de0d3769b859ee6d82 height=719 version=0x20000000 log2_work=10.491853 tx=813 date='2017-11-29 16:21:19' progress=1.000000 cache=0.2MiB(813txo)
DEBUG:bitcoind:2017-11-29 16:21:19 AddToWallet 1644972352433a55028bbaf42073d461a5fe64b6173ae40b5b18bd355494bc95 new
DEBUG:bitcoind:2017-11-29 16:21:19 keypool keep 201
DEBUG:proc:lightningd(20283): Adding block 826dee59b869370dde328308801fcb45f677c5b5f0992ce98a0aa3bac8a3c609
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:20 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:20 keypool reserve 202
DEBUG:bitcoind:2017-11-29 16:21:20 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:20 UpdateTip: new best=72ee2cb9a6d8036563143146d22138375a97ae3fd4d2ecbcafdade79b3c0f664 height=720 version=0x20000000 log2_work=10.493855 tx=814 date='2017-11-29 16:21:20' progress=1.000000 cache=0.2MiB(814txo)
DEBUG:bitcoind:2017-11-29 16:21:20 AddToWallet b54a12014d16c4d448b8b5348fed00b567895a2beea93227ceff2a0cbb0d8d1a new
DEBUG:bitcoind:2017-11-29 16:21:20 keypool keep 202
DEBUG:proc:lightningd(20283): Adding block 64f6c0b379dedaafbcecd2d43fae975a373821d2463114636503d8a6b92cee72
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:21 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:21 keypool reserve 203
DEBUG:bitcoind:2017-11-29 16:21:21 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:21 UpdateTip: new best=1fe1e1802d0d59b58d8c63b76b627e0d2e30fec4b01fa1bc93e4ecd48279a01f height=721 version=0x20000000 log2_work=10.495855 tx=815 date='2017-11-29 16:21:21' progress=1.000000 cache=0.2MiB(815txo)
DEBUG:bitcoind:2017-11-29 16:21:21 AddToWallet d181e3d8fd4c62c7d2d9a3d370677c9dbb48d6f36cc7a1714422398541b51341 new
DEBUG:bitcoind:2017-11-29 16:21:21 keypool keep 203
DEBUG:proc:lightningd(20283): Adding block 1fa07982d4ece493bca11fb0c4fe302e0d7e626bb7638c8db5590d2d80e1e11f
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:22 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:22 keypool reserve 204
DEBUG:bitcoind:2017-11-29 16:21:22 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:22 UpdateTip: new best=4d7cb6613824240b6a940eb0db871a5b354f5f80570b1ae8bb9d457fa9d906f9 height=722 version=0x20000000 log2_work=10.497852 tx=816 date='2017-11-29 16:21:22' progress=1.000000 cache=0.2MiB(816txo)
DEBUG:bitcoind:2017-11-29 16:21:22 AddToWallet e60031fa357a3deceba42a1c2d814f16695b6955ad1f7faecff59b42b4c1cbf9 new
DEBUG:bitcoind:2017-11-29 16:21:22 keypool keep 204
DEBUG:proc:lightningd(20283): Adding block f906d9a97f459dbbe81a0b57805f4f355b1a87dbb00e946a0b24243861b67c4d
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:23 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:23 keypool reserve 205
DEBUG:bitcoind:2017-11-29 16:21:23 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:23 UpdateTip: new best=15f41c6419ceeddb55e966b87fa8af82e047b12181903242328cc2c63832aa0d height=723 version=0x20000000 log2_work=10.499846 tx=817 date='2017-11-29 16:21:23' progress=1.000000 cache=0.2MiB(817txo)
DEBUG:bitcoind:2017-11-29 16:21:23 AddToWallet d18f26beb61360d8c67e67efb8acedb389ab0323b1fd93171c4cdd0b829c0985 new
DEBUG:bitcoind:2017-11-29 16:21:23 keypool keep 205
DEBUG:proc:2017-11-29 17:21:23.357 [INF] BMGR: Processed 10 blocks in the last 10.65s (10 transactions, height 723, 2017-11-29 17:21:23 +0100 CET)
DEBUG:proc:lightningd(20283): Adding block 0daa3238c6c28c324232908121b147e082afa87fb866e955dbedce19641cf415
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:24 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:24 keypool reserve 206
DEBUG:bitcoind:2017-11-29 16:21:24 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:24 UpdateTip: new best=283f9caf191532e0a4292acdb0a864be7a388ef0308f5374c311fca48682f517 height=724 version=0x20000000 log2_work=10.501837 tx=818 date='2017-11-29 16:21:24' progress=1.000000 cache=0.2MiB(818txo)
DEBUG:bitcoind:2017-11-29 16:21:24 AddToWallet 3ddd7d1b2eb5bfcc60db804af368e6dcc83ac774ccbba24548103fa770777f23 new
DEBUG:bitcoind:2017-11-29 16:21:24 keypool keep 206
DEBUG:proc:lightningd(20283): Adding block 17f58286a4fc11c374538f30f08e387abe64a8b0cd2a29a4e0321519af9c3f28
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:25 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:25 keypool reserve 207
DEBUG:bitcoind:2017-11-29 16:21:25 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:25 UpdateTip: new best=31cd21541bc5bd9dfe60433cd9b2188c07ec909e596f3644e89d4a24b2467e9f height=725 version=0x20000000 log2_work=10.503826 tx=819 date='2017-11-29 16:21:25' progress=1.000000 cache=0.2MiB(819txo)
DEBUG:bitcoind:2017-11-29 16:21:25 AddToWallet d50be885d301079617ed28563e1d83423f2840eaef00d97f7ca4e5d186d59ddb new
DEBUG:bitcoind:2017-11-29 16:21:25 keypool keep 207
DEBUG:proc:lightningd(20283): Adding block 9f7e46b2244a9de844366f599e90ec078c18b2d93c4360fe9dbdc51b5421cd31
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:26 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:26 keypool reserve 208
DEBUG:bitcoind:2017-11-29 16:21:26 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:26 UpdateTip: new best=2440367d52b7b97d06a068e7bba70710d78e39b9b41e84b54db25f8f3ab70b59 height=726 version=0x20000000 log2_work=10.505812 tx=820 date='2017-11-29 16:21:26' progress=1.000000 cache=0.2MiB(820txo)
DEBUG:bitcoind:2017-11-29 16:21:26 AddToWallet db96bd7fd8033fb1d45716fd419e937bdf7a18048eb3340889d8e38193a3ceea new
DEBUG:bitcoind:2017-11-29 16:21:26 keypool keep 208
DEBUG:proc:lightningd(20283): Adding block 590bb73a8f5fb24db5841eb4b9398ed71007a7bbe768a0067db9b7527d364024
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:27 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:27 keypool reserve 209
DEBUG:bitcoind:2017-11-29 16:21:27 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:27 UpdateTip: new best=06a45dba679ba75140d4ab1f4eeb047bbb088bf122e807d10fecb1289e4cb0cb height=727 version=0x20000000 log2_work=10.507795 tx=821 date='2017-11-29 16:21:27' progress=1.000000 cache=0.2MiB(821txo)
DEBUG:bitcoind:2017-11-29 16:21:27 AddToWallet 16b1b41c2ae86607b59571106a44030ba8bd3e72eb9065c7a1e96ba1beeff576 new
DEBUG:bitcoind:2017-11-29 16:21:27 keypool keep 209
DEBUG:proc:lightningd(20283): Adding block cbb04c9e28b1ec0fd107e822f18b08bb7b04eb4e1fabd44051a79b67ba5da406
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
{"method": "generate", "params": [1], "id": 1, "version": "1.1"}
DEBUG:bitcoind:2017-11-29 16:21:28 keypool added 1 keys (0 internal), size=2000 (1000 internal)
DEBUG:bitcoind:2017-11-29 16:21:28 keypool reserve 210
DEBUG:bitcoind:2017-11-29 16:21:28 CreateNewBlock(): total size: 263 block weight: 944 txs: 0 fees: 0 sigops 400
DEBUG:bitcoind:2017-11-29 16:21:28 UpdateTip: new best=0734d298795a20a672edd0ef2d342ff0747acaa62130b4255ce918703e572860 height=728 version=0x20000000 log2_work=10.509775 tx=822 date='2017-11-29 16:21:28' progress=1.000000 cache=0.2MiB(822txo)
DEBUG:bitcoind:2017-11-29 16:21:28 AddToWallet 2c7d5182b447fb8bf6712affda2880d8eeecde68886b19095f104839027ff421 new
DEBUG:bitcoind:2017-11-29 16:21:28 keypool keep 210
DEBUG:proc:lightningd(20283): Adding block 6028573e7018e95c25b43021a6ca7a74f02f342defd0ed72a6205a7998d23407
DEBUG:proc:lightningd(20283): Immediate feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Normal feerate 5021 (was 5021)
DEBUG:proc:lightningd(20283): Slow feerate 5021 (was 5021)
Checking 2 nodes for gossip sync
INFO:root:Calling allchannels with params=[]
DEBUG:urllib3.connectionpool:http://localhost:26331 "POST / HTTP/1.1" 200 45
DEBUG:root:Method allchannels returned {'result': [], 'id': 'scala-client'}
DEBUG:root:Node 0 knows about the following channels []
Node 0 is missing 2 channels
--------------------------- Captured stdout teardown ---------------------------
INFO:root:LightningD stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment