12016-09-26T00:26:23  *** aureianimus has quit IRC
  22016-09-26T00:33:32  *** Chris_Stewart_5 has quit IRC
  32016-09-26T00:37:14  *** belcher has quit IRC
  42016-09-26T00:39:24  *** Alopex has quit IRC
  52016-09-26T00:39:41  *** belcher has joined #bitcoin-core-dev
  62016-09-26T00:40:11  *** Alopex1 has joined #bitcoin-core-dev
  72016-09-26T00:44:54  <achow101> Is there any condition where core won't send a getdata when it receives an inv for a tx?
  82016-09-26T00:45:04  <achow101> assuming it doesn't already have the tx
  92016-09-26T00:49:05  <instagibbs> achow101, if it's in the recent rejects filter, which I guess already counts as "has"
 102016-09-26T00:55:29  <achow101> nvm. I think I found my problem. Shouldn't have MSG_WITNESS_TX in the inv.
 112016-09-26T01:01:35  <achow101> that didn't work.
 122016-09-26T01:07:00  *** justan0theruser has quit IRC
 132016-09-26T01:09:20  *** stan has joined #bitcoin-core-dev
 142016-09-26T01:09:44  *** stan is now known as Guest51018
 152016-09-26T01:13:50  *** Guest51018 has quit IRC
 162016-09-26T01:17:48  *** aalex has quit IRC
 172016-09-26T01:21:39  *** aalex has joined #bitcoin-core-dev
 182016-09-26T01:29:30  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 192016-09-26T01:29:35  <btcdrak> luke-jr: saying BIP1 is deprecated and now use BIP2 is the same as changing the text of BIP1, but more confusing. Let's just change BIP1
 202016-09-26T01:30:26  <luke-jr> btcdrak: ignoring the way it's supposed to work is far more confusing than following the process
 212016-09-26T01:30:54  <gmaxwell> I would generally agree for protocols that are deployed.
 222016-09-26T01:31:13  <gmaxwell> "X operators according to BIP10 not BIP11"
 232016-09-26T01:31:20  <luke-jr> it's trivial and clear to just put a large banner at the top of BIP 1 and throughout the document that it's obsolete, see BIP 2
 242016-09-26T01:31:31  <gmaxwell> but yes, thats okay too I guess.
 252016-09-26T01:34:20  *** Chris_Stewart_5 has quit IRC
 262016-09-26T01:37:46  *** justanotheruser has joined #bitcoin-core-dev
 272016-09-26T01:38:22  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 282016-09-26T01:46:00  *** e4xit has joined #bitcoin-core-dev
 292016-09-26T01:48:42  *** e4xit_ has quit IRC
 302016-09-26T01:50:24  *** belcher has quit IRC
 312016-09-26T01:52:45  *** belcher has joined #bitcoin-core-dev
 322016-09-26T01:55:07  *** Chris_Stewart_5 has quit IRC
 332016-09-26T01:57:44  *** mrkent has joined #bitcoin-core-dev
 342016-09-26T02:04:17  *** Alopex1 has quit IRC
 352016-09-26T02:05:22  *** Alopex has joined #bitcoin-core-dev
 362016-09-26T02:13:34  *** justanotheruser has quit IRC
 372016-09-26T02:24:56  <achow101> has the behavior of segwit peer services diverged from the bip?
 382016-09-26T02:27:26  *** randy-waterhouse has joined #bitcoin-core-dev
 392016-09-26T02:27:46  *** randy-waterhouse has joined #bitcoin-core-dev
 402016-09-26T02:50:20  <sipa> achow101: elaborate?
 412016-09-26T02:51:18  <achow101> has their been changes to the format of the getdata message? Or to when core responds to an inv?
 422016-09-26T02:51:41  <sipa> i don't think so
 432016-09-26T02:52:33  <achow101> ok
 442016-09-26T02:52:54  <achow101> I'm trying to debug sending txs with armory and the behavior from core is inconsistent
 452016-09-26T02:53:15  <achow101> sometimes it will send a getdata in response to the inv, and other times it won't
 462016-09-26T02:55:46  <sipa> while the node is fully synced?
 472016-09-26T02:56:02  <achow101> yes. testnet though, and testnet has been super weird lately
 482016-09-26T02:56:56  *** aalex has quit IRC
 492016-09-26T02:57:45  *** stan has joined #bitcoin-core-dev
 502016-09-26T02:57:51  <achow101> it works if I unset the NODE_WITNESS service bit in Armory
 512016-09-26T02:58:09  *** stan is now known as Guest43068
 522016-09-26T03:02:23  *** Guest43068 has quit IRC
 532016-09-26T03:06:42  *** aalex has joined #bitcoin-core-dev
 542016-09-26T03:12:17  *** justanotheruser has joined #bitcoin-core-dev
 552016-09-26T03:30:22  <achow101> is getdata changed in any significant way in segwit?
 562016-09-26T03:30:27  <achow101> besides the inv types
 572016-09-26T03:33:31  <sipa> it doesn't disconnect, right?
 582016-09-26T03:33:42  <achow101> no
 592016-09-26T03:33:56  <sipa> just not getdata in response to a MSG_TX inv?
 602016-09-26T03:34:16  <achow101> sometimes it gets a response
 612016-09-26T03:34:42  <achow101> but when it does, armory either isn't getting it or doesn't understand it
 622016-09-26T03:34:53  <achow101> but it works fine without the witness service bit
 632016-09-26T03:36:42  <sipa> how can it not understand?
 642016-09-26T03:36:53  <sipa> it's just a getdata
 652016-09-26T03:37:07  <achow101> idk. works fine without segwit
 662016-09-26T03:37:14  <achow101> that's why I asked if getdata changed
 672016-09-26T03:47:48  <sipa> well it will ask for a MSG_WITNESS_TX in response, not an MSG_TX
 682016-09-26T03:48:47  <achow101> right. and I have that covered. but it's not even making it that far
 692016-09-26T03:49:14  <achow101> it looks like it isn't even receiving the getdata, but I can't possibly fathom why that would be the case
 702016-09-26T03:49:36  <sipa> it being armory?
 712016-09-26T03:49:39  <achow101> yes
 722016-09-26T03:50:31  <sipa> can you run with -debug=net, and create an excerpt from debug.log with the receival of the inv, and the few folpwong message
 732016-09-26T03:50:37  <sipa> following
 742016-09-26T03:55:22  <achow101> 2016-09-26 03:53:37 got inv: tx cf1ae8a9d9b93eaa281a853315a36f9f2ea256752bae0a72e2727522cb82bd1f  new peer=1
 752016-09-26T03:55:22  <achow101> 2016-09-26 03:53:37 askfor witness-tx cf1ae8a9d9b93eaa281a853315a36f9f2ea256752bae0a72e2727522cb82bd1f  0 (00:00:00) peer=1
 762016-09-26T03:55:22  <achow101> 2016-09-26 03:53:37 Requesting witness-tx cf1ae8a9d9b93eaa281a853315a36f9f2ea256752bae0a72e2727522cb82bd1f peer=1
 772016-09-26T03:55:22  <achow101> 2016-09-26 03:53:37 sending: getdata (37 bytes) peer=1
 782016-09-26T03:55:40  <achow101> and that's it. no response with that txid
 792016-09-26T03:56:49  <sipa> the getdata does not contain a msg_witness_tx for that txid?
 802016-09-26T03:57:24  <achow101> it should. NODE_WITNESS is set in armory's services
 812016-09-26T03:57:32  *** btcdrak has quit IRC
 822016-09-26T03:58:06  <sipa> but it does not?
 832016-09-26T03:58:11  <sipa> what does it contain?
 842016-09-26T03:58:41  <sipa> bitcoin core is sending you a getdata
 852016-09-26T03:59:10  <achow101> i don't know what it contains. none of my breakpoints are being set off. I can wireshark it though
 862016-09-26T04:00:18  <sipa> ok
 872016-09-26T04:02:20  <sipa> it would be good to know where the problem lies
 882016-09-26T04:03:30  <achow101> this is the getdata from wireshark (well for another tx since I ran it again)
 892016-09-26T04:03:31  <achow101> 0000   00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00
 902016-09-26T04:03:32  <achow101> 0010   00 71 3e 73 40 00 40 06 fe 11 7f 00 00 01 7f 00
 912016-09-26T04:03:32  <achow101> 0020   00 01 47 9d aa 92 be 7f 69 f8 f7 cf 08 33 80 18
 922016-09-26T04:03:32  <achow101> 0030   01 5e fe 65 00 00 01 01 08 0a 00 81 8f 34 00 81
 932016-09-26T04:03:32  <achow101> 0040   8f 34 0b 11 09 07 67 65 74 64 61 74 61 00 00 00
 942016-09-26T04:03:33  <achow101> 0050   00 00 25 00 00 00 11 8c ea 6c 01 01 00 00 40 1f
 952016-09-26T04:03:35  <achow101> 0060   bd 82 cb 22 75 72 e2 72 0a ae 2b 75 56 a2 2e 9f
 962016-09-26T04:03:37  <achow101> 0070   6f a3 15 33 85 1a 28 aa 3e b9 d9 a9 e8 1a cf
 972016-09-26T04:06:57  <achow101> nvm. I found the problem. I forget the invtype in one place and that screwed the whole thing
 982016-09-26T04:17:56  *** netsin has joined #bitcoin-core-dev
 992016-09-26T04:45:55  *** stan has joined #bitcoin-core-dev
1002016-09-26T04:46:19  *** stan is now known as Guest87976
1012016-09-26T04:50:14  *** Guest87976 has quit IRC
1022016-09-26T05:05:49  *** droark has joined #bitcoin-core-dev
1032016-09-26T05:07:01  *** Alopex has quit IRC
1042016-09-26T05:08:06  *** Alopex has joined #bitcoin-core-dev
1052016-09-26T05:11:45  *** Giszmo has quit IRC
1062016-09-26T05:12:07  *** Squidicc has joined #bitcoin-core-dev
1072016-09-26T05:12:27  *** shaiguit1r has joined #bitcoin-core-dev
1082016-09-26T05:12:28  *** mr_burdell has joined #bitcoin-core-dev
1092016-09-26T05:13:10  *** Arnavion has quit IRC
1102016-09-26T05:13:15  *** Arnavion3 has joined #bitcoin-core-dev
1112016-09-26T05:13:18  *** Arnavion3 is now known as Arnavion
1122016-09-26T05:13:28  *** silva_ has joined #bitcoin-core-dev
1132016-09-26T05:13:42  *** AtashiCon has quit IRC
1142016-09-26T05:13:46  *** Arnavion3 has joined #bitcoin-core-dev
1152016-09-26T05:13:50  *** Arnavion3 is now known as AtashiCon
1162016-09-26T05:13:59  *** mturquette_ has joined #bitcoin-core-dev
1172016-09-26T05:14:03  *** gribble has quit IRC
1182016-09-26T05:14:18  *** aspect__ has joined #bitcoin-core-dev
1192016-09-26T05:14:42  *** paracyst_ has joined #bitcoin-core-dev
1202016-09-26T05:15:00  *** limpkin_ has joined #bitcoin-core-dev
1212016-09-26T05:15:01  *** cryptapus has joined #bitcoin-core-dev
1222016-09-26T05:15:01  *** cryptapus has joined #bitcoin-core-dev
1232016-09-26T05:16:02  *** zmanian___ has joined #bitcoin-core-dev
1242016-09-26T05:16:06  *** binns_ has joined #bitcoin-core-dev
1252016-09-26T05:16:14  *** asoltys_ has joined #bitcoin-core-dev
1262016-09-26T05:16:15  *** eenoch_ has joined #bitcoin-core-dev
1272016-09-26T05:16:23  *** andytosh1 has joined #bitcoin-core-dev
1282016-09-26T05:16:26  *** zxzzt has joined #bitcoin-core-dev
1292016-09-26T05:16:41  *** wump has joined #bitcoin-core-dev
1302016-09-26T05:16:44  *** morcos_ has joined #bitcoin-core-dev
1312016-09-26T05:19:02  *** gribble has joined #bitcoin-core-dev
1322016-09-26T05:19:08  *** ibrightly_ has joined #bitcoin-core-dev
1332016-09-26T05:20:00  *** ryan`c has joined #bitcoin-core-dev
1342016-09-26T05:20:00  *** kcud_dab has joined #bitcoin-core-dev
1352016-09-26T05:20:00  *** lesderid_ has joined #bitcoin-core-dev
1362016-09-26T05:20:01  *** TD--Linux has joined #bitcoin-core-dev
1372016-09-26T05:20:03  *** Lightsword_ has joined #bitcoin-core-dev
1382016-09-26T05:20:06  *** phantomcircuit_ has joined #bitcoin-core-dev
1392016-09-26T05:20:06  *** Alopex has quit IRC
1402016-09-26T05:20:57  *** andytoshi has quit IRC
1412016-09-26T05:20:59  *** paracyst has quit IRC
1422016-09-26T05:20:59  *** ibrightly has quit IRC
1432016-09-26T05:20:59  *** aspect_ has quit IRC
1442016-09-26T05:20:59  *** binns has quit IRC
1452016-09-26T05:21:00  *** michagogo has quit IRC
1462016-09-26T05:21:00  *** shaiguitar has quit IRC
1472016-09-26T05:21:00  *** morcos has quit IRC
1482016-09-26T05:21:00  *** mturquette has quit IRC
1492016-09-26T05:21:01  *** Madars has quit IRC
1502016-09-26T05:21:01  *** asoltys has quit IRC
1512016-09-26T05:21:01  *** jasonv75 has quit IRC
1522016-09-26T05:21:01  *** adam3us has quit IRC
1532016-09-26T05:21:01  *** ryan-c has quit IRC
1542016-09-26T05:21:01  *** cryptapus_afk has quit IRC
1552016-09-26T05:21:01  *** TD-Linux has quit IRC
1562016-09-26T05:21:01  *** Lightsword has quit IRC
1572016-09-26T05:21:01  *** gijensen has quit IRC
1582016-09-26T05:21:01  *** zmanian__ has quit IRC
1592016-09-26T05:21:02  *** wumpus has quit IRC
1602016-09-26T05:21:02  *** zxzzt_ has quit IRC
1612016-09-26T05:21:02  *** silva has quit IRC
1622016-09-26T05:21:03  *** Guest1225 has quit IRC
1632016-09-26T05:21:03  *** bsm1175321 has quit IRC
1642016-09-26T05:21:03  *** squidicuz has quit IRC
1652016-09-26T05:21:03  *** limpkin has quit IRC
1662016-09-26T05:21:04  *** cysm has quit IRC
1672016-09-26T05:21:04  *** waxwing has quit IRC
1682016-09-26T05:21:04  *** lesderid has quit IRC
1692016-09-26T05:21:05  *** BlueMatt has quit IRC
1702016-09-26T05:21:05  *** eenoch has quit IRC
1712016-09-26T05:21:06  *** isis has quit IRC
1722016-09-26T05:21:07  *** phantomcircuit has quit IRC
1732016-09-26T05:21:07  *** bad_duck has quit IRC
1742016-09-26T05:21:11  *** Alopex has joined #bitcoin-core-dev
1752016-09-26T05:21:15  *** aspect__ is now known as aspect_
1762016-09-26T05:21:23  *** Lightsword_ is now known as Lightsword
1772016-09-26T05:21:29  *** adam3us has joined #bitcoin-core-dev
1782016-09-26T05:21:44  *** ryan`c is now known as ryan-c
1792016-09-26T05:21:47  *** ibrightly_ is now known as ibrightly
1802016-09-26T05:21:53  *** cysm has joined #bitcoin-core-dev
1812016-09-26T05:21:59  *** binns_ is now known as binns
1822016-09-26T05:22:00  *** BlueMatt_ has joined #bitcoin-core-dev
1832016-09-26T05:22:05  *** gijensen has joined #bitcoin-core-dev
1842016-09-26T05:23:12  *** michagogo has joined #bitcoin-core-dev
1852016-09-26T05:23:23  *** lesderid_ has quit IRC
1862016-09-26T05:23:23  *** mturquette_ is now known as mturquette
1872016-09-26T05:23:30  *** lesderid has joined #bitcoin-core-dev
1882016-09-26T05:24:07  *** isis has joined #bitcoin-core-dev
1892016-09-26T05:27:28  *** Madars has joined #bitcoin-core-dev
1902016-09-26T05:27:50  *** jasonv75 has joined #bitcoin-core-dev
1912016-09-26T05:28:46  *** waxwing has joined #bitcoin-core-dev
1922016-09-26T05:28:52  *** bsm1175321 has joined #bitcoin-core-dev
1932016-09-26T05:42:08  *** DigiByteDev has joined #bitcoin-core-dev
1942016-09-26T05:44:33  *** ijij_ has quit IRC
1952016-09-26T05:48:36  *** Alopex has quit IRC
1962016-09-26T05:49:41  *** Alopex has joined #bitcoin-core-dev
1972016-09-26T05:57:50  *** aalex has quit IRC
1982016-09-26T06:01:39  *** aalex has joined #bitcoin-core-dev
1992016-09-26T06:14:00  *** mrkent has quit IRC
2002016-09-26T06:17:25  *** aalex has quit IRC
2012016-09-26T06:19:36  *** wump is now known as wumpus
2022016-09-26T06:21:43  *** aalex has joined #bitcoin-core-dev
2032016-09-26T06:23:11  *** ratoder has joined #bitcoin-core-dev
2042016-09-26T06:31:16  *** JackH has quit IRC
2052016-09-26T06:32:12  *** btcdrak has joined #bitcoin-core-dev
2062016-09-26T06:34:15  *** stan has joined #bitcoin-core-dev
2072016-09-26T06:34:39  *** stan is now known as Guest7133
2082016-09-26T06:37:42  *** aalex has quit IRC
2092016-09-26T06:38:40  *** Guest7133 has quit IRC
2102016-09-26T06:41:40  *** aalex has joined #bitcoin-core-dev
2112016-09-26T06:41:44  *** DigiByteDev has quit IRC
2122016-09-26T06:43:51  <paveljanik> jonasschnelli, the new overlay when syncing/reindexing: is there any way to bring it back once hidden?
2132016-09-26T06:45:00  <luke-jr> paveljanik: click the icon
2142016-09-26T06:45:36  <paveljanik> which one? I already tried all of them ;-)
2152016-09-26T06:45:53  <paveljanik> ah, triangle with ! ;-)
2162016-09-26T06:45:56  <paveljanik> thank you!
2172016-09-26T06:46:33  <luke-jr> ☺
2182016-09-26T06:47:22  * paveljanik is a bad UI user 8)
2192016-09-26T06:50:05  <wumpus> hehe
2202016-09-26T06:51:30  *** jtimon has quit IRC
2212016-09-26T06:52:15  *** aalex has quit IRC
2222016-09-26T06:53:16  *** aalex has joined #bitcoin-core-dev
2232016-09-26T06:58:05  <luke-jr> nah, I just have the weirdest memory. I remember the PR saying that :P
2242016-09-26T07:09:41  *** JackH has joined #bitcoin-core-dev
2252016-09-26T07:10:15  *** DigiByteDev has joined #bitcoin-core-dev
2262016-09-26T07:11:18  *** rubensayshi has joined #bitcoin-core-dev
2272016-09-26T07:15:42  *** JackH has quit IRC
2282016-09-26T07:23:44  *** DigiByteDev has quit IRC
2292016-09-26T07:25:01  *** cdecker has joined #bitcoin-core-dev
2302016-09-26T07:40:52  *** laurentmt has joined #bitcoin-core-dev
2312016-09-26T07:41:01  *** laurentmt has quit IRC
2322016-09-26T07:54:21  *** stan has joined #bitcoin-core-dev
2332016-09-26T07:54:44  *** stan is now known as Guest76687
2342016-09-26T07:58:53  *** Guest76687 has quit IRC
2352016-09-26T08:04:34  *** Guyver2 has joined #bitcoin-core-dev
2362016-09-26T08:13:11  *** cdecker has quit IRC
2372016-09-26T08:52:31  *** MarcoFalke has joined #bitcoin-core-dev
2382016-09-26T08:54:38  *** netsin has quit IRC
2392016-09-26T08:58:40  <jonasschnelli> Yes. Pressing on the warning icon is not really elegant UX
2402016-09-26T09:05:41  *** laurentmt has joined #bitcoin-core-dev
2412016-09-26T09:08:42  *** laurentmt has quit IRC
2422016-09-26T09:13:08  <wumpus> jonasschnelli: are you on MacOSX? can you please check if the libc function daemon() is available?
2432016-09-26T09:13:47  <jonasschnelli> wumpus: Yes. It's available
2442016-09-26T09:13:50  <jonasschnelli> daemon(int nochdir, int noclose);
2452016-09-26T09:13:56  <wumpus> thanks, yes that'sthe one
2462016-09-26T09:13:57  <jonasschnelli> I'm on OSX 10.10
2472016-09-26T09:14:41  <wumpus> let's extend this: can anyone with a UNIX-ish OS that is not Linux please check this? I've checked OpenBSD and it does, at least.
2482016-09-26T09:14:49  <jonasschnelli> daemon is a standard BSD function, BSD is the base-system of darwin (fork)
2492016-09-26T09:14:56  <wumpus> right
2502016-09-26T09:15:27  <wumpus> so I think we can just rely on that any OS that support daemonization in the first place and runs bitcoin core has that call
2512016-09-26T09:16:09  <wumpus> didn't BSD come up with deamons in the first place :)
2522016-09-26T09:17:22  <wumpus> this would make https://github.com/bitcoin/bitcoin/pull/8278 trivial
2532016-09-26T09:20:22  <wumpus> even better, we can remove the windows-specific path. Windows doesn't have daemon(), so it wouldn't support --daemonize
2542016-09-26T09:21:00  <wumpus> going to do a pull for this
2552016-09-26T09:25:29  <sipa> windows has background services, but their purpose seems a bit different, as they just avoid being tied to abuser session
2562016-09-26T09:26:06  <gmaxwell> what does-- say-- apache do on windows?
2572016-09-26T09:27:16  *** andytosh1 has quit IRC
2582016-09-26T09:28:03  <luke-jr> I would be surprised if it didn't install as a system service
2592016-09-26T09:28:19  <wumpus> windows is out of scope here
2602016-09-26T09:28:31  <wumpus> we don't support that yet, and the point of this pull is not to support anything on wnidows
2612016-09-26T09:28:41  <wumpus> it's just to simplify and improve behavior on UNIX
2622016-09-26T09:29:29  <sipa> agree, just saying that the corresponding concept on windows has a different goal
2632016-09-26T09:29:32  <wumpus> windows services are a completely different animal, you can't just spawn them arbitrarily like UNIX daemons, they're more like /etc/init.d services installed as root
2642016-09-26T09:29:45  <wumpus> oh I agree with that
2652016-09-26T09:30:19  <sipa> maybe it makes sense to support that when we have done more use for wallet-less/wallet-split support
2662016-09-26T09:30:56  <wumpus> yes, it may be worthwhile to work on, but it won't share any code with -daemonize, it's more like the "how to install as a system service" guide that we have for some linux distros
2672016-09-26T09:32:19  <wumpus> I'm afraid it takes a lot of OS-specific code and registry wrangling
2682016-09-26T09:32:20  <luke-jr> looking over some old code I wrote for a Windows service, it's probably ~100 LOC
2692016-09-26T09:32:40  <luke-jr> maybe ~200
2702016-09-26T09:32:41  <wumpus> as well as needs to set up an account to run it under
2712016-09-26T09:32:48  <wumpus> you won't want to spawn it as ADMINISTRATOR
2722016-09-26T09:32:55  <luke-jr> >_<
2732016-09-26T09:33:49  <wumpus> (or "local services" which is pretty much admin-equiv)
2742016-09-26T09:38:35  <paveljanik> jonasschnelli, I have started testnet Qt with the current master from scratch, only bitcoin.conf remained. There is no overlay window showing it is synchronizing. Should it be displayed?
2752016-09-26T09:38:47  *** AtashiCon has quit IRC
2762016-09-26T09:38:50  <paveljanik> Can't click on triangle with excl. mark...
2772016-09-26T09:39:09  *** AtashiCon has joined #bitcoin-core-dev
2782016-09-26T09:39:12  *** Arnavion has quit IRC
2792016-09-26T09:39:17  *** Arnavion has joined #bitcoin-core-dev
2802016-09-26T09:39:17  <GitHub26> [bitcoin] laanwj opened pull request #8813: bitcoind: Daemonise using daemon(3) (master...2016_09_daemonize) https://github.com/bitcoin/bitcoin/pull/8813
2812016-09-26T09:39:26  <paveljanik> I understood that this is the primary use case where it should be shown.
2822016-09-26T09:40:08  <luke-jr> wumpus: well, Windows isn't going to be secure no matter what user Core runs as  <.<
2832016-09-26T09:40:12  <GitHub11> [bitcoin] laanwj closed pull request #8278: Forking daemon (master...forking-daemon) https://github.com/bitcoin/bitcoin/pull/8278
2842016-09-26T09:40:25  <wumpus> luke-jr: sure, but if we do it, we need to support best practices
2852016-09-26T09:42:30  *** stan has joined #bitcoin-core-dev
2862016-09-26T09:42:54  *** stan is now known as Guest44024
2872016-09-26T09:46:07  *** Guyver2_ has joined #bitcoin-core-dev
2882016-09-26T09:47:05  *** Guest44024 has quit IRC
2892016-09-26T09:48:21  *** Guyver2 has quit IRC
2902016-09-26T09:48:30  *** Guyver2_ is now known as Guyver2
2912016-09-26T09:49:43  <wumpus> the help message for -daemon is pretty strange: "Run in the background as a daemon and accept commands". Run in the background, check. Accept commands? Don't we always?
2922016-09-26T09:50:51  <wumpus> (well strictly unless you set -server=0, but it has nothing to do with the daemon option)
2932016-09-26T09:53:15  *** randy-waterhouse has quit IRC
2942016-09-26T09:55:09  *** netsin has joined #bitcoin-core-dev
2952016-09-26T09:55:39  *** AtashiCon has quit IRC
2962016-09-26T09:55:43  *** shangzhou has joined #bitcoin-core-dev
2972016-09-26T09:56:03  *** Arnavion has quit IRC
2982016-09-26T09:56:07  *** Arnavion3 has joined #bitcoin-core-dev
2992016-09-26T09:56:09  *** AtashiCon has joined #bitcoin-core-dev
3002016-09-26T09:56:13  *** Arnavion3 is now known as Arnavion
3012016-09-26T09:59:53  *** netsin has quit IRC
3022016-09-26T10:00:21  *** Guyver2 has quit IRC
3032016-09-26T10:09:56  <GitHub50> [bitcoin] laanwj closed pull request #8451: Get rid of the const field in CTransaction (master...noconsttx) https://github.com/bitcoin/bitcoin/pull/8451
3042016-09-26T10:17:35  <btcdrak> gmaxwell: Apache registers Windows services
3052016-09-26T10:19:14  *** Guyver2 has joined #bitcoin-core-dev
3062016-09-26T10:29:30  <wumpus> MarcoFalke: btw https://github.com/jgarzik/univalue/pull/27 is passing now, it was just a temporary hiccum with MacOSX as you thought
3072016-09-26T10:29:40  <MarcoFalke> jup
3082016-09-26T10:29:45  <MarcoFalke> jgarzik already merged it
3092016-09-26T10:30:02  <wumpus> it still shows as open here
3102016-09-26T10:30:14  <MarcoFalke> oh, my osx fix
3112016-09-26T10:30:18  <MarcoFalke> I mean
3122016-09-26T10:30:30  <wumpus> oh okay
3132016-09-26T10:31:32  <paveljanik> jonasschnelli, please ignore it. It is shown correctly when you use correct tree/binary 8)
3142016-09-26T10:31:53  <wumpus> I didn't know you did an osx fix
3152016-09-26T10:36:32  <MarcoFalke> https://github.com/jgarzik/univalue/pull/28
3162016-09-26T10:36:55  <MarcoFalke> jonasschnelli: Does the sync overlay block the gui for you when you do reindex?
3172016-09-26T10:38:21  *** jannes has joined #bitcoin-core-dev
3182016-09-26T10:40:44  *** Guyver2_ has joined #bitcoin-core-dev
3192016-09-26T10:41:17  *** Guyver2 has quit IRC
3202016-09-26T10:41:24  *** Guyver2_ is now known as Guyver2
3212016-09-26T10:43:56  <MarcoFalke> re ^ https://github.com/bitcoin/bitcoin/pull/8371#pullrequestreview-1462647
3222016-09-26T10:44:06  <MarcoFalke> I think we can do this without any lock to cs_main
3232016-09-26T10:44:25  <MarcoFalke> Will try to create a pull this week.
3242016-09-26T10:45:53  <MarcoFalke> (Or at least reduce the locking, but get rid of the fHeader "shortcut")
3252016-09-26T10:53:26  <wumpus> I wonder, is windows on 32 bit even still a thing these days?
3262016-09-26T10:55:20  <MarcoFalke> Windows XP 32 bit seems to be the most common os these days
3272016-09-26T10:55:23  <wumpus> it wouldn't make me terribly sad if we had to only support one architecture for windows
3282016-09-26T10:55:43  <wumpus> well the train for XP support has already failed
3292016-09-26T10:55:54  <wumpus> :p
3302016-09-26T10:57:09  <wumpus> I think android is the most common OS these days
3312016-09-26T10:59:05  <wumpus> but I don't think we should support that out of the box before there is some kind of SPV fallback for the wallet
3322016-09-26T11:04:22  <wumpus> in any case I think windows 32 bit is dead or dying as a platform. Linux 32-bit still makes some sense for VMs, I suppose.
3332016-09-26T11:04:41  <wumpus> I mean x86. ARM 32 makes obvious sense.
3342016-09-26T11:30:39  *** stan has joined #bitcoin-core-dev
3352016-09-26T11:31:04  *** stan is now known as Guest64527
3362016-09-26T11:35:04  <GitHub61> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/37871f216e0d...4e1567acff4b
3372016-09-26T11:35:05  <GitHub61> bitcoin/master 9a75d29 Wladimir J. van der Laan: devtools: Check for high-entropy ASLR in 64-bit PE executables...
3382016-09-26T11:35:05  <GitHub61> bitcoin/master 62c2915 Wladimir J. van der Laan: build: supply `-Wl,--high-entropy-va`...
3392016-09-26T11:35:06  <GitHub61> bitcoin/master 4e1567a Wladimir J. van der Laan: Merge #8249: Enable (and check for) 64-bit ASLR on Windows...
3402016-09-26T11:35:07  *** Guest64527 has quit IRC
3412016-09-26T11:35:09  <GitHub135> [bitcoin] laanwj closed pull request #8249: Enable (and check for) 64-bit ASLR on Windows (master...2016_06_windows64_security) https://github.com/bitcoin/bitcoin/pull/8249
3422016-09-26T11:35:27  <wumpus> huh isn't it *daemonize* instead of *daemonise*? confused
3432016-09-26T11:35:40  <sipa> british vs american?
3442016-09-26T11:36:38  <sipa> daemonize seems more common
3452016-09-26T11:36:53  <wumpus> what is the UNIX spelling?
3462016-09-26T11:36:56  <wumpus> yes, I thought so
3472016-09-26T11:37:33  <paveljanik> getting testnet IBD finished is a pain...
3482016-09-26T11:39:15  <wumpus> daemonize appears 2 times in the current source, daemonise 0 times, clear, changing the PR to keep sanity
3492016-09-26T11:41:17  <wumpus> paveljanik: why so?
3502016-09-26T11:42:18  <paveljanik> wumpus, doing it the second time here. Both stuck at block ~892320.
3512016-09-26T11:42:32  <wumpus> stuck in what way?
3522016-09-26T11:42:39  <paveljanik> 8 peers
3532016-09-26T11:42:51  *** aalex has quit IRC
3542016-09-26T11:42:55  <paveljanik> no progress in received blocks
3552016-09-26T11:42:56  <wumpus> any errors in the log?
3562016-09-26T11:42:58  <paveljanik> no
3572016-09-26T11:43:09  <paveljanik> many got inv, received inv
3582016-09-26T11:43:23  <paveljanik> debug console shows 0 txs in mempool
3592016-09-26T11:43:34  *** netsin has joined #bitcoin-core-dev
3602016-09-26T11:43:37  <paveljanik> it was a rm -rf testnet3 run. In both cases...
3612016-09-26T11:44:17  <paveljanik> 12 weeks ago in both cases.
3622016-09-26T11:44:24  <paveljanik> hmm.
3632016-09-26T11:44:40  <paveljanik> all nodes are 12.99+
3642016-09-26T11:45:03  <MarcoFalke> paveljanik: A stalling issue?
3652016-09-26T11:45:09  <paveljanik> yup
3662016-09-26T11:45:13  <MarcoFalke> ugh
3672016-09-26T11:46:46  *** aalex has joined #bitcoin-core-dev
3682016-09-26T11:46:53  <MarcoFalke> Does it disconnect peers?
3692016-09-26T11:46:56  <paveljanik> Syncyng headers
3702016-09-26T11:47:11  <wumpus> I haven't done a testnet sync from scratch in quite a while, maybe I should
3712016-09-26T11:47:43  <paveljanik> all peers at 947573
3722016-09-26T11:47:49  <MarcoFalke> Hmm, I saw some slow header syncs yesterday. I blamed my slow internet...
3732016-09-26T11:47:56  <wumpus> maybe I should try it in a win 32-bit VM for extra masochism points
3742016-09-26T11:47:57  <wumpus> nah
3752016-09-26T11:49:10  *** netsin has quit IRC
3762016-09-26T11:49:38  <sipa> paveljanik: all witness capable peers?
3772016-09-26T11:50:15  <paveljanik> all NETWORK & BLOOM & WITNESS
3782016-09-26T11:50:34  <sipa> did you reindex?
3792016-09-26T11:50:57  <paveljanik> in both cases rm -rf testnet3 full IBD
3802016-09-26T11:51:09  <paveljanik> from scratch
3812016-09-26T11:54:20  *** aalex has quit IRC
3822016-09-26T11:56:42  *** aalex has joined #bitcoin-core-dev
3832016-09-26T11:57:30  <wumpus> restarting (e.g., to get new peers) didn't solve it either?
3842016-09-26T11:57:31  <GitHub167> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4e1567acff4b...ab0b411868e1
3852016-09-26T11:57:31  <GitHub167> bitcoin/master faef293 MarcoFalke: [wallet] Add high transaction fee warnings
3862016-09-26T11:57:32  <GitHub167> bitcoin/master ab0b411 Wladimir J. van der Laan: Merge #8486: [wallet] Add high transaction fee warnings...
3872016-09-26T11:57:36  <GitHub138> [bitcoin] laanwj closed pull request #8486: [wallet] Add high transaction fee warnings (master...Mf1607-walletHighFeeWarn) https://github.com/bitcoin/bitcoin/pull/8486
3882016-09-26T11:58:05  <MarcoFalke> Wondering if 8738 should be locked.
3892016-09-26T11:58:10  <paveljanik> wumpus, no.
3902016-09-26T11:58:28  <paveljanik> I even tried to rm peers.dat and restart
3912016-09-26T11:58:41  <MarcoFalke> paveljanik: So debug=net show nothing?
3922016-09-26T11:58:45  <wumpus> MarcoFalke: oh no, rebroad got involved too
3932016-09-26T11:58:53  <paveljanik> MarcoFalke, will try
3942016-09-26T12:00:00  *** shangzhou has quit IRC
3952016-09-26T12:00:17  <phantomcircuit_> wumpus: i apologize for how long it takes in advance
3962016-09-26T12:00:49  <wumpus> MarcoFalke: locked it
3972016-09-26T12:01:57  <wumpus> jonasschnelli: the comment nit was already solved in #8813, remember that github won't hide changes anymore.
3982016-09-26T12:02:12  *** petertodd has quit IRC
3992016-09-26T12:02:47  *** petertodd has joined #bitcoin-core-dev
4002016-09-26T12:05:04  <paveljanik> sent getheaders to all peas, received 947582
4012016-09-26T12:05:11  <paveljanik> Ignoring getheaders from peer=9 because node is in initial block download
4022016-09-26T12:05:14  <paveljanik> from all of them
4032016-09-26T12:05:30  <phantomcircuit_> wumpus: is there a particular pattern we're already using for RAII wrappers for db handles or things?
4042016-09-26T12:05:40  <phantomcircuit_> it's gonna need to be reference counted
4052016-09-26T12:05:52  <wumpus> a shared pointer?
4062016-09-26T12:06:19  <wumpus> std::shared_ptr is automagically reference counted
4072016-09-26T12:06:41  <paveljanik> looks like we are ignoring too much when n IBD
4082016-09-26T12:06:59  <phantomcircuit_> wumpus: yeah except none of the functions know whether they were the originally called method
4092016-09-26T12:07:05  <phantomcircuit_> there's public methods which call each other
4102016-09-26T12:07:34  <phantomcircuit_> so the first one creates the CWalletDB object and the rest use a private member
4112016-09-26T12:08:07  <phantomcircuit_> but doing that just with a shared pointer wont work cause the private member isn't destroyed
4122016-09-26T12:08:16  <wumpus> or create your own RAII wrapper, though I prefer going with existing c++11 features where possible
4132016-09-26T12:08:52  <wumpus> esp eith reference counting it's kind of easy to introduce off-by-one errors
4142016-09-26T12:09:15  <jonasschnelli> wumpus: Arg. Yes. I still find it confusing to see old code on the PR page. :) But probably good for clear documentation.
4152016-09-26T12:09:15  <wumpus> " except none of the functions know whether they were the originally called method" I'd suggest to fix that first
4162016-09-26T12:09:27  <wumpus> create explicit API methods and internal helper methods
4172016-09-26T12:09:33  <phantomcircuit_> hmm
4182016-09-26T12:09:34  <wumpus> this helps with locking too
4192016-09-26T12:09:42  <phantomcircuit_> yeah i guess just fixing the api first would be the way to go
4202016-09-26T12:09:59  <MarcoFalke> wumpus: https://travis-ci.org/bitcoin-core/univalue/settings. Is it enabled for pull requests?
4212016-09-26T12:10:22  *** phantomcircuit_ is now known as phantomcircuit
4222016-09-26T12:10:26  <wumpus> and make the internal helper methods private so that external clients won't be tempted into calling them
4232016-09-26T12:10:51  <wumpus> MarcoFalke: yes
4242016-09-26T12:11:07  <wumpus> MarcoFalke: both for pushes and prs
4252016-09-26T12:11:14  <MarcoFalke> Hmm, didn't pick it up: https://github.com/bitcoin-core/univalue/pull/3
4262016-09-26T12:13:15  <paveljanik> peers send me: getheaders (which I ignore because of still in IBD), sendheaders, sendcmpct, pong, headers
4272016-09-26T12:14:55  <wumpus> MarcoFalke: bah, no travis buttons either
4282016-09-26T12:15:16  <jonasschnelli> paveljanik: Ignoring getheaders seems correct..
4292016-09-26T12:15:22  <jonasschnelli> During IBD
4302016-09-26T12:16:01  <wumpus> MarcoFalke: it doesnt look like travis is doing anything there
4312016-09-26T12:16:06  <wumpus> MarcoFalke: no builds at all yet
4322016-09-26T12:16:21  <MarcoFalke> Oh, maybe it needs at least one build at master...
4332016-09-26T12:16:58  <wumpus> just going to merge your pull, let's see if that will get travis to test
4342016-09-26T12:17:02  <wumpus> oh! it's starting
4352016-09-26T12:17:14  <MarcoFalke> heh
4362016-09-26T12:17:18  <wumpus> did anyone do anything?
4372016-09-26T12:19:49  <sipa> paveljanik: did you ever send a getheaders?
4382016-09-26T12:20:54  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4392016-09-26T12:20:58  <paveljanik> yes, to all peers
4402016-09-26T12:21:15  <paveljanik> I'm now grepping though the old log, because I'm trying reindex
4412016-09-26T12:22:10  <paveljanik> and then received: headers (163 bytes) peer=1
4422016-09-26T12:22:33  *** murch has joined #bitcoin-core-dev
4432016-09-26T12:26:16  <wumpus> can anyone please make a browser extension that hides github's big green 'merge' button? :-)
4442016-09-26T12:27:22  <jonasschnelli> heh... yes. Some local CSS injection.
4452016-09-26T12:27:23  <sipa> alternative: can we pay github to add a setting to remove it?
4462016-09-26T12:28:12  <achow101> why do you want that?
4472016-09-26T12:28:15  <wumpus> I've already requested that feature once, they actually have a per-repository option to remove it in some cases
4482016-09-26T12:28:26  <paveljanik> sipa, I sent this: initial getheaders (947583) to peer=1
4492016-09-26T12:28:32  <wumpus> but you can't disable it in all cases, and they don't  intend to do that :(
4502016-09-26T12:28:42  <paveljanik> ie. I know the current height, but do not have blocks...
4512016-09-26T12:29:25  *** Chris_Stewart_5 has quit IRC
4522016-09-26T12:31:06  <wumpus> achow101: because I don't want to accidentally use that button instead of the script that we wrote for merging+signing
4532016-09-26T12:31:37  <wumpus> and the button seems to be explicitly designed to be big and green and easy to accidentally click
4542016-09-26T12:31:51  *** echonaut6 has joined #bitcoin-core-dev
4552016-09-26T12:31:55  <wumpus> I guess in the next version it will follow the mouse cursor :p
4562016-09-26T12:32:36  *** echonaut has quit IRC
4572016-09-26T12:34:32  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4582016-09-26T12:34:40  <MarcoFalke> can it be disabled on events such as travis fails?
4592016-09-26T12:35:35  <wumpus> yes
4602016-09-26T12:35:41  <MarcoFalke> We could add another "CI" (maybe a linter) and have it return false all the time
4612016-09-26T12:36:37  *** morcos_ is now known as morcos
4622016-09-26T12:36:40  <wumpus> I've thought about that, but I think the UI impact of that is even worse. No green checkmarks anymore
4632016-09-26T12:37:40  *** Guyver2 has quit IRC
4642016-09-26T12:44:07  <GitHub193> [bitcoin] laanwj closed pull request #7857: Add fee option to fundrawtransaction (master...enhancement/add-fee-to-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/7857
4652016-09-26T12:48:01  *** To7 has joined #bitcoin-core-dev
4662016-09-26T12:53:59  <GitHub87> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ab0b411868e1...bb843adc8d04
4672016-09-26T12:53:59  <GitHub87> bitcoin/master 381826d Wladimir J. van der Laan: bitcoin-cli: More detailed error reporting...
4682016-09-26T12:54:00  <GitHub87> bitcoin/master bb843ad Wladimir J. van der Laan: Merge #8722: bitcoin-cli: More detailed error reporting...
4692016-09-26T12:54:09  <GitHub154> [bitcoin] laanwj closed pull request #8722: bitcoin-cli: More detailed error reporting (master...2016_09_cli_http_error) https://github.com/bitcoin/bitcoin/pull/8722
4702016-09-26T12:59:03  <GitHub192> [bitcoin] MarcoFalke opened pull request #8814: [wallet, policy] ParameterInteraction: Don't allow 0 fee (master...Mf1607-walletHighFeeWarn) https://github.com/bitcoin/bitcoin/pull/8814
4712016-09-26T13:03:25  <GitHub105> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/bb843adc8d04...dd20ed1223b9
4722016-09-26T13:03:26  <GitHub105> bitcoin/master ddddaaf MarcoFalke: [rpc] Deprecate getinfo...
4732016-09-26T13:03:27  <GitHub105> bitcoin/master fa6e71b MarcoFalke: [qa] Add getinfo smoke tests and rework versionbits test
4742016-09-26T13:03:27  <GitHub105> bitcoin/master dd20ed1 Wladimir J. van der Laan: Merge #8780: [rpc] Deprecate getinfo...
4752016-09-26T13:03:41  <GitHub160> [bitcoin] laanwj closed pull request #8780: [rpc] Deprecate getinfo (master...Mf1609-getinfoDeprecate) https://github.com/bitcoin/bitcoin/pull/8780
4762016-09-26T13:03:50  <MarcoFalke> ^ for release notes, if someone feels like adding this
4772016-09-26T13:05:46  *** cdecker has joined #bitcoin-core-dev
4782016-09-26T13:07:45  *** Giszmo has joined #bitcoin-core-dev
4792016-09-26T13:11:22  <GitHub103> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/dd20ed1223b9...8f1fbf36a769
4802016-09-26T13:11:22  <GitHub103> bitcoin/master c14ffd5 jonnynewbs: [trivial] fix mempool comment (outdated by BIP125)
4812016-09-26T13:11:23  <GitHub103> bitcoin/master 8f1fbf3 Wladimir J. van der Laan: Merge #8796: [trivial] fix mempool comment (outdated by BIP125)...
4822016-09-26T13:11:37  <GitHub85> [bitcoin] laanwj closed pull request #8796: [trivial] fix mempool comment (outdated by BIP125) (master...trivial_comment) https://github.com/bitcoin/bitcoin/pull/8796
4832016-09-26T13:12:23  <paveljanik> -reindex and it is slowly walking up - 892349 now
4842016-09-26T13:12:38  <paveljanik> happily requesting blocks, getdata...
4852016-09-26T13:16:34  <paveljanik> Strange. Have to leave now :-(
4862016-09-26T13:21:39  *** Chris_Stewart_5 has quit IRC
4872016-09-26T13:22:57  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4882016-09-26T13:23:02  *** BlueMatt_ is now known as BlueMatt
4892016-09-26T13:23:02  *** BlueMatt has joined #bitcoin-core-dev
4902016-09-26T13:39:09  *** eenoch_ has quit IRC
4912016-09-26T13:39:33  *** eenoch has joined #bitcoin-core-dev
4922016-09-26T13:50:15  *** Chris_Stewart_5 has quit IRC
4932016-09-26T13:51:19  *** stan has joined #bitcoin-core-dev
4942016-09-26T13:51:43  *** stan is now known as Guest3351
4952016-09-26T13:54:14  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4962016-09-26T13:57:31  *** btcdrak has quit IRC
4972016-09-26T14:02:09  *** ijij_ has joined #bitcoin-core-dev
4982016-09-26T14:14:51  *** bsm1175321 is now known as bsm117532
4992016-09-26T14:23:36  <GitHub173> [bitcoin] laanwj closed pull request #8772: [0.13] Backports (0.13...backports-0.13) https://github.com/bitcoin/bitcoin/pull/8772
5002016-09-26T14:23:40  <GitHub162> [bitcoin] laanwj pushed 55 new commits to 0.13: https://github.com/bitcoin/bitcoin/compare/8d9e8adc05f4...254e990ce5c3
5012016-09-26T14:23:41  <GitHub162> bitcoin/0.13 c6a6291 instagibbs: add witness address to address book...
5022016-09-26T14:23:41  <GitHub162> bitcoin/0.13 733760a BtcDrak: Update btcdrak signing key...
5032016-09-26T14:23:42  <GitHub162> bitcoin/0.13 3606b6b instagibbs: Update p2p-segwit.py to reflect correct AskFor behavior...
5042016-09-26T14:30:52  *** fengling has joined #bitcoin-core-dev
5052016-09-26T14:34:04  <MarcoFalke> wumpus: https://github.com/bitcoin/bitcoin/pull/8712 is a trivial cherry-pick, which was missed in ^
5062016-09-26T14:35:37  <wumpus> yes, I'm working on a new pull for the remaining ones
5072016-09-26T14:36:15  *** Chris_Stewart_5 has quit IRC
5082016-09-26T14:38:10  <wumpus> isn't #8418 needed in 0.13.1 as well?
5092016-09-26T14:38:35  <wumpus> otherwise some recent pulls become harder to backport as they all make changes in those tests
5102016-09-26T14:39:04  <sipa> i don't think it ever hurts to backport tests
5112016-09-26T14:39:10  <sipa> it just may mean more work
5122016-09-26T14:39:41  <wumpus> well it hurts if the functionality tested doesn't exist
5132016-09-26T14:39:47  <wumpus> but compactblocks does, right?
5142016-09-26T14:40:00  <sipa> compact blocks is in 0.13
5152016-09-26T14:40:24  <wumpus> right
5162016-09-26T14:42:53  *** paveljanik has quit IRC
5172016-09-26T14:43:43  *** paveljanik has joined #bitcoin-core-dev
5182016-09-26T14:45:09  <wumpus> seems #8418 applies without any changes to 0.13 (though haven't actually run the tests yet)
5192016-09-26T14:48:05  <wumpus> another thing is, #8739 was tagged for 0.13.1, that makes no sense at all without #8418
5202016-09-26T14:48:10  *** jnewbery has joined #bitcoin-core-dev
5212016-09-26T14:48:10  <sdaftuar> wumpus: it should!  i actually thought it was already merged in 0.13
5222016-09-26T14:48:17  <sdaftuar> sorry about that confusion with 8739
5232016-09-26T14:48:24  <wumpus> no problem, fixing it now
5242016-09-26T14:50:04  *** cdecker has quit IRC
5252016-09-26T14:54:11  <GitHub120> [bitcoin] laanwj opened pull request #8815: Backports for 0.13.1 (0.13...2016_09_backports_0_13_1) https://github.com/bitcoin/bitcoin/pull/8815
5262016-09-26T14:55:08  *** fengling has quit IRC
5272016-09-26T15:00:50  <wumpus> finally, https://github.com/bitcoin/bitcoin/pulls?q=is%3Apr+milestone%3A0.13.1+is%3Aclosed+label%3A%22Needs+backport%22 empty
5282016-09-26T15:04:25  *** netsin has joined #bitcoin-core-dev
5292016-09-26T15:28:17  *** echonaut6 has quit IRC
5302016-09-26T15:28:34  *** echonaut has joined #bitcoin-core-dev
5312016-09-26T15:37:25  *** otium has joined #bitcoin-core-dev
5322016-09-26T15:41:55  *** otium has quit IRC
5332016-09-26T15:51:47  *** fengling has joined #bitcoin-core-dev
5342016-09-26T15:52:26  *** molz has quit IRC
5352016-09-26T15:55:52  *** sokei has quit IRC
5362016-09-26T15:56:48  *** fengling has quit IRC
5372016-09-26T15:57:17  *** laurentmt has joined #bitcoin-core-dev
5382016-09-26T15:58:07  *** moli has joined #bitcoin-core-dev
5392016-09-26T16:00:33  *** btcdrak has joined #bitcoin-core-dev
5402016-09-26T16:06:11  *** Chris_Stewart_5 has joined #bitcoin-core-dev
5412016-09-26T16:08:56  *** Guest96157 is now known as thestringpuller
5422016-09-26T16:09:04  *** thestringpuller has joined #bitcoin-core-dev
5432016-09-26T16:10:42  *** Chris_Stewart_5 has quit IRC
5442016-09-26T16:13:02  *** achow101 has quit IRC
5452016-09-26T16:13:21  *** achow101 has joined #bitcoin-core-dev
5462016-09-26T16:17:31  *** netsin has quit IRC
5472016-09-26T16:19:50  *** rubensayshi has quit IRC
5482016-09-26T16:23:01  *** laurentmt has quit IRC
5492016-09-26T16:23:39  *** laurentmt has joined #bitcoin-core-dev
5502016-09-26T16:26:17  *** Chris_Stewart_5 has joined #bitcoin-core-dev
5512016-09-26T16:30:46  *** laurentmt has quit IRC
5522016-09-26T16:31:25  *** netsin has joined #bitcoin-core-dev
5532016-09-26T16:32:10  *** jnewbery has quit IRC
5542016-09-26T16:32:46  *** jnewbery has joined #bitcoin-core-dev
5552016-09-26T16:36:59  *** jnewbery has quit IRC
5562016-09-26T16:37:31  <paveljanik> the third sync on testnet was OK. Strange.
5572016-09-26T16:37:44  <paveljanik> slow, but ok
5582016-09-26T16:38:58  *** jnewbery has joined #bitcoin-core-dev
5592016-09-26T16:48:06  *** jtimon has joined #bitcoin-core-dev
5602016-09-26T16:49:11  *** TD--Linux is now known as TD-Linux
5612016-09-26T16:49:11  *** TD-Linux has joined #bitcoin-core-dev
5622016-09-26T16:50:15  <GitHub176> [bitcoin] czzarr opened pull request #8816: print P2WSH redeemScript in getrawtransaction if it s not a pubkey (master...print-p2wsh-redeemscript-in-getrawtransaction) https://github.com/bitcoin/bitcoin/pull/8816
5632016-09-26T16:51:00  <GitHub154> [bitcoin] czzarr closed pull request #8816: print P2WSH redeemScript in getrawtransaction if it s not a pubkey (master...print-p2wsh-redeemscript-in-getrawtransaction) https://github.com/bitcoin/bitcoin/pull/8816
5642016-09-26T16:51:29  *** netsin has quit IRC
5652016-09-26T16:52:31  *** fengling has joined #bitcoin-core-dev
5662016-09-26T16:57:14  *** fengling has quit IRC
5672016-09-26T16:59:51  *** mrkent has joined #bitcoin-core-dev
5682016-09-26T17:03:10  *** Chris_Stewart_5 has quit IRC
5692016-09-26T17:09:40  *** mrkent has quit IRC
5702016-09-26T17:22:39  *** jnewbery has quit IRC
5712016-09-26T17:53:21  *** fengling has joined #bitcoin-core-dev
5722016-09-26T17:57:19  *** laurentmt has joined #bitcoin-core-dev
5732016-09-26T17:57:32  *** aureianimus has joined #bitcoin-core-dev
5742016-09-26T17:58:17  *** fengling has quit IRC
5752016-09-26T18:05:59  *** AaronvanW has joined #bitcoin-core-dev
5762016-09-26T18:05:59  *** AaronvanW has joined #bitcoin-core-dev
5772016-09-26T18:23:32  *** jnewbery has joined #bitcoin-core-dev
5782016-09-26T18:26:24  *** Anduck has quit IRC
5792016-09-26T18:26:31  *** Anduck has joined #bitcoin-core-dev
5802016-09-26T18:28:11  *** jnewbery has quit IRC
5812016-09-26T18:38:06  *** aalex_ has joined #bitcoin-core-dev
5822016-09-26T18:38:32  *** aureianimus has quit IRC
5832016-09-26T18:38:45  *** aureianimus has joined #bitcoin-core-dev
5842016-09-26T18:39:58  *** laurentmt has quit IRC
5852016-09-26T18:40:18  *** laurentmt has joined #bitcoin-core-dev
5862016-09-26T18:41:43  *** aalex has quit IRC
5872016-09-26T18:51:15  *** molz has joined #bitcoin-core-dev
5882016-09-26T18:52:40  *** amiller_ has quit IRC
5892016-09-26T18:52:58  *** moli has quit IRC
5902016-09-26T18:56:35  *** aalex__ has joined #bitcoin-core-dev
5912016-09-26T18:59:51  *** aalex_ has quit IRC
5922016-09-26T19:03:28  *** jnewbery has joined #bitcoin-core-dev
5932016-09-26T19:25:43  *** jannes has quit IRC
5942016-09-26T19:29:59  *** Guyver2 has joined #bitcoin-core-dev
5952016-09-26T19:36:27  *** MarcoFalke has left #bitcoin-core-dev
5962016-09-26T19:45:21  *** aureianimus has quit IRC
5972016-09-26T19:45:32  *** aureianimus has joined #bitcoin-core-dev
5982016-09-26T19:57:08  *** MarcoFalke has joined #bitcoin-core-dev
5992016-09-26T20:08:05  *** Squidicc is now known as squidicuz
6002016-09-26T20:16:57  *** aureianimus has quit IRC
6012016-09-26T20:17:09  *** aureianimus has joined #bitcoin-core-dev
6022016-09-26T20:17:53  <paveljanik> MarcoFalke, can you please check #8808 for the same binaries now? I reverted one hunk (trivial one though 8) which cause me problems here and now travis is OK.
6032016-09-26T20:18:36  *** aalex__ has quit IRC
6042016-09-26T20:18:57  <MarcoFalke> I think I did 20 minutes ago and it didn't match
6052016-09-26T20:27:25  *** mrkent has joined #bitcoin-core-dev
6062016-09-26T20:28:29  <GitHub18> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8f1fbf36a769...2f71490d2179
6072016-09-26T20:28:30  <GitHub18> bitcoin/master c9ce17b Derek Miller: Trivial: Grammar and capitalization
6082016-09-26T20:28:30  <GitHub18> bitcoin/master 2f71490 MarcoFalke: Merge #8805: Trivial: Grammar and capitalization...
6092016-09-26T20:28:44  <GitHub129> [bitcoin] MarcoFalke closed pull request #8805: Trivial: Grammar and capitalization (master...master) https://github.com/bitcoin/bitcoin/pull/8805
6102016-09-26T20:28:56  *** aureianimus has quit IRC
6112016-09-26T20:29:09  *** aureianimus has joined #bitcoin-core-dev
6122016-09-26T20:40:53  *** laurentmt has quit IRC
6132016-09-26T20:44:50  *** MarcoFalke has left #bitcoin-core-dev
6142016-09-26T20:50:16  *** aureianimus_ has joined #bitcoin-core-dev
6152016-09-26T20:50:17  *** aureianimus has quit IRC
6162016-09-26T20:53:14  *** laurentmt has joined #bitcoin-core-dev
6172016-09-26T20:57:14  *** aalex has joined #bitcoin-core-dev
6182016-09-26T20:58:52  *** zooko has joined #bitcoin-core-dev
6192016-09-26T21:08:43  <GitHub106> [bitcoin] jnewbery opened pull request #8817: update bitcoin-tx to output witness data (master...bitcoin-tx-witness) https://github.com/bitcoin/bitcoin/pull/8817
6202016-09-26T21:23:02  *** amiller has joined #bitcoin-core-dev
6212016-09-26T21:23:03  *** amiller has joined #bitcoin-core-dev
6222016-09-26T21:41:24  *** aureianimus has joined #bitcoin-core-dev
6232016-09-26T21:41:39  *** aureianimus_ has quit IRC
6242016-09-26T21:43:07  *** cdecker has joined #bitcoin-core-dev
6252016-09-26T21:43:08  *** cryptapus is now known as cryptapus_afk
6262016-09-26T21:52:49  *** jnewbery has quit IRC
6272016-09-26T21:53:19  *** droark has quit IRC
6282016-09-26T21:59:57  *** Guyver2 has quit IRC
6292016-09-26T22:00:41  *** cryptapus has joined #bitcoin-core-dev
6302016-09-26T22:04:22  *** laurentmt has quit IRC
6312016-09-26T22:05:25  *** cryptapus has quit IRC
6322016-09-26T22:06:23  *** murch has quit IRC
6332016-09-26T22:12:52  <achow101> is there a way to disable segwit activation on regtest?
6342016-09-26T22:15:28  <btcdrak> another openssl advisory https://www.openssl.org/news/secadv/20160926.txt
6352016-09-26T22:25:06  <gmaxwell> achow101: change the dates in the chainparams.
6362016-09-26T22:25:47  <achow101> I guess that's one way to do it..
6372016-09-26T22:27:38  *** Guest3351 has quit IRC
6382016-09-26T22:28:11  *** stan has joined #bitcoin-core-dev
6392016-09-26T22:28:34  *** stan is now known as Guest48976
6402016-09-26T22:31:31  *** jnewbery has joined #bitcoin-core-dev
6412016-09-26T22:33:21  *** Guest48976 has quit IRC
6422016-09-26T22:35:08  <sipa> achow101: use a miner that doesn't support segwit :)
6432016-09-26T22:40:40  *** jnewbery has quit IRC
6442016-09-26T22:48:40  *** aureianimus has quit IRC
6452016-09-26T22:48:49  *** aureianimus has joined #bitcoin-core-dev
6462016-09-26T22:56:50  *** fengling has joined #bitcoin-core-dev
6472016-09-26T23:01:41  *** fengling has quit IRC
6482016-09-26T23:09:21  *** cdecker has quit IRC
6492016-09-26T23:14:30  *** aureianimus has quit IRC
6502016-09-26T23:14:42  *** aureianimus has joined #bitcoin-core-dev
6512016-09-26T23:55:37  *** aureianimus has quit IRC
6522016-09-26T23:55:47  *** aureianimus has joined #bitcoin-core-dev