12016-08-08T00:01:19 *** spudowiar has quit IRC
22016-08-08T00:21:24 *** nets1n has quit IRC
32016-08-08T00:35:50 *** Ylbam has quit IRC
42016-08-08T00:51:21 *** belcher has quit IRC
52016-08-08T00:54:06 *** mkarrer has quit IRC
62016-08-08T01:08:19 *** mkarrer has joined #bitcoin-core-dev
72016-08-08T01:34:38 *** fengling has joined #bitcoin-core-dev
82016-08-08T01:45:15 *** Justinus has quit IRC
92016-08-08T02:35:06 *** FNinTak has joined #bitcoin-core-dev
102016-08-08T02:38:01 *** harrymm has quit IRC
112016-08-08T02:50:18 *** shaofei has joined #bitcoin-core-dev
122016-08-08T02:57:49 *** Chris_Stewart_5 has quit IRC
132016-08-08T02:58:32 *** harrymm has joined #bitcoin-core-dev
142016-08-08T03:14:50 *** fanquake has joined #bitcoin-core-dev
152016-08-08T03:25:23 <GitHub164> [bitcoin] rebroad opened pull request #8484: More granular debug (master...MoreGranularDebug) https://github.com/bitcoin/bitcoin/pull/8484
162016-08-08T03:33:44 *** FNinTak has quit IRC
172016-08-08T03:37:17 *** harrymm has quit IRC
182016-08-08T03:40:06 *** FNinTak has joined #bitcoin-core-dev
192016-08-08T03:45:00 *** fanquake has quit IRC
202016-08-08T03:52:42 *** harrymm has joined #bitcoin-core-dev
212016-08-08T03:58:42 *** JackH has quit IRC
222016-08-08T04:21:26 *** fengling has quit IRC
232016-08-08T04:29:12 *** fengling has joined #bitcoin-core-dev
242016-08-08T04:41:22 <GitHub11> [bitcoin] mhughes30 opened pull request #8485: bitcoin_0.13 (0.13...master) https://github.com/bitcoin/bitcoin/pull/8485
252016-08-08T04:41:41 <GitHub115> [bitcoin] mhughes30 closed pull request #8485: bitcoin_0.13 (0.13...master) https://github.com/bitcoin/bitcoin/pull/8485
262016-08-08T04:46:06 *** fengling has quit IRC
272016-08-08T05:17:20 *** fengling has joined #bitcoin-core-dev
282016-08-08T05:23:07 *** Alopex has quit IRC
292016-08-08T05:24:12 *** Alopex has joined #bitcoin-core-dev
302016-08-08T05:32:48 *** d_t has joined #bitcoin-core-dev
312016-08-08T05:39:06 *** Alopex has quit IRC
322016-08-08T05:39:12 *** FNinTak has quit IRC
332016-08-08T05:40:11 *** Alopex has joined #bitcoin-core-dev
342016-08-08T05:52:59 *** arowser has joined #bitcoin-core-dev
352016-08-08T05:54:54 *** Justinus has joined #bitcoin-core-dev
362016-08-08T06:18:56 *** arowser has quit IRC
372016-08-08T06:20:46 *** arowser has joined #bitcoin-core-dev
382016-08-08T06:44:37 *** FNinTak has joined #bitcoin-core-dev
392016-08-08T06:50:41 *** BashCo has quit IRC
402016-08-08T06:51:47 *** jannes has joined #bitcoin-core-dev
412016-08-08T07:00:20 *** MarcoFalke has joined #bitcoin-core-dev
422016-08-08T07:09:46 *** BashCo has joined #bitcoin-core-dev
432016-08-08T07:18:56 *** d_t has quit IRC
442016-08-08T07:23:52 *** da2ce7 has quit IRC
452016-08-08T07:23:52 *** da2ce7_mobile has quit IRC
462016-08-08T07:28:13 *** laurentmt has joined #bitcoin-core-dev
472016-08-08T07:31:41 *** da2ce7_mobile has joined #bitcoin-core-dev
482016-08-08T07:33:42 *** da2ce7 has joined #bitcoin-core-dev
492016-08-08T07:35:25 *** JackH has joined #bitcoin-core-dev
502016-08-08T07:41:03 *** Guyver2 has joined #bitcoin-core-dev
512016-08-08T07:54:04 *** da2ce7_mobile has quit IRC
522016-08-08T07:56:32 *** FNinTak has quit IRC
532016-08-08T08:05:19 *** da2ce7 has quit IRC
542016-08-08T08:14:42 *** da2ce7 has joined #bitcoin-core-dev
552016-08-08T08:17:14 *** arowser has quit IRC
562016-08-08T08:18:57 *** arowser has joined #bitcoin-core-dev
572016-08-08T09:18:10 *** Giszmo has joined #bitcoin-core-dev
582016-08-08T09:22:26 *** Guyver2 has quit IRC
592016-08-08T09:28:50 *** jonasschnelli has quit IRC
602016-08-08T09:29:39 *** jonasschnelli has joined #bitcoin-core-dev
612016-08-08T09:46:12 *** jtimon has joined #bitcoin-core-dev
622016-08-08T10:14:29 *** aalex has quit IRC
632016-08-08T10:15:00 *** aalex has joined #bitcoin-core-dev
642016-08-08T10:36:45 *** rubensayshi has joined #bitcoin-core-dev
652016-08-08T10:39:26 *** fengling has quit IRC
662016-08-08T11:09:10 *** ArthurNumbanumba has quit IRC
672016-08-08T11:28:02 <jonasschnelli> Adding something that could be called "detached signing" to bitcoin-core, would that require a BIP? Idea: during signing of a transaction, wallet can call/pipe a executable, send some transaction relevant information, wait for response, done.
682016-08-08T11:29:06 <jonasschnelli> The same thing would work for smartphones (in case of a BIP) by using URL schemas (bitcointxsigning://<data>)
692016-08-08T11:33:04 <btcdrak> jonasschnelli: I was also thinking about this problem, specially in relation to multi party signing.
702016-08-08T11:34:41 <jonasschnelli> btcdrak: I was looking at it from a key/wallet separation point (hardware wallets). But I agree, you could also have some clever p2p network that could manage getting additional signatures in a ms
712016-08-08T11:35:10 <btcdrak> With the exception of Copay which relies on a centralised server which stored xpubs, there doesnt really seem to be a p2p, privacy conscious solution.
722016-08-08T11:38:13 <jonasschnelli> btcdrak: Right. Electrum also uses a centralized server...
732016-08-08T11:38:26 <jonasschnelli> But I guess it's hard to cover this in a p2p network
742016-08-08T11:39:35 <btcdrak> jonasschnelli: true, but multisig signing in any case is a total bear currently. It's no wonder that centralised services are able to sell themselves here.
752016-08-08T11:41:57 *** jtimon has quit IRC
762016-08-08T11:59:05 *** Chris_Stewart_5 has joined #bitcoin-core-dev
772016-08-08T12:07:57 *** Chris_Stewart_5 has quit IRC
782016-08-08T12:27:58 *** jtimon has joined #bitcoin-core-dev
792016-08-08T12:44:23 *** cdecker has joined #bitcoin-core-dev
802016-08-08T12:45:15 *** cryptapus_afk is now known as cryptapus
812016-08-08T12:56:49 *** Chris_Stewart_5 has joined #bitcoin-core-dev
822016-08-08T13:17:52 *** laurentmt has quit IRC
832016-08-08T13:31:48 *** Chris_Stewart_5 has quit IRC
842016-08-08T13:35:17 *** Chris_Stewart_5 has joined #bitcoin-core-dev
852016-08-08T13:36:12 *** TomMc has joined #bitcoin-core-dev
862016-08-08T13:50:27 <GitHub19> [bitcoin] MarcoFalke opened pull request #8486: [wallet] Add high transaction fee warnings (master...Mf1607-walletHighFeeWarn) https://github.com/bitcoin/bitcoin/pull/8486
872016-08-08T13:53:32 *** laurentmt has joined #bitcoin-core-dev
882016-08-08T13:55:20 *** achow101 has left #bitcoin-core-dev
892016-08-08T13:56:00 *** achow101 has joined #bitcoin-core-dev
902016-08-08T13:57:13 *** instagibbs has joined #bitcoin-core-dev
912016-08-08T13:57:27 *** Guyver2 has joined #bitcoin-core-dev
922016-08-08T15:10:34 <btcdrak> There is a website PR for the release, please can you review it https://github.com/bitcoin-core/bitcoincore.org/pull/199
932016-08-08T15:16:58 *** Chris_Stewart_5 has quit IRC
942016-08-08T15:18:56 *** BashCo has quit IRC
952016-08-08T15:30:09 *** Ylbam has joined #bitcoin-core-dev
962016-08-08T15:36:04 *** Chris_Stewart_5 has joined #bitcoin-core-dev
972016-08-08T15:38:27 *** BashCo has joined #bitcoin-core-dev
982016-08-08T15:45:28 *** laurentmt has quit IRC
992016-08-08T15:45:49 *** Chris_Stewart_5 has quit IRC
1002016-08-08T15:47:22 *** rubensayshi has quit IRC
1012016-08-08T15:50:37 *** zooko has joined #bitcoin-core-dev
1022016-08-08T16:18:12 *** jtimon has quit IRC
1032016-08-08T16:43:10 *** Greybits has quit IRC
1042016-08-08T17:20:59 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1052016-08-08T17:23:59 <Chris_Stewart_5> What is the real world use case for putting things like digital signatures/pubkeys inside a scriptSig into a bloom fitler?
1062016-08-08T17:24:06 <Chris_Stewart_5> https://github.com/bitcoin/bitcoin/blob/master/src/bloom.cpp#L198
1072016-08-08T17:33:36 *** d_t has joined #bitcoin-core-dev
1082016-08-08T17:43:49 <sipa> Chris_Stewart_5: bip37
1092016-08-08T17:45:50 *** Ylbam has quit IRC
1102016-08-08T17:50:26 *** jannes has quit IRC
1112016-08-08T18:05:52 *** zooko has quit IRC
1122016-08-08T18:27:38 <GitHub104> [bitcoin] achow101 opened pull request #8487: Persist the datadir after option reset (master...persist-datadir) https://github.com/bitcoin/bitcoin/pull/8487
1132016-08-08T18:33:35 <GitHub143> [bitcoin] maaku opened pull request #8488: Add deleteprivkey and forgetaddress RPC calls (master...forgetaddress-1) https://github.com/bitcoin/bitcoin/pull/8488
1142016-08-08T18:50:02 *** mn3monic_ has joined #bitcoin-core-dev
1152016-08-08T18:50:05 *** so_ has joined #bitcoin-core-dev
1162016-08-08T18:50:19 *** Guyver2 has quit IRC
1172016-08-08T18:50:19 *** luke-jr has quit IRC
1182016-08-08T18:50:20 *** AtashiCon has quit IRC
1192016-08-08T18:50:20 *** mn3monic has quit IRC
1202016-08-08T18:50:20 *** haakonn has quit IRC
1212016-08-08T18:50:20 *** so has quit IRC
1222016-08-08T18:50:20 *** BonyM has quit IRC
1232016-08-08T18:50:21 *** mr_burdell has quit IRC
1242016-08-08T18:50:28 *** mr_burdell has joined #bitcoin-core-dev
1252016-08-08T18:50:34 *** AtashiCon has joined #bitcoin-core-dev
1262016-08-08T18:50:57 *** luke-jr has joined #bitcoin-core-dev
1272016-08-08T18:52:26 *** BonyM1 has joined #bitcoin-core-dev
1282016-08-08T18:53:12 *** btcfan has joined #bitcoin-core-dev
1292016-08-08T18:53:38 *** Guyver2 has joined #bitcoin-core-dev
1302016-08-08T18:55:01 *** haakonn has joined #bitcoin-core-dev
1312016-08-08T19:06:33 <achow101> cross compiling master for windows is throwing me a ton of errors for stuff in httpserver.cpp
1322016-08-08T19:36:39 *** nibor has joined #bitcoin-core-dev
1332016-08-08T20:10:03 *** btcfan has quit IRC
1342016-08-08T20:16:06 *** thesnark has joined #bitcoin-core-dev
1352016-08-08T20:28:10 *** zooko has joined #bitcoin-core-dev
1362016-08-08T20:33:14 <jonasschnelli> achow101: in case you want to compare the build log: https://bitcoin.jonasschnelli.ch/nightlybuilds/2016-08-08/build-win.log
1372016-08-08T20:36:32 *** pmienk has quit IRC
1382016-08-08T20:39:26 *** zooko` has joined #bitcoin-core-dev
1392016-08-08T20:40:59 *** zooko has quit IRC
1402016-08-08T20:46:33 *** dgenr8 has quit IRC
1412016-08-08T20:49:36 *** pmienk has joined #bitcoin-core-dev
1422016-08-08T20:55:03 *** LeMiner2 has quit IRC
1432016-08-08T20:55:42 *** LeMiner2 has joined #bitcoin-core-dev
1442016-08-08T21:00:38 *** jtimon has joined #bitcoin-core-dev
1452016-08-08T21:02:08 *** dgenr8 has joined #bitcoin-core-dev
1462016-08-08T21:05:52 *** MarcoFalke has left #bitcoin-core-dev
1472016-08-08T21:08:52 *** Chris_Stewart_5 has quit IRC
1482016-08-08T21:24:42 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1492016-08-08T21:45:36 <achow101> jonasschnelli: well the difference is that my build is failing
1502016-08-08T21:45:46 <achow101> i'll try rebuilding the depends
1512016-08-08T21:56:14 *** Ylbam has joined #bitcoin-core-dev
1522016-08-08T22:01:37 <GitHub3> [bitcoin] luke-jr opened pull request #8489: Bugfix: Use pre-BIP141 sigops until segwit activates (GBT) (master...bugfix_gbt_sigops_presegwit) https://github.com/bitcoin/bitcoin/pull/8489
1532016-08-08T22:16:26 <GitHub37> [bitcoin] luke-jr opened pull request #8490: [0.13] release notes: Mention new relevance of non-mining nodes on network policy; s/HD/D/; and misc fixes (0.13...relnotes_013_misc) https://github.com/bitcoin/bitcoin/pull/8490
1542016-08-08T22:29:56 <GitHub63> [bitcoin] JeremyRubin closed pull request #8464: "Lockfree" Checkqueue Implementation (master...lockfree-checkqueue-squashed) https://github.com/bitcoin/bitcoin/pull/8464
1552016-08-08T22:29:59 <GitHub30> [bitcoin] JeremyRubin reopened pull request #8464: "Lockfree" Checkqueue Implementation (master...lockfree-checkqueue-squashed) https://github.com/bitcoin/bitcoin/pull/8464
1562016-08-08T22:30:09 *** spudowiar has joined #bitcoin-core-dev
1572016-08-08T22:30:45 *** cryptapus is now known as cryptapus_afk
1582016-08-08T22:32:04 *** cryptapus has joined #bitcoin-core-dev
1592016-08-08T22:35:21 *** Guyver2 has quit IRC
1602016-08-08T22:36:34 *** cryptapus has quit IRC
1612016-08-08T22:38:47 *** cdecker has quit IRC
1622016-08-08T22:40:43 *** Giszmo has quit IRC
1632016-08-08T23:14:12 *** zooko` has quit IRC
1642016-08-08T23:14:52 *** Evel-Knievel has quit IRC
1652016-08-08T23:30:04 *** d_t has quit IRC
1662016-08-08T23:37:40 *** kadoban has quit IRC
1672016-08-08T23:38:04 *** kadoban has joined #bitcoin-core-dev
1682016-08-08T23:57:01 *** JackH has quit IRC