--- Day changed Wed Sep 28 2016 00:00 -!- DigiByteDev [~JT2@69.167.28.27] has quit [Quit: DigiByteDev] 00:06 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 00:06 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 00:22 -!- rubensayshi [~ruben@82.201.93.169] has joined #bitcoin-core-dev 00:22 -!- DigiByteDev [~JT2@69.167.32.106] has joined #bitcoin-core-dev 00:34 -!- rubensayshi [~ruben@82.201.93.169] has quit [Remote host closed the connection] 00:35 -!- rubensayshi [~ruben@82.201.93.169] has joined #bitcoin-core-dev 00:47 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 00:47 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 01:08 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 01:08 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 01:09 -!- laurentmt [~Thunderbi@80.215.178.214] has joined #bitcoin-core-dev 01:12 -!- laurentmt [~Thunderbi@80.215.178.214] has quit [Client Quit] 01:29 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 01:29 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Write error: Connection reset by peer] 01:38 -!- phantomcircuit_ is now known as phantomcircuit 01:40 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 01:40 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 01:48 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 01:52 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:55 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 01:55 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 02:22 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 02:22 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 02:33 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 02:33 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 02:37 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has joined #bitcoin-core-dev 02:44 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 02:44 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 02:45 -!- DigiByteDev [~JT2@69.167.32.106] has quit [Ping timeout: 264 seconds] 02:50 -!- Ginnarr [~Ginnarr@unaffiliated/ginnarr] has joined #bitcoin-core-dev 02:58 < jl2012> when I'm working on rpctests, sometimes the node will generate empty blocks despite the mempool is not empty. It usually happens when the transactions in mempool are big. Why would that happen and how could I force it to mine those txs? 02:59 < gmaxwell> will it continue to mine empty blocks, not just a one time event? 03:02 < sipa> jl2012: perhaps an interaction between max block size an cpfp mining? 03:03 < sipa> if you build a chain of dependent transactions that does not actually fit in a block 03:04 < gmaxwell> and then there is nothing else to include other than that chain. 03:04 < jl2012> all parents are confirmed. And keep mining empty blocks 03:07 < jl2012> oh, not really keeping mining empty blocks forever 03:08 < jl2012> there is only 1 tx in mempool, but it'd cleanup the mempool only if I generate about 500 blocks 03:09 < luke-jr> fee too low, so it's waiting for priority? 03:09 < sipa> anything particular about this tx? 03:09 < jl2012> about 80kB 03:09 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has joined #bitcoin-core-dev 03:10 < jl2012> luke-jr: so it'd rather mining empty blocks, than mining a tx with insufficient fee? 03:10 < luke-jr> jl2012: it shouldn't happen with the current code afaik, but that's what it sounds like if it's mining it after blocks 03:10 < luke-jr> I assume there's no locktime? 03:11 < jl2012> no locktime 03:12 < sipa> so after 500 blocks, it does mine it? 03:12 < jl2012> yes, about 400 blocks. I'm try to find the exact number 03:13 < gmaxwell> "Interesting" 03:14 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has quit [Ping timeout: 264 seconds] 03:14 < sipa> is the height it activates a nice multiple of 144 after the activation of segwit? 03:16 < jl2012> well, I find something more strange 03:16 < jl2012> https://www.irccloud.com/pastebin/QiFCc6YN/ 03:16 < gmaxwell> whats that? 03:17 < jl2012> I have a loop. Each round it generates 1 block, and print the results of getrawmempool 03:17 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 03:17 < luke-jr> so it's being pruned and then re-accepted? O.o 03:17 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 03:17 < jl2012> i will push the code, wait 03:19 -!- murch [~murch@p4FE38AB8.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 03:20 -!- Ginnarr [~Ginnarr@unaffiliated/ginnarr] has quit [Quit: Textual IRC Client: www.textualapp.com] 03:22 < jl2012> https://github.com/jl2012/bitcoin/blob/sighashpolicy-test/qa/rpc-tests/sighashlimit.py#L161 03:24 < sipa> jl2012: heh 03:26 < jl2012> it was it's just generate 1 block, print the mempool 03:26 < jl2012> nothing strange 03:27 < jl2012> from the output i assume it was mined at the 11th block, but it re-appeared after that 03:27 < sipa> that's not possible... 03:27 < sipa> or shouldn't be possible 03:28 < sipa> its inputs are spent after mining it 03:28 < jl2012> by the way the tx is not segwit 03:29 < jl2012> maybe i should really see if it is really mined. But that's kind of random 03:29 < sipa> you can call gettransaction to see its number of confirmations, if the transaction applies to the local wallet 03:30 < jl2012> that's not. But I could read the content of blocks 03:31 < gmaxwell> how do these tests mine? 03:31 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 03:31 < gmaxwell> IIRC getblocktemplate can cache templates. 03:31 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 03:32 < jl2012> gmaxwell, the mempool has only 1 tx, if the mempool is cleaned up after mining one block, the tx is not mined (i suppose) 03:37 -!- laurentmt [~Thunderbi@80.215.178.214] has joined #bitcoin-core-dev 03:37 < warren> btcdrak: wow 03:38 -!- laurentmt [~Thunderbi@80.215.178.214] has quit [Client Quit] 03:40 -!- fengling [~fengling@58.135.95.136] has quit [Ping timeout: 268 seconds] 03:42 < btcdrak> warren: I assume you are referring to this " wumpus: i've added thin toolchain builders to depends that rid us of the ubuntu toolchain dependency. Only needed once for bootstrap, then we're self-hosted" 03:43 < warren> cfields_: can the same binary result be reached from another distro's toolchain? 03:43 < phantomcircuit> luke-jr: there seems to be a bug in getblocktemplate 03:43 < phantomcircuit> running master 03:43 < phantomcircuit> "coinbasevalue": 333038622, 03:44 < phantomcircuit> 2016-09-28 10:43:08 ERROR: ConnectBlock(): coinbase pays too much (actual=332777360 vs limit=312500000) 03:44 < phantomcircuit> (this is on testnet) 03:44 < sipa> phantomcircuit: ugh! 03:44 < phantomcircuit> or possibly im just not including transactions? 03:44 < luke-jr> phantomcircuit: in or outside the context of jl2012's stuff? 03:44 < phantomcircuit> hmm 03:44 < phantomcircuit> this seems like im not including transactions actually 03:44 < sipa> phantomcircuit: that would explain 03:46 < phantomcircuit> im just guessing based on the difference 03:47 < jl2012> sorry, seems just a bug in my code 03:47 < luke-jr> >_< 03:47 < jl2012> false alarm 03:47 < sipa> jl2012: goox 03:47 < sipa> good 03:47 < jl2012> I have 2 nodes. I generated blocks in one, and the other one is not synced 03:48 < jl2012> so sometimes it will generate a block with the new tx, but the block is then get orphaned 03:48 < jl2012> and the tx is returned to the mempool 03:54 < gmaxwell> jl2012: oh obvious. Good. 03:55 -!- cdecker [~quassel@2a02:aa16:1105:4a80:4825:67e1:2e05:bd1f] has joined #bitcoin-core-dev 04:06 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Quit: quit] 04:10 -!- fengling [~fengling@58.135.95.136] has joined #bitcoin-core-dev 04:12 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 04:12 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has joined #bitcoin-core-dev 04:12 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 04:21 -!- cryptapus [~cryptapus@87.254.202.230] has joined #bitcoin-core-dev 04:21 -!- cryptapus [~cryptapus@87.254.202.230] has quit [Changing host] 04:21 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 04:34 < wumpus> should I move/clone https://github.com/laanwj/bitcoin-maintainer-tools into bitcoin-core? 04:41 < sipa> i wonder if we shouldn't try to integrate a buildinfo-less mode into the source tree itself 04:42 < sipa> ./configure --disable-buildinfo 04:44 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 04:44 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 04:52 < wumpus> maybe, but this is just an experiment for now 04:53 < wumpus> I don't think that's an argument against the tool though? 04:54 < sipa> sure, just making an unrelated comment 04:55 < sipa> but in general of things are useful for the project jn general, i think they should be in repo 04:55 < wumpus> having it outside the source tree has its advantages, it means easier experimentation, quicker iteration etc 04:55 < wumpus> not everything having to go through series of ACK 04:55 < wumpus> these are just my private tools anyhow 04:56 < wumpus> I think I tend to disagree with that in practice, not everything has to be in the repo 04:57 < wumpus> sure, if something is needed all the time like the github-merge script it makes sense to have it in the repo 04:57 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 04:57 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 04:58 < wumpus> although even of that I have my own version, which I incidentally make improvements to, once there's enough I'll file a PR. But having to do that all the time gives a lot of overhead for everyone involved. 04:58 < wumpus> I have some other scripts too, a few other code analysis tools, and to build release notes, author lists etc. All can be useful, but it's pretty much a meta-project to bitcoin itself. 05:00 < wumpus> it isn't part of the bitcoin core release cycle either 05:00 < wumpus> changes can happen any time, even between rcs, or between rc and final 05:00 < sipa> fair enough 05:01 < sipa> no objection to moving it to bitcoin-core bte 05:01 < sipa> *btw 05:01 < wumpus> thanks 05:02 < wumpus> I also think we can just be more liberal with changes in a tools repo. If you think something is useful, just do it, no need for long review cycles etc. 05:04 < sipa> right, agree 05:04 < wumpus> (or maintaining a listof 130 PRs *despairs*) 05:15 -!- fengling [~fengling@58.135.95.136] has quit [Quit: WeeChat 1.4] 05:18 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 05:19 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 05:30 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 05:30 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 05:38 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:39 -!- cryptapus_ [~cryptapus@66.119.84.15] has joined #bitcoin-core-dev 05:39 -!- cryptapus_ [~cryptapus@66.119.84.15] has quit [Changing host] 05:39 -!- cryptapus_ [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 05:42 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Ping timeout: 240 seconds] 06:02 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 06:02 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 06:06 -!- laurentmt [~Thunderbi@80.215.178.214] has joined #bitcoin-core-dev 06:10 -!- laurentmt [~Thunderbi@80.215.178.214] has quit [Client Quit] 06:14 -!- laurentmt [~Thunderbi@80.215.178.214] has joined #bitcoin-core-dev 06:16 -!- laurentmt [~Thunderbi@80.215.178.214] has quit [Client Quit] 06:21 < jonasschnelli> BlueMatt: A nice... was looking through the code and couldn't find the Auth/MAC 06:23 < BlueMatt> jonasschnelli: in UDPMessageHeader - chk1 and chk2 06:24 < BlueMatt> those are just the hash of the message = the magic (yea, yea, not how you're supposed to do a MAC....whatever) 06:24 < BlueMatt> s/=/+/ 06:25 * jonasschnelli is checking the code 06:25 < BlueMatt> see FillChecksum 06:26 < jonasschnelli> need to checkout first,... github not searchable on forks. :( 06:26 < BlueMatt> its all in one file, you can just read that :p 06:27 < jonasschnelli> wasn't aware of udpnet.cpp :) 06:27 < jonasschnelli> FillChecksum(std::get<3>(msg), std::get<1>(msg), std::get<2>(msg)); 06:27 < jonasschnelli> std::get<3>(msg) is a key or something? 06:28 < sipa> it gets the 3rd element of a tuple 06:28 < jonasschnelli> Yes. 06:28 < jonasschnelli> its declared as a uint64_t 06:28 < jonasschnelli> Wonder how it gets popuplated 06:30 < jonasschnelli> Or is FillChecksum(uint64_t magic, UDPMessage& msg, const unsigned int length) similar to our TCP p2p message packeges where magic is the network magic? 06:33 < jonasschnelli> Okay. Got it... 06:33 < jonasschnelli> UDPConnectionInfo.local_magic gets populated through addudpnode 06:34 < jonasschnelli> Yes. Thats a nice simple auth 06:34 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 06:41 < wumpus> yes 06:45 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 06:46 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 06:48 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 06:58 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 07:06 < jonasschnelli> Maybe I missed something: whats the reason why importmulti requires a scriptPubKey https://github.com/bitcoin/bitcoin/pull/7551/files#diff-522490d83dce5375d423b23886e4125eR979? 07:06 < jonasschnelli> Can't I just import pubkeys? 07:06 < GitHub61> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/14b7b3fb9f79...7b05af634be4 07:06 < GitHub61> bitcoin/master ac01ff2 Wladimir J. van der Laan: doc: Add privacy recommendation when running hidden service 07:06 < GitHub61> bitcoin/master 7b05af6 Wladimir J. van der Laan: Merge #8823: doc: Add privacy recommendation when running hidden service... 07:07 < GitHub121> [bitcoin] laanwj closed pull request #8823: doc: Add privacy recommendation when running hidden service (master...2016_09_tor_recommendation) https://github.com/bitcoin/bitcoin/pull/8823 07:07 < sipa> jonasschnelli: yes, you can, but it's hard to create an API that always has expected results 07:07 < sipa> we have so many different ways through which we can start treating a particular script as ours 07:07 < sipa> maybe it's an imported address 07:08 < sipa> maybe it is p2sh for a redeemscript that contains something we know 07:08 < sipa> maybe we have the private key 07:08 < sipa> maybe we have a pubkey 07:08 < sipa> i think it's impossible to explain all those conditions 07:08 < sipa> so what does 'importing a pubkey' mean 07:09 < jonasschnelli> Yes. I see your point. 07:09 < sipa> should it make sends to that pubkey spendable? or also p2pkh involving those keys? what about a 1-of-3 multisig that involves those keys? 07:09 < sipa> by forcing the user to state exactly what they want, you avoid that 07:09 < sipa> and you can check whether you can provide the functionality they're asking for 07:10 < jonasschnelli> But explicit requiring the scriptPubKey could be a little bit annoying if you just want to import a P2PKH key?! 07:10 < sipa> it's a compromise between convenience and clarity, yes 07:11 < jonasschnelli> A wait... there is an "address" option for the scriptPubKey... okay. let me continue the testing.. 07:11 < jonasschnelli> Makes sense so far. 07:11 < sipa> also, if you just want a p2pkh, you should import just that address, and set watchonly 07:11 < jonasschnelli> Agree. A plain pubkey import is kind of unspecified. 07:12 < sipa> the idea is that 1) you state what you want to see made spendable/solvable/watching, and then 2) all necessary information to accomplish that (which may mean giving redeemscripts, or pubkeys, or private keys) 07:12 < sipa> and in the simplest cases, (2) is empty 07:17 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 07:18 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 07:35 -!- instagibbs [~instagibb@pool-100-15-114-3.washdc.fios.verizon.net] has quit [Quit: ZNC 1.6.3+deb1 - http://znc.in] 07:42 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 07:42 -!- cryptapus_ [~cryptapus@unaffiliated/cryptapus] has quit [Quit: Konversation terminated!] 07:42 < GitHub190> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7b05af634be4...dc641415e75e 07:42 < GitHub190> bitcoin/master 5776e8a fanquake: [depends] Fix Qt compilation with Xcode 8 07:42 < GitHub190> bitcoin/master dc64141 Wladimir J. van der Laan: Merge #8820: [depends] Fix Qt compilation with Xcode 8... 07:42 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 07:42 < GitHub22> [bitcoin] laanwj closed pull request #8820: [depends] Fix Qt compilation with Xcode 8 (master...depends-qt-xcoderun) https://github.com/bitcoin/bitcoin/pull/8820 07:42 -!- cryptapus_ [~cryptapus@87.254.202.243] has joined #bitcoin-core-dev 07:42 -!- cryptapus_ [~cryptapus@87.254.202.243] has quit [Changing host] 07:42 -!- cryptapus_ [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 07:42 < GitHub163> [bitcoin] paveljanik opened pull request #8826: Do not include env_win.cc on non-Windows systems (master...20160928_leveldb_no_win) https://github.com/bitcoin/bitcoin/pull/8826 07:44 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Ping timeout: 240 seconds] 07:44 < jonasschnelli> wumpus: IMO this is ready: https://github.com/bitcoin/bitcoin/pull/7551 07:44 < jonasschnelli> Maybe the help text is not perfect... 07:45 < wumpus> awesome 07:45 < wumpus> well, that can be improved later 07:45 < sipa> i'd like to review 7551 as well, but haven't found the time yet 07:46 < wumpus> ok 07:46 < jonasschnelli> Yes. No hurry. 07:47 < jonasschnelli> We should just make sure we merge is some month before 0.14 RC 07:47 < sipa> absolutely 07:47 < wumpus> yes, it is functionality that certainly needs to be in master for a while before the release 07:47 < wumpus> it's complex enough, I'm sure there are problems that will only be found in actual use 07:47 < jonasschnelli> Yes. Its relatively complex and could lead to coins lost in the worst case. 07:49 -!- cryptapus_ is now known as cryptapus 07:49 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 07:51 < wumpus> we reallly need it though. After a while we can then start to deprecate the whole zoo of other import calls. 07:58 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has joined #bitcoin-core-dev 08:05 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Remote host closed the connection] 08:06 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 08:10 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds] 08:13 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 08:13 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 08:19 -!- rubensayshi [~ruben@82.201.93.169] has quit [Remote host closed the connection] 08:29 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 08:29 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 08:31 -!- mrkent [~textual@unaffiliated/mrkent] has joined #bitcoin-core-dev 08:42 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has quit [Remote host closed the connection] 08:43 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has joined #bitcoin-core-dev 08:44 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 08:47 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has quit [Remote host closed the connection] 08:47 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has joined #bitcoin-core-dev 08:58 < GitHub167> [bitcoin] sdaftuar opened pull request #8827: [qa] Split up slow RPC calls to avoid pruning test timeouts (master...fix-pruning-timeout) https://github.com/bitcoin/bitcoin/pull/8827 09:00 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 264 seconds] 09:01 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 09:01 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 09:02 < GitHub163> [bitcoin] pstratem opened pull request #8828: Move CWalletDB::ReorderTransactions to CWallet (master...2016-09-28-cwallet-reordertransactions) https://github.com/bitcoin/bitcoin/pull/8828 09:06 -!- shesek [~shesek@bzq-84-110-235-71.cablep.bezeqint.net] has quit [Ping timeout: 276 seconds] 09:10 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has joined #bitcoin-core-dev 09:11 -!- andytosh1 [~apoelstra@wpsoftware.net] has joined #bitcoin-core-dev 09:17 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 09:19 -!- jannes_ [~jannes@178.132.211.90] has quit [Quit: Leaving] 09:25 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 09:28 -!- andytosh1 is now known as andytoshi 09:29 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Remote host closed the connection] 09:39 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 09:50 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Changing host] 09:50 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #bitcoin-core-dev 10:00 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 10:04 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 10:05 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 10:07 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 10:17 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 10:17 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 10:22 -!- mrkent [~textual@unaffiliated/mrkent] has quit [Ping timeout: 244 seconds] 10:24 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:24 -!- mrkent [~textual@unaffiliated/mrkent] has joined #bitcoin-core-dev 10:26 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-rjwrnpvorgtrmnxn] has joined #bitcoin-core-dev 10:28 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 10:28 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 10:29 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 10:29 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 10:31 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 10:31 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 10:39 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 10:40 < GitHub184> [bitcoin] jnewbery opened pull request #8829: Add bitcoin-tx JSON tests (master...test-bitcoin-tx-json) https://github.com/bitcoin/bitcoin/pull/8829 10:42 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 10:42 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 10:49 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has quit [Ping timeout: 276 seconds] 10:52 < GitHub21> [bitcoin] jnewbery opened pull request #8830: [test] Add option to run bitcoin-util-test.py manually (master...test-bitcoin-util-manually) https://github.com/bitcoin/bitcoin/pull/8830 10:53 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has joined #bitcoin-core-dev 10:54 < pedrobranco> Hi, anyone is experiencing high disk space usage when running bitcoin tests (env. is osx)? 10:55 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 10:55 < wumpus> what is 'high disk space usage' these days? 10:57 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 10:58 < pedrobranco> 62gb in temporary test folder 10:58 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 10:59 < wumpus> for the RPC tests I guess, not the unit tests? 11:00 < wumpus> does it at least clean up everything again? the RPC tests have recently been changed to execute tests in parallel, this also means that more disk space is required for the instances running at the same time 11:00 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 11:00 < pedrobranco> rpc tests only 11:00 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 11:01 < wumpus> you can reduce the parallelism with some command line option if it's too much 11:01 < pedrobranco> i have 80G free space and it uses it all before ending rpc tests. 11:02 < gmaxwell> 62GB sounds like a lot, do the rpc tests really do that? seems implausable to me. 11:02 < pedrobranco> http://pastebin.com/ZDzxBLNF 11:05 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:05 < wumpus> try rpc-tests.py -parallel=1 11:06 < pedrobranco> sure 11:06 < GitHub87> [bitcoin] pstratem opened pull request #8831: Replace CWalletDB::ReadKeyValue with CWallet::LoadKeyValue (master...2016-09-28-cwallet-loadkeyvalue) https://github.com/bitcoin/bitcoin/pull/8831 11:08 < wumpus> I also doubt it uses tht much in /tmp though, I only have 22GB free there and never had issues 11:09 < wumpus> not sure how much the travis VMs have but it should be a comparable amount, not a huge lot 11:10 < phantomcircuit> can someone check the travis issue on #8828 ? 11:10 < phantomcircuit> tests pass locally 11:11 < wumpus> or are these the 'extended tests'? 11:13 < phantomcircuit> oh wait they dont 11:13 < phantomcircuit> huh 11:13 < phantomcircuit> they *did* 11:13 -!- MarcoFalke [~marco@2a02:778:100:ea01:2225:64ff:fe3b:d4ca] has joined #bitcoin-core-dev 11:14 < pedrobranco> with rpc-tests.py -parallel=1 i'm having the same issue. p2p-fullblocktest.py is creating the 65G folder 11:14 < pedrobranco> and fails on the test #133 11:15 < wumpus> which file is so big? 11:15 < wumpus> in your pastebin there's 65G test3jvyn0m1/45 and everything below it is *much* smaller 11:15 < wumpus> so it must be a file in the top levele dir 11:17 < pedrobranco> to continue the tests i had to removed the folder, but i will repeat to show a full disk usage. 11:17 < pedrobranco> *remove 11:21 < pedrobranco> http://pastebin.com/UAYvF1cY 11:21 < pedrobranco> still running tests... 11:25 < arubi> pedrobranco, out of curiosity, can you tell which test? run `top`? should be part of the command line 11:25 < wumpus> p2p-fullblocktest 11:25 < pedrobranco> ^ 11:25 < arubi> oh, I thought it was /still/ running, sorry 11:26 < pedrobranco> np 11:26 < wumpus> I had the same error on openbsd, but that was due to linking a crappy ndb implementation that only supports small files 11:27 < wumpus> test is still running here, disk usage looks fairly stable around ~2GB, at subtest 94 now 11:27 -!- mrkent [~textual@unaffiliated/mrkent] has quit [] 11:28 < wumpus> so I still wonder what file is growing so big there - I guess blocks.db? 11:28 < wumpus> (as it's above the node directories) 11:29 < pedrobranco> http://pastebin.com/1cawnCMJ 11:29 < pedrobranco> i will now run p2p-fullblocktest only 11:30 < wumpus> final size is 2.1G /tmp/testyxoclyo1/14241 for p2p-fullblocktest.py -nocleanup 11:32 < wumpus> blocks.db ends up at 1.1G, the rest goes to the node0 dir. So it must be something local there that causes some file to balloon, do you have any changes compared to master? 11:32 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 11:32 < jonasschnelli> I hope libevent does a 2.1.x release before our 0.14 (https://github.com/libevent/libevent/releases/) 11:32 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 11:32 < wumpus> jonasschnelli: they have done 2.1.x releases, they're just in the beta phase 11:32 < jonasschnelli> Yes. I meant a stable one... so package managers like brew (on OSX) can pick this up 11:33 < wumpus> (finally, since last year or so, 2.1 has been in dev/alpha since 2009 or so...) 11:33 < pedrobranco> it is /var/folders/kt/t6rd1zxx7px8273wlb56c4340000gn/T/testo0lm0oh1/0/blocks.db that has 65G 11:33 < wumpus> pedrobranco: interesting. What OS, what version of python do you have? 11:35 < wumpus> what does 'import dbm.ndbm; print(dbm.ndbm.library)' in python3 print? 11:35 < pedrobranco> OSX 10.11.6 with xcode 7.3.1 , python -V = 2.7.12, python3 -V = 3.5.2 11:35 < pedrobranco> let me see 11:36 < pedrobranco> prints 'GNU gdbm' 11:36 < wumpus> uh oh 11:36 < wumpus> if it prints that on a BSD it probably means it is linked against the system's ndbm, BSDs have a ndbm implementation in their libc 11:37 < wumpus> in openbsd that's a very silly one that can handle up to 64kb files or so :) but on OSX probably different 11:37 < wumpus> let me find something to try for you 11:38 < pedrobranco> thanks for the help wumpus, but i need to leave now. i'll be back in a couple of hours. 11:39 < wumpus> pedrobranco: see https://github.com/bitcoin/bitcoin/issues/8605 , that's my openbsd problem, if you replace dbm.ndbm with dbm.dumb it will probably work fine 11:39 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has quit [Remote host closed the connection] 11:39 < wumpus> (in qa/rpc-tests/test-framework/blockstore.py) 11:39 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has joined #bitcoin-core-dev 11:40 < wumpus> jonasschnelli: you're on OSX right? did you ever notice p2p-fullblocktest using exorbitant disk space? 11:40 < jonasschnelli> I can't remember when i last ran this test... 11:40 < jonasschnelli> let me try 11:40 < jonasschnelli> (currently compiling, will start in a min) 11:40 < wumpus> well it's part of the default pulltester run 11:41 < jonasschnelli> Yes. Never noticed big data dirs... 11:41 < jonasschnelli> But I have a 1GB SSD.. 11:41 < jonasschnelli> TB 11:41 < jonasschnelli> :-) 11:42 * jonasschnelli started ./qa/rpc-tests/p2p-fullblocktest.py --nocleanup 11:42 < wumpus> BTW bitcoin core on FreeBSD nearly works out of the box with ports-provided development packages, not nearly the struggle it is on OpenBSD. Though I don't think I've run the RPC tests yet :) 11:42 -!- pedrobra_ [~pedrobran@79.242.108.93.rev.vodafone.pt] has joined #bitcoin-core-dev 11:43 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 11:43 < jonasschnelli> oh 11:43 < jonasschnelli> Unexpected exception caught during testing: error('cannot add item to database',) 11:43 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 11:43 < wumpus> hah there goes your 1TB SSD? :-) 11:43 < jonasschnelli> Got the exception after Test 94: PASS [132] 11:43 < jonasschnelli> du -sh /var/folders/hp/kb9p9q8x4k3_z_ccy588hxrc0000gn/T/testhuweo6jb/15776 11:43 < jonasschnelli> 25M /var/folders/hp/kb9p9q8x4k3_z_ccy588hxrc0000gn/T/testhuweo6jb/15776 11:43 < jonasschnelli> 25MV 11:43 < jonasschnelli> MB 11:44 < jonasschnelli> Oh.. wait... 128GB 11:44 < jonasschnelli> Yes. Same issue. :) 11:44 < wumpus> :) 11:44 -!- pedrobranco [~pedrobran@79.242.108.93.rev.vodafone.pt] has quit [Ping timeout: 276 seconds] 11:45 < wumpus> can you try the solution of https://github.com/bitcoin/bitcoin/issues/8605 ? e.g. replace dbm.ndbm with dbm.dumb in qa/rpc-tests/test-framework/blockstore.py 11:45 * jonasschnelli pulling 11:46 -!- pedrobra_ [~pedrobran@79.242.108.93.rev.vodafone.pt] has quit [Ping timeout: 244 seconds] 11:48 < jonasschnelli> running with dbm.dump now 11:49 < jonasschnelli> again 128GB 11:49 < jonasschnelli> and the execp. 11:51 < wumpus> that's very strange. dbm.dumb should be a native python implementation if dbm, not affected by the OS 11:52 * jonasschnelli doublechecking 11:53 < jonasschnelli> Yes. I did change to "import dbm.dumb" in qa/rpc-tests/test_framework/blockstore.py 11:53 < wumpus> note that there are three occurences of "dbm.nbdm" in that file 11:53 < jonasschnelli> ah.. 11:53 < luke-jr> uh, the Python tests are trying to use BDB directly? that's unlikely to be 4.8 even on Linux, right? O.o 11:54 < wumpus> luke-jr: that doesn't matter, they're not used to communicate with bitcoind nor used for a wallet 11:54 < luke-jr> oh 11:54 < wumpus> and no, they don't request bdb, they request *a* ndbm implementation, which happens to be bdb on linux 11:54 < wumpus> but on BSDs its the libc ndm implementation, which differs 11:55 < wumpus> anyhow please read back, I feel I'm repeating myself 11:55 < wumpus> jonasschnelli: same problem on freebsd (without .dumb patch) - the file becomes huge 11:56 < jonasschnelli> 1GB now... 11:56 < jonasschnelli> (during pass 94) 11:56 < jonasschnelli> test 94 11:56 < wumpus> that's normal size 11:57 < jonasschnelli> I don't have the insight here. Is dbm BDB? Whats the difference between dumb and ndbm? 11:57 < jonasschnelli> (maybe I should read back) 11:59 < luke-jr> jonasschnelli: completely different implementation of a key-value database afaik (and different format ofc) 11:59 -!- h1d [~h1d@ae074217.dynamic.ppp.asahi-net.or.jp] has joined #bitcoin-core-dev 11:59 < jonasschnelli> https://docs.python.org/dev/library/dbm.html 11:59 < wumpus> they're all key-value stores, which offer the same high-level interface but differ under the hood 11:59 < jonasschnelli> Is the dumb module much slower? If no, why not use dump for the tests? 12:00 < jonasschnelli> *why not use dumb 12:00 < wumpus> I think dumb is much slower, that is what the manual says at least 12:00 < wumpus> I haven't *tried* 12:00 < wumpus> but it seems it's the safe choice 12:00 < jonasschnelli> Theres also a gnu version... 12:00 < luke-jr> gnu is GPL, but I'm not sure we care for Python tests 12:01 < wumpus> gah, we're not going to include it in our source tree 12:01 < wumpus> although BSDs generally don't haev that installed by default 12:01 < wumpus> but dumb works fine as a fallback 12:01 < wumpus> I think we should default to the current db for Linux, and on all BSD variants use dumb 12:01 < wumpus> or use dumb everywhere if the perfrmance is acceptable for this use 12:02 < jonasschnelli> Can you easy switch between dumb/db based on the platform in python? Probably yes. 12:02 < GitHub123> [bitcoin] MarcoFalke opened pull request #8832: [rpc] throw JSONRPCError when utxo set can not be read (master...Mf1610-rpcUtxoFail) https://github.com/bitcoin/bitcoin/pull/8832 12:02 * luke-jr wonders how badly things would blow up if we used a map :p 12:03 < wumpus> jonasschnelli: yes, they are just modules that have the same interface 12:03 < wumpus> easy enough to import as 12:04 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 12:04 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 12:07 < wumpus> updated the issue https://github.com/bitcoin/bitcoin/issues/8605 12:08 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 12:08 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 12:12 < jonasschnelli> wumpus: re UTXO set streaming over rest 12:12 < jonasschnelli> I get an assertion: 12:12 < jonasschnelli> Assertion failed: (valid_), function key, file leveldb/db/db_iter.cc, line 67. 12:13 < wumpus> jonasschnelli: ok, maybe someting broke in the rebase, haven't looked at it much, will look at that later 12:13 < jonasschnelli> Thanks... 12:19 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has quit [Ping timeout: 272 seconds] 12:23 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Remote host closed the connection] 12:27 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 12:29 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 12:29 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 12:29 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has joined #bitcoin-core-dev 12:30 -!- droark [~droark@c-24-22-36-12.hsd1.or.comcast.net] has joined #bitcoin-core-dev 12:36 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 264 seconds] 12:41 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 12:44 -!- donaloconnor [~donal@79.97.203.192] has joined #bitcoin-core-dev 12:51 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 12:52 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 13:01 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Ping timeout: 272 seconds] 13:06 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Remote host closed the connection] 13:07 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 13:10 -!- Taek42 is now known as Taek 13:13 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 13:14 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 13:22 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 13:22 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 13:23 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has quit [Ping timeout: 264 seconds] 13:29 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has joined #bitcoin-core-dev 13:33 -!- murch [~murch@p4FE38AB8.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 13:45 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 13:45 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 13:46 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has quit [Ping timeout: 276 seconds] 14:04 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 14:04 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 14:06 -!- h1d [~h1d@ae074217.dynamic.ppp.asahi-net.or.jp] has quit [Changing host] 14:06 -!- h1d [~h1d@unaffiliated/h1d] has joined #bitcoin-core-dev 14:15 -!- droark [~droark@c-24-22-36-12.hsd1.or.comcast.net] has quit [Quit: ZZZzzz…] 14:21 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Remote host closed the connection] 14:24 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 14:24 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 14:30 -!- h1d [~h1d@unaffiliated/h1d] has quit [Quit: h1d] 14:34 -!- MarcoFalke [~marco@2a02:778:100:ea01:2225:64ff:fe3b:d4ca] has left #bitcoin-core-dev [] 14:43 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 14:43 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 14:46 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 14:49 < pedrobranco> hi wumpus, so jonasschnelli has able to reproduce the same issue right? 14:51 -!- donaloconnor [~donal@79.97.203.192] has quit [Ping timeout: 276 seconds] 14:55 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 14:55 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 15:05 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 15:06 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 15:06 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 15:07 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 15:07 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 15:08 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 15:08 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 15:16 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 15:17 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 15:20 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 15:20 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Write error: Connection reset by peer] 15:21 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Ping timeout: 272 seconds] 15:27 -!- moli [~molly@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 15:39 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 15:44 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Ping timeout: 264 seconds] 15:49 -!- zooko [~user@172.56.21.236] has joined #bitcoin-core-dev 15:58 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has joined #bitcoin-core-dev 16:01 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 16:01 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 16:02 -!- zooko [~user@172.56.21.236] has quit [Ping timeout: 272 seconds] 16:06 -!- wumpus [~quassel@pdpc/supporter/professional/wumpus] has quit [Ping timeout: 252 seconds] 16:09 -!- droark [~droark@c-24-21-95-126.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 16:12 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 16:12 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 16:13 -!- donaloconnor [~donal@79.97.203.192] has joined #bitcoin-core-dev 16:13 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer] 16:14 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 16:15 -!- donaloconnor [~donal@79.97.203.192] has quit [Remote host closed the connection] 16:19 -!- sipax [c2f2724f@gateway/web/freenode/ip.194.242.114.79] has joined #bitcoin-core-dev 16:22 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 16:27 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Ping timeout: 276 seconds] 16:33 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 16:38 -!- sipax [c2f2724f@gateway/web/freenode/ip.194.242.114.79] has quit [Quit: Page closed] 16:42 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has quit [Ping timeout: 276 seconds] 16:43 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 16:43 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 16:54 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 16:54 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 16:56 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Remote host closed the connection] 16:57 -!- wumpus [~quassel@pdpc/supporter/professional/wumpus] has joined #bitcoin-core-dev 17:05 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 17:05 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 17:05 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 17:27 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-rjwrnpvorgtrmnxn] has quit [Quit: Connection closed for inactivity] 17:29 -!- shesek [~shesek@bzq-84-110-235-71.red.bezeqint.net] has joined #bitcoin-core-dev 17:38 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 17:38 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Write error: Connection reset by peer] 17:49 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 17:49 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Write error: Connection reset by peer] 17:59 -!- jnewbery [~jnewbery@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [] 18:01 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 18:02 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 18:18 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 18:19 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 18:19 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 18:19 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 18:56 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 19:00 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 19:00 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 19:00 -!- fengling [~fengling@58.135.95.136] has joined #bitcoin-core-dev 19:12 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 19:21 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 19:22 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 19:29 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 19:31 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 19:31 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 19:32 -!- moli [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 19:40 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 19:41 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 19:42 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 19:42 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 19:49 -!- tunafizz [tunafizz@c-71-207-55-31.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 20:03 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 20:03 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 20:13 -!- droark [~droark@c-24-21-95-126.hsd1.wa.comcast.net] has quit [Quit: ZZZzzz…] 20:14 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 20:15 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 20:26 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 20:26 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 20:36 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 20:37 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 20:46 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 20:47 -!- Alina-malina [~Alina-mal@unaffiliated/alina-malina] has quit [Ping timeout: 272 seconds] 20:47 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 20:47 -!- cryptapus_afk [~cryptapus@unaffiliated/cryptapus] has quit [Ping timeout: 272 seconds] 20:48 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 20:49 -!- Alina-malina [~Alina-mal@37.157.216.181] has joined #bitcoin-core-dev 20:49 -!- Bootvis [bob@baltar.lan.endoria.net] has quit [Ping timeout: 250 seconds] 20:50 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Ping timeout: 272 seconds] 20:50 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 20:50 -!- jouke [~jouke@a83-163-42-163.adsl.xs4all.nl] has quit [Ping timeout: 250 seconds] 20:54 -!- Bootvis [bob@baltar.lan.endoria.net] has joined #bitcoin-core-dev 20:57 -!- jouke [~jouke@a83-163-42-163.adsl.xs4all.nl] has joined #bitcoin-core-dev 20:57 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 20:58 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 21:24 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 21:25 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 21:34 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has quit [Quit: Leaving.] 21:36 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 21:36 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 21:36 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 21:37 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 21:37 -!- veleiro [~veleiro@fsf/member/veleiro] has joined #bitcoin-core-dev 21:47 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 21:47 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 22:08 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 22:08 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 22:16 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 22:17 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 22:21 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 22:21 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 22:27 -!- fengling [~fengling@58.135.95.136] has quit [Ping timeout: 268 seconds] 22:32 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 22:32 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 22:40 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-qhssmdyjfjmfrphw] has joined #bitcoin-core-dev 22:44 -!- aureianimus_ [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 22:44 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 22:58 < GitHub190> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/dc641415e75e...d675984fdfa4 22:58 < GitHub190> bitcoin/master f4dffdd Luke Dashjr: Add MIT license to Makefiles 22:58 < GitHub190> bitcoin/master 3b4b6dc Luke Dashjr: Add MIT license to autogen.sh and share/genbuild.sh 22:58 < GitHub190> bitcoin/master 3f8a5d8 Luke Dashjr: Trivial: build-aux/m4/l_atomic: Fix typo 22:58 < GitHub162> [bitcoin] laanwj closed pull request #8784: Copyright headers for build scripts (master...license_build) https://github.com/bitcoin/bitcoin/pull/8784 23:01 < wumpus> this is strange, https://github.com/bitcoin/bitcoin/pull/8832 "waxmihs2902 approved these changes 10 hours ago" clicking on that users name gives a 404 page 23:03 < paveljanik> User deleted himself? 23:03 < wumpus> I guess 23:04 < wumpus> or github deleted him 23:05 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: No route to host] 23:05 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 23:06 < wumpus> as it is impossible to remove approvals, random-approval-spamming trolls wouldn't be unthinkable. Note that for normal posts, the user gets changed to 'ghost' if they disappear, so the link doesn't break. 23:08 < paveljanik> I think the approval stuff is half-baked... 23:09 < paveljanik> So maybe someone is trying DoS on us... 23:09 < wumpus> it's only on one issue AFAIK, so I doubt it'd be targetted on us :) 23:10 < paveljanik> ./DoS ... and then while :; do ./DoS; done ;-) 23:10 < wumpus> or they got caught *really* early; more likely such a troll/bot would just randomly approve pulls all over the site 23:11 < paveljanik> wumpus, search for the username on the github... 23:11 < paveljanik> complete github... 23:12 < wumpus> luckily they didn't add a message, the message added with review approval is also un-removable/un-editable IIRC 23:12 < wumpus> yes its half-baked :) 23:12 < wumpus> I'm sure they'll fix this eventually 23:13 < GitHub131> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d675984fdfa4...7d563cc16d64 23:13 < GitHub131> bitcoin/master fa05cfd MarcoFalke: [rpc] throw JSONRPCError when utxo set can not be read 23:13 < GitHub131> bitcoin/master 7d563cc Wladimir J. van der Laan: Merge #8832: [rpc] throw JSONRPCError when utxo set can not be read... 23:13 < GitHub93> [bitcoin] laanwj closed pull request #8832: [rpc] throw JSONRPCError when utxo set can not be read (master...Mf1610-rpcUtxoFail) https://github.com/bitcoin/bitcoin/pull/8832 23:20 -!- fengling [~fengling@58.135.95.136] has joined #bitcoin-core-dev 23:33 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Read error: Connection reset by peer] 23:54 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has quit [Read error: Connection reset by peer] 23:54 -!- aureianimus [~quassel@s55963df3.adsl.online.nl] has joined #bitcoin-core-dev 23:57 -!- rubensayshi [~ruben@82.201.93.169] has joined #bitcoin-core-dev