--- Day changed Mon May 15 2017 00:02 -!- da2ce7 [~da2ce7@opentransactions/dev/da2ce7] has quit [Quit: ZNC 1.6.4 - http://znc.in] 00:04 -!- da2ce7 [~da2ce7@opentransactions/dev/da2ce7] has joined #bitcoin-core-dev 00:13 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 01:37 -!- randy-waterhouse [~kiwigb@opentransactions/dev/randy-waterhouse] has quit [Quit: Leaving.] 01:40 -!- timothy [tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:40 -!- riemann [~riemann@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 01:52 -!- Dyaheon- [~Dya@91.156.192.24] has quit [Ping timeout: 240 seconds] 01:54 -!- Dyaheon [~Dya@91.156.192.24] has joined #bitcoin-core-dev 02:09 -!- jannes [~jannes@095-097-246-234.static.chello.nl] has joined #bitcoin-core-dev 02:10 -!- Juki [240c44a4@gateway/web/freenode/ip.36.12.68.164] has joined #bitcoin-core-dev 02:10 -!- Juki [240c44a4@gateway/web/freenode/ip.36.12.68.164] has quit [Client Quit] 02:19 -!- Ona [~Ona@188.226.139.184] has quit [Remote host closed the connection] 02:38 -!- d9b4bef9 [~d9b4bef9@207.38.86.239] has quit [Remote host closed the connection] 02:39 -!- d9b4bef9 [~d9b4bef9@207.38.86.239] has joined #bitcoin-core-dev 02:40 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has quit [Ping timeout: 260 seconds] 02:48 -!- schnerchi [~schnerchi@2a01:4f8:c0c:afe::2] has quit [Ping timeout: 258 seconds] 02:48 -!- schnerchi [~schnerchi@2a01:4f8:c0c:afe::2] has joined #bitcoin-core-dev 02:56 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 02:57 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 03:12 -!- molz_ [~molly@unaffiliated/molly] has quit [Read error: Connection reset by peer] 03:13 -!- moli_ [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 03:17 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-lmmpakwwloeisxqn] has quit [Quit: Connection closed for inactivity] 03:26 -!- Squidicc [~squid@pool-173-48-116-49.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 03:27 -!- JackH [~laptop@79-73-189-229.dynamic.dsl.as9105.com] has quit [Ping timeout: 260 seconds] 03:29 -!- Squidicuz [~squid@pool-173-48-116-49.bstnma.fios.verizon.net] has quit [Ping timeout: 240 seconds] 04:07 -!- Sylvain85 [587a2c73@gateway/web/freenode/ip.88.122.44.115] has joined #bitcoin-core-dev 04:07 < Sylvain85> Bonjours 04:10 < Sylvain85> y a t il quelqu un qui pourait me dire comme faire une solo pool svp 04:12 < Sylvain85> o 04:12 -!- Sylvain85 [587a2c73@gateway/web/freenode/ip.88.122.44.115] has quit [Quit: Page closed] 04:13 -!- harrymm [~wayne@104.237.91.250] has quit [Read error: Connection reset by peer] 04:13 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:14 -!- voidzero [~voidzero@unaffiliated/drumfire] has left #bitcoin-core-dev [] 04:37 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:14 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 05:16 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 05:29 -!- PaulCapestany [~PaulCapes@2604:5500:17:2ea:79c9:619b:e829:1fa6] has quit [Quit: .] 05:34 -!- PaulCapestany [~PaulCapes@2604:5500:17:2ea:5dfe:6aa6:f987:2fdf] has joined #bitcoin-core-dev 05:36 -!- str4d [~str4d@27.110.123.91] has quit [Ping timeout: 272 seconds] 05:37 -!- JackH [~laptop@79-73-189-229.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 05:51 -!- helo_ [59451063@gateway/web/freenode/ip.89.69.16.99] has joined #bitcoin-core-dev 05:57 < helo_> hello, are you sure all script tests are correct? specifically "["549755813888", "0x06 0xFFFFFFFF7F EQUAL", "P2SH,STRICTENC", "OK"]," in script_tests.json 06:00 < helo_> previous test: "["549755813887", "0x05 0xFFFFFFFF7F EQUAL", "P2SH,STRICTENC", "OK"]," 06:14 < wumpus> I'm confused by that one 06:14 < arubi> it's fine.. 06:15 < arubi> some number base 10 as input, equals to some base16 thing on the script 06:16 < wumpus> fairly sure it's fine, but I couldn't quite explain why both of them match with different values 06:16 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 06:16 < arubi> ohh now I see what you mean 06:17 < arubi> that is weird. 0xFFFFFFFF7F is not 0x06 bytes 06:17 < helo_> that's my point :) 06:18 < wumpus> extrapolating from the previous ones you'd expect it to be 0x06 0x000000008000 06:18 < arubi> that's the correct encoding fwiw 06:23 < bitcoin-git> [bitcoin] ryanofsky opened pull request #10403: Fix importmulti failure to return rescan errors (master...pr/scansame) https://github.com/bitcoin/bitcoin/pull/10403 06:24 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 06:27 < wumpus> ["549755813888", "0x06 0x000000008000 EQUAL", "P2SH,STRICTENC", "OK"], passes as well 06:27 < arubi> so is 549755813888 == 0xFFFFFFFF7F87 ..? 06:35 -!- Cheeseo [~x@unaffiliated/cheeseo] has joined #bitcoin-core-dev 06:42 < arubi> well not "==" I guess, since the equal op /is/ "eaten" by the 0x06, so not sure. I do get "unknown error" trying to redeem such a script on regtest (some older client) 06:42 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 06:42 < arubi> probably doing something wrong though 06:49 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 06:55 < SopaXorzTaker> wait 06:55 < SopaXorzTaker> why does the PoW process only calculate the hash of the block header? 06:55 < SopaXorzTaker> why not the whole block?\ 06:55 < SopaXorzTaker> I understand that there's a Merkle root in the header which allows to verify the transactions attached 06:56 < SopaXorzTaker> but still, hashing the header only makes room for some optimization 06:56 < wumpus> right, it indirectly verifies the whole block, that's enough 06:56 < SopaXorzTaker> and PoW has to be hard 06:56 < wumpus> it already can be made arbitrarily hard by choosing a low target 06:57 < wumpus> and the hardness shouldn't really depend on the size of the block or number of transactions 07:02 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 07:09 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 07:10 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 07:13 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 07:18 < paveljanik> jnewbery: I have now finished current master's test_runner two times without "failed" status. One run before, I received 1 failure TypeError: 'NoneType' object is not iterable and one bitcoind remained unkilled. I'm now trying to reach the status of more than one failure and will investigate how many bitcoinds will remained unkilled. 07:22 < jnewbery> paveljanik: great. I'm planning to tackle the 'NoneType' object is not iterable errors once #10359 and the following PR are merged. Those 'NoneType' object is not iterable errors are to do with the test framework's tracking of the bitcoind processes. Once that state is handled by the TestFramework class it should be easier to work on. 07:22 < gribble> https://github.com/bitcoin/bitcoin/issues/10359 | [tests] functional tests should call BitcoinTestFramework start/stop node methods by jnewbery · Pull Request #10359 · bitcoin/bitcoin · GitHub 07:23 < bitcoin-git> [bitcoin] sdaftuar opened pull request #10404: Add logging to FinalizeNode() (master...2017-05-log-finalize-node) https://github.com/bitcoin/bitcoin/pull/10404 07:23 < paveljanik> ok, great! 07:34 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 07:37 -!- GreenF [~inteligen@201.20.137.1] has joined #bitcoin-core-dev 07:39 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 07:39 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 07:41 -!- Conficker [~inteligen@201.20.137.1] has quit [Ping timeout: 240 seconds] 07:47 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 07:51 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 07:54 < wumpus> arubi: yes, the OP_EQUAL is eaten 07:55 < wumpus> so it exits the script with ffffffff7f87 on the stack, and as CLEANSTACK is not checked for that test, it passes 07:57 < arubi> somehow I thought CLEANSTACK was included in P2SH 07:57 -!- Giszmo [~leo@201.215.13.240] has joined #bitcoin-core-dev 07:57 < arubi> yep, seeing now that it's not 07:57 < wumpus> I thought so too but it's the other way around 07:58 < wumpus> for the json scripttests, CLEANSTACK drags in P2SH and WITNESS 08:02 -!- riemann [~riemann@84-10-11-234.static.chello.pl] has quit [Quit: Leaving] 08:02 < bitcoin-git> [bitcoin] laanwj opened pull request #10405: tests: Correct testcase in script_tests.json for large number OP_EQUAL (master...2017_05_scriptnum_test) https://github.com/bitcoin/bitcoin/pull/10405 08:05 -!- talmai [~T@74.118.24.210] has joined #bitcoin-core-dev 08:06 < arubi> wumpus, I think it's missing a ',' ? 08:08 < arubi> unless github screws with the view somehow, line 352 is missing the final comma 08:10 < wumpus> ah yes thanks, I copy pasted it from an otherwise empty json 08:20 < bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/41987aa92f0d...96c850c20913 08:20 < bitcoin-git> bitcoin/master c99ab3c Luke Dashjr: RPC: Allow multiple names for parameters 08:20 < bitcoin-git> bitcoin/master e3c9f2d Andrew Chow: Use a verbosity instead of two verbose parameters... 08:20 < bitcoin-git> bitcoin/master 96c850c Wladimir J. van der Laan: Merge #8704: [RPC] Transaction details in getblock... 08:20 < bitcoin-git> [bitcoin] laanwj closed pull request #8704: [RPC] Transaction details in getblock (master...getblock-extraverbose) https://github.com/bitcoin/bitcoin/pull/8704 08:26 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 08:27 -!- talmai [~T@74.118.24.210] has quit [Ping timeout: 240 seconds] 08:38 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 246 seconds] 08:42 -!- talmai [~T@172.58.216.83] has joined #bitcoin-core-dev 08:44 -!- abpa [~abpa@96-82-80-28-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:52 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 08:53 -!- talmai [~T@172.58.216.83] has quit [Ping timeout: 240 seconds] 08:53 -!- Giszmo [~leo@201.215.13.240] has quit [Quit: Leaving.] 08:56 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 08:58 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 08:58 -!- harrymm [~wayne@104.237.91.251] has joined #bitcoin-core-dev 09:00 -!- Giszmo [~leo@pc-240-13-215-201.cm.vtr.net] has joined #bitcoin-core-dev 09:02 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 09:07 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 260 seconds] 09:09 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 09:11 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 09:12 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 09:19 -!- cryptapus_afk [~cryptapus@unaffiliated/cryptapus] has quit [Remote host closed the connection] 09:19 -!- cryptapus_afk [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 09:22 -!- cryptapus_afk [~cryptapus@unaffiliated/cryptapus] has quit [Remote host closed the connection] 09:23 -!- Squidicc [~squid@pool-173-48-116-49.bstnma.fios.verizon.net] has quit [Quit: Oh no, not again] 09:24 -!- CubicEarth [~cubiceart@host81-134-33-95.in-addr.btopenworld.com] has joined #bitcoin-core-dev 09:24 -!- Squidicuz [~squid@pool-173-48-116-49.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 09:29 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 240 seconds] 09:40 -!- CubicEarth [~cubiceart@host81-134-33-95.in-addr.btopenworld.com] has quit [Ping timeout: 246 seconds] 09:45 -!- talmai [~T@172.58.216.83] has joined #bitcoin-core-dev 09:55 -!- timothy [tredaelli@redhat/timothy] has quit [Remote host closed the connection] 09:58 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 10:10 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 10:11 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 10:23 -!- talmai [~T@172.58.216.83] has quit [Ping timeout: 240 seconds] 10:25 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 10:26 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 10:35 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 10:44 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 10:54 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 10:55 -!- JackH [~laptop@79-73-189-229.dynamic.dsl.as9105.com] has quit [Ping timeout: 240 seconds] 10:56 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 10:56 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 10:57 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:58 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 10:59 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:01 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:03 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:04 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 11:04 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:05 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:06 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:07 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 11:07 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:08 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:10 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:12 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:13 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:14 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:15 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:16 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:17 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:18 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:19 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:20 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:22 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:22 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:24 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:24 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:25 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 11:25 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:27 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:28 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:29 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:30 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:31 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:31 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 11:34 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:36 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-tywysrwbtwdekvcg] has joined #bitcoin-core-dev 11:46 < dermoth> Hey there... I was thinking about the issue of block size vs. propagation time... If I'm not mistaken Bitcoin already sends header only first so miners can start mining quickly on tip, but they cannot validate/include any transaction until they get the full block... 11:48 < dermoth> What if the block header includes a bloom filter on tx inputs, so miners could at least include any transactions that the bloom filter tells for sure cannot be double spends from the accompanying block header 11:48 < sipa> look at BIP152 11:48 < sipa> that's far smaller than a bloom filter is in normal cases 11:49 -!- GreenF [~inteligen@201.20.137.1] has quit [Ping timeout: 246 seconds] 11:53 -!- wolfspra1l [~wolfsprau@88.198.205.71] has quit [Quit: leaving] 11:53 -!- wolfspraul [~wolfsprau@bobbin.q-ag.de] has joined #bitcoin-core-dev 11:54 < dermoth> Nice... well I was considering a very small bloom filter.... arguably I didn't even check how small it can be without ending up being 100% false positive 11:54 < dermoth> especially considering much larger block sizes 11:56 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 12:01 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 12:02 < dermoth> sipa, I must say I'm not very familiar with bloom filters besides the concept, but according to https://krisives.github.io/bloom-calculator/, with 1M items and 50% error rate all you need is 176k 12:02 < sipa> bip152 often relays blocks in a few kb 12:03 < dermoth> well i'm talking an extreme case... how large would be a block with 1M tx ? 12:03 < sipa> that many transactions don't fit in a block 12:04 < dermoth> 3k tx, 10% error rate is 1.75kb 12:04 < dermoth> sipa, i'm thinking wayyyy ahead ;) 12:04 < gmaxwell> dermoth: mining without validation is pretty toxic to scalablity, because it makes it insecure to use lite wallets. 12:04 < sipa> perhaps this is more for #bitcoin-wizards then 12:04 < sipa> also, a bloom filter won't let you find conflicts with other transactions 12:04 < gmaxwell> tiny amounts are probably irrelevant, but larger amounts not so much. 12:05 < dermoth> that'S why I said iy would have to be based on inputs rather than tx hhashes 12:05 < gmaxwell> sipa: well you can filter the inputs that were spent, there was a point on bitcoin-dev about this a year ago. 12:05 < sipa> ah yes 12:05 < sipa> anyway, seems offtopic for here 12:06 < gmaxwell> In pratice miners just combine into a bigger pool in any case. Rather than worrying about adding more complexity handling bloom filter messages, 12:06 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 12:06 < dermoth> I'm just throwing out the idea... if there's a way to make it work it could be a cheap way to allow miners quickly add tx to new blocks while they're syncing up the block data 12:07 < dermoth> sipa, yes possibly OT - hoe many bitcoin "dev" channels there is?? :) 12:08 < sipa> well this channel is about the developement of bitcoin core 12:08 < sipa> not about ideas to radically change the protocol 12:13 < dermoth> Maybe I could try drafting up a proposal...Actually all there is needed to add is the bloom hash and any variable parameters (ex if implemented with variable size), as the bloom filter can be generated from the block data. But I'm 100% sure how an input can be uniquely identified; i.e. so there would be no room for double spends 12:13 < gmaxwell> dermoth: this has already been proposed. 12:13 < gmaxwell> about a year ago. 12:14 < gmaxwell> and as I said, I don't think there is any interest: it slaughters light client security, so it isn't a public benefit, and when miners are concerned about orphaning they just respond by centeralizing. 12:16 < dermoth> gmaxwell, I'm not sure we're talking about the same thing... the bloom filter would be only useful to allow miners to quickly start adding transactions to the blocks. I'm thinking of only additional data in the block header to make this possible 12:16 < sipa> and there is no way to prove that the bloom filter is correct 12:17 < sipa> and if it isn't, miners may produce invalid blocks 12:17 < dermoth> probably something like filter size & hash, then clients could choose to receive the header + bloom and start generating block templates that include transaction that the filter guarantees are not double spends 12:17 < sipa> please, no shower thought ideas here 12:18 < sipa> this channel is about implementation and development of the bitcoin core software 12:18 < dermoth> #bitcoin-dev would be more appropriate? 12:19 < windsok> #bitcoin-wizards 12:20 < dermoth> thanks 12:21 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 12:22 < gmaxwell> dermoth: What was propsoed was creating a bloom filter of the txins spent by a block so that miners could do even more mining without validating and not miss out on collecting (most of the) fees. 12:23 < sipa> gmaxwell: please, not here 12:23 -!- moli_ [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 12:33 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 12:37 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 12:59 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 13:15 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 240 seconds] 13:17 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 13:21 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Remote host closed the connection] 13:28 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 13:41 -!- Dyaheon [~Dya@91.156.192.24] has quit [Ping timeout: 240 seconds] 13:43 -!- Dyaheon [~Dya@a91-156-192-24.elisa-laajakaista.fi] has joined #bitcoin-core-dev 13:52 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/96c850c20913...8bd16ee12fc8 13:52 < bitcoin-git> bitcoin/master 3ba2c08 John Newbery: [tests] fix disconnect_ban intermittency 13:52 < bitcoin-git> bitcoin/master 8bd16ee MarcoFalke: Merge #10376: [tests] fix disconnect_ban intermittency... 13:53 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #10376: [tests] fix disconnect_ban intermittency (master...disconnect_ban_flakiness) https://github.com/bitcoin/bitcoin/pull/10376 13:58 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 14:10 -!- moli_ [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 14:13 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 14:15 -!- moli_ [~molly@unaffiliated/molly] has quit [Ping timeout: 268 seconds] 14:18 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 14:20 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 14:22 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 14:22 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 14:22 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 14:24 -!- JackH [~laptop@79-73-189-229.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 14:26 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Remote host closed the connection] 14:58 < bitcoin-git> [bitcoin] metacoin opened pull request #10407: Trivial: fixed spelling, "Bitcion" -> "Bitcoin" (master...metacoin-fix-translation-spelling) https://github.com/bitcoin/bitcoin/pull/10407 15:13 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 15:20 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 15:20 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 15:26 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 15:40 < bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8bd16ee12fc8...b6ee855b411e 15:40 < bitcoin-git> bitcoin/master 4f3782e Simone Madeo: [doc] Removing comments about dirty entries on txmempool 15:40 < bitcoin-git> bitcoin/master b6ee855 Pieter Wuille: Merge #10380: [doc] Removing comments about dirty entries on txmempool... 15:40 < bitcoin-git> [bitcoin] sipa closed pull request #10380: [doc] Removing comments about dirty entries on txmempool (master...master) https://github.com/bitcoin/bitcoin/pull/10380 15:43 -!- vicenteH [~user@37.15.234.135] has quit [Ping timeout: 240 seconds] 15:53 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 260 seconds] 16:01 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 260 seconds] 16:03 -!- jannes [~jannes@095-097-246-234.static.chello.nl] has quit [Quit: Leaving] 16:05 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 16:06 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 16:08 < bitcoin-git> [bitcoin] fanquake closed pull request #10407: Trivial: fixed spelling, "Bitcion" -> "Bitcoin" (master...metacoin-fix-translation-spelling) https://github.com/bitcoin/bitcoin/pull/10407 16:08 -!- AaronvanW [~AaronvanW@5.79.76.38] has joined #bitcoin-core-dev 16:08 -!- AaronvanW [~AaronvanW@5.79.76.38] has quit [Changing host] 16:08 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 16:12 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 16:13 -!- shesek [~shesek@bzq-84-110-233-36.cablep.bezeqint.net] has joined #bitcoin-core-dev 16:13 -!- shesek [~shesek@bzq-84-110-233-36.cablep.bezeqint.net] has quit [Changing host] 16:13 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 16:30 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 16:46 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 16:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 16:53 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 16:59 -!- abpa [~abpa@96-82-80-28-static.hfc.comcastbusiness.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 17:00 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 17:14 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 17:22 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 17:39 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 17:43 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 17:46 -!- Dyaheon [~Dya@a91-156-192-24.elisa-laajakaista.fi] has quit [Ping timeout: 260 seconds] 17:48 -!- Dyaheon [~Dya@a91-156-192-24.elisa-laajakaista.fi] has joined #bitcoin-core-dev 17:50 -!- d_t [~textual@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 17:53 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 18:03 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 18:04 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Remote host closed the connection] 18:11 -!- moli_ [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 18:14 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 18:18 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 18:20 -!- helo_ [59451063@gateway/web/freenode/ip.89.69.16.99] has quit [Quit: Page closed] 18:33 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 18:38 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds] 19:02 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 19:13 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds] 19:14 -!- jcliff42 [~jcliff42@4.16.87.162] has joined #bitcoin-core-dev 19:20 -!- jcliff42 [~jcliff42@4.16.87.162] has quit [Ping timeout: 260 seconds] 20:19 -!- Giszmo [~leo@pc-240-13-215-201.cm.vtr.net] has quit [Quit: Leaving.] 20:23 -!- fengling [~fengling@223.223.187.140] has joined #bitcoin-core-dev 20:35 -!- pavel_ [~paveljani@79.98.72.176] has joined #bitcoin-core-dev 20:36 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 20:36 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 20:38 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Ping timeout: 240 seconds] 20:40 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 268 seconds] 20:41 -!- cryptapus is now known as cryptapus_afk 20:58 -!- cryptapus_afk [~cryptapus@unaffiliated/cryptapus] has quit [Remote host closed the connection] 21:37 -!- harrymm [~wayne@104.237.91.251] has quit [Read error: Connection reset by peer] 21:39 -!- harrymm [~wayne@104.237.91.97] has joined #bitcoin-core-dev 21:40 -!- jcliff42 [~jcliff42@c-50-168-87-98.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 21:44 -!- jcliff42 [~jcliff42@c-50-168-87-98.hsd1.ca.comcast.net] has quit [Ping timeout: 246 seconds] 21:46 -!- fengling [~fengling@223.223.187.140] has quit [Ping timeout: 252 seconds] 21:46 -!- Dyaheon [~Dya@a91-156-192-24.elisa-laajakaista.fi] has quit [Ping timeout: 268 seconds] 21:48 -!- Dyaheon [~Dya@a91-156-192-24.elisa-laajakaista.fi] has joined #bitcoin-core-dev 21:50 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 268 seconds] 21:54 -!- harrymm [~wayne@104.237.91.97] has quit [Ping timeout: 268 seconds] 22:04 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 22:09 -!- Squidicuz [~squid@pool-173-48-116-49.bstnma.fios.verizon.net] has quit [Ping timeout: 240 seconds] 22:11 -!- Squidicuz [~squid@pool-108-26-156-99.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 22:12 -!- harrymm [~wayne@104.237.91.12] has joined #bitcoin-core-dev 22:18 -!- jcliff42 [~jcliff42@54.175.255.176] has joined #bitcoin-core-dev 22:33 -!- fengling [~fengling@223.223.187.140] has joined #bitcoin-core-dev 22:37 -!- pavel_ [~paveljani@79.98.72.176] has quit [Quit: Leaving] 22:45 -!- rockhouse [~rockhouse@unaffiliated/rockhouse] has quit [Remote host closed the connection] 22:48 -!- jcliff42 [~jcliff42@54.175.255.176] has quit [Remote host closed the connection] 22:55 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 22:59 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds] 23:00 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 23:05 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds] 23:09 -!- arowser [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 23:09 -!- PaulCape_ [~PaulCapes@136.24.141.225] has joined #bitcoin-core-dev 23:10 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b6ee855b411e...d0c37ee78984 23:10 < bitcoin-git> bitcoin/master 761392d John Newbery: [logging] log system time and mock time 23:10 -!- PaulCapestany [~PaulCapes@2604:5500:17:2ea:5dfe:6aa6:f987:2fdf] has quit [Ping timeout: 255 seconds] 23:10 < bitcoin-git> bitcoin/master d0c37ee Wladimir J. van der Laan: Merge #10383: [logging] log system time and mock time... 23:10 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 23:10 < bitcoin-git> [bitcoin] laanwj closed pull request #10383: [logging] log system time and mock time (master...log_mocktime) https://github.com/bitcoin/bitcoin/pull/10383 23:11 -!- arowser [~quassel@106.120.101.38] has quit [Read error: Connection reset by peer] 23:16 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 23:19 -!- fengling [~fengling@223.223.187.140] has quit [Ping timeout: 252 seconds] 23:21 -!- goksinen [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds] 23:24 < bitcoin-git> [bitcoin] str4d opened pull request #10408: Net: Improvements to Tor control port parser (master...torcontrol-parser-patches) https://github.com/bitcoin/bitcoin/pull/10408 23:47 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 246 seconds] 23:47 -!- fengling [~fengling@223.223.187.140] has joined #bitcoin-core-dev 23:50 -!- JackH [~laptop@79-73-189-229.dynamic.dsl.as9105.com] has quit [Ping timeout: 268 seconds] 23:54 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 23:55 < bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d0c37ee78984...95546c859b71 23:55 < bitcoin-git> bitcoin/master 012fa9b Spencer Lievens: Add OSX keystroke to clear RPCConsole... 23:55 < bitcoin-git> bitcoin/master 95546c8 Jonas Schnelli: Merge #10362: [GUI] Add OSX keystroke to RPCConsole info... 23:55 < bitcoin-git> [bitcoin] jonasschnelli closed pull request #10362: [GUI] Add OSX keystroke to RPCConsole info (master...RPC-OSX-Keystroke) https://github.com/bitcoin/bitcoin/pull/10362 23:57 -!- moli_ [~molly@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 23:58 < jonasschnelli> Can someone working on the net-code give a final ACK/NACK for https://github.com/bitcoin/bitcoin/pull/9502? sipa, cfields?