--- Day changed Fri Oct 14 2016 00:00 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 00:01 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 00:23 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 00:39 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:44 -!- MarcoFalke [~marco@host10-2.natpool.mwn.de] has joined #bitcoin-core-dev 00:46 -!- laurentmt [~Thunderbi@80.215.234.9] has joined #bitcoin-core-dev 00:47 -!- laurentmt [~Thunderbi@80.215.234.9] has quit [Remote host closed the connection] 00:52 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 00:53 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 00:54 < GitHub105> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e2b8c394d61d...03dd707dc027 00:54 < GitHub105> bitcoin/master 36f60a5 Peter Todd: Add copyright/patent issues to possible NACK reasons... 00:54 < GitHub105> bitcoin/master 03dd707 MarcoFalke: Merge #8915: Add copyright/patent issues to possible NACK reasons... 00:54 < GitHub97> [bitcoin] MarcoFalke closed pull request #8915: Add copyright/patent issues to possible NACK reasons (master...2016-10-13-sound-legal-justification) https://github.com/bitcoin/bitcoin/pull/8915 01:02 -!- DigiByteDev [~JT2@69.167.27.69] has quit [Quit: DigiByteDev] 01:07 -!- ill [~ill@32.210.24.120] has quit [Ping timeout: 258 seconds] 01:16 -!- DigiByteDev [~JT2@101.78.224.202] has joined #bitcoin-core-dev 01:16 -!- DigiByteDev [~JT2@101.78.224.202] has quit [Remote host closed the connection] 01:18 -!- DigiByteDev [~JT2@101.78.224.202] has joined #bitcoin-core-dev 01:24 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 268 seconds] 01:24 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 01:56 < gmaxwell> Another subject for the segwit deployment guide, "What if I'm on debian Wheezy and don't have a C++11 compiler" 01:58 -!- cdecker [~quassel@2a02:aa16:1105:4a80:fdf7:6cf4:b6b2:d619] has joined #bitcoin-core-dev 01:58 < sipa> "Get an odroid and use it as edge router" 02:01 < gmaxwell> okay, yes "see section II on peremeter nodes" -- though isn't there some compiler from the future flag you can hit in wheezy? 02:02 < gmaxwell> (pretty wild that debian in recent memory doesn't have a c++11 compiler...) 02:02 < btcdrak> gmaxwell: are you working on the deployment guide? 02:02 < gmaxwell> no, requirements for the deployment guide. 02:03 < gmaxwell> (GCC 4.7 was like... march 2012, it's 2016 now...) 02:04 < sipa> will debian weezy run release binaries? 02:04 < gmaxwell> I assume, so that would be the obvious answer: border router or release binaries. 02:05 < luke-jr> "upgrade to Debian Jessie"? 02:06 < btcdrak> I wonder if it's something aj would like to do? 02:07 * luke-jr notes C++11 is already a requirement for the active csv softfork 02:07 < luke-jr> or is it.. 02:07 * luke-jr checks when we switched C++11 on 02:08 < luke-jr> I think I'm wrong, 0.12.1 supported pre-C++11 I guess 02:09 -!- assder [82ebc98a@gateway/web/freenode/ip.130.235.201.138] has joined #bitcoin-core-dev 02:09 < gmaxwell> right 02:09 < sipa> we only switched to compiling with c++11 in 0.13 02:09 < sipa> 0.12.x may have been very vlose in being c++11 compliant, but it certaonly did not require it 02:09 < gmaxwell> 0.12.x compiles more or less cleanly with a c++11 compiler. 02:12 < sipa> right 02:17 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-hxbkhohptxmhxjjc] has quit [Quit: Connection closed for inactivity] 02:22 -!- JackH [~laptop@79-73-185-184.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 02:39 -!- assder [82ebc98a@gateway/web/freenode/ip.130.235.201.138] has quit [Quit: Page closed] 02:52 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 02:52 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 02:53 -!- jtimon [~quassel@211.28.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 03:13 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 03:15 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 03:15 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 03:16 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 03:22 < afk11> Has anyone here implemented the test vectors from bip-0143? In the last example I think I've found an error, it'd be great to check this quickly (writing tests). The scriptCode is 207 (0xcf) bytes, which is greater than OP_PUSHDATA1 (76) and so it's length should be serialized like: 0x4ccf. The scriptCode in the V1 algorithm gets prefixed with it's length, so shouldn't the example have the 0x4c at the start? 03:23 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 260 seconds] 03:28 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Remote host closed the connection] 03:28 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 03:35 < afk11> ah nevermind, so it's not that you push scriptCode into a script (using the script pushdata length & serialization), instead it's prefixed with a varint 03:40 -!- fengling [~fengling@223.223.187.136] has quit [Ping timeout: 268 seconds] 03:41 < sipa> right... exactly as it is in pre-143 sighashing 03:41 -!- laurentmt [~Thunderbi@80.215.234.9] has joined #bitcoin-core-dev 03:45 -!- laurentmt [~Thunderbi@80.215.234.9] has quit [Client Quit] 03:46 < afk11> I didn't equivocate the two because pre-143 the pre-image was a modified transaction, which is no longer true 03:48 < sipa> well feel free to suggest better language 03:52 -!- Alina-malina [~Alina-mal@unaffiliated/alina-malina] has quit [Ping timeout: 260 seconds] 03:56 -!- fengling [~fengling@223.223.187.136] has joined #bitcoin-core-dev 04:04 < GitHub125> [bitcoin] jtimon opened pull request #8921: RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC (master...0.13-rpc-chain) https://github.com/bitcoin/bitcoin/pull/8921 04:12 -!- fengling [~fengling@223.223.187.136] has quit [Ping timeout: 268 seconds] 04:14 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-kilexaqdfulivqlg] has joined #bitcoin-core-dev 04:23 -!- BashCo_ [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 04:27 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 260 seconds] 04:43 -!- DigiByteDev [~JT2@101.78.224.202] has quit [Quit: DigiByteDev] 04:55 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:05 -!- DigiByteDev [~JT2@69.167.27.228] has joined #bitcoin-core-dev 05:19 -!- DigiByteDev_ [~JT2@n218250011174.netvigator.com] has joined #bitcoin-core-dev 05:20 -!- DigiByteDev [~JT2@69.167.27.228] has quit [Ping timeout: 258 seconds] 05:20 -!- DigiByteDev_ is now known as DigiByteDev 05:24 -!- jonasschnelli [~jonasschn@2a01:4f8:200:7025::2] has quit [Changing host] 05:24 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has joined #bitcoin-core-dev 05:25 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:40 -!- alpalp [~allen@unaffiliated/alpalp] has joined #bitcoin-core-dev 05:43 -!- JackH [~laptop@79-73-185-184.dynamic.dsl.as9105.com] has quit [Remote host closed the connection] 06:10 -!- alpalp [~allen@unaffiliated/alpalp] has quit [Ping timeout: 258 seconds] 06:20 -!- alpalp [~allen@2605:6000:f4d6:d600:275c:538f:fa83:370b] has joined #bitcoin-core-dev 06:20 -!- alpalp [~allen@2605:6000:f4d6:d600:275c:538f:fa83:370b] has quit [Changing host] 06:20 -!- alpalp [~allen@unaffiliated/alpalp] has joined #bitcoin-core-dev 06:27 -!- alpalp [~allen@unaffiliated/alpalp] has quit [Ping timeout: 258 seconds] 06:41 < BlueMatt> gmaxwell: dunno about debian, but the oldest ubuntu lts which is still supported cant build bitcoin in c++11 mode (despite its version of clang supporting it) because its version of boost doesnt build in C++11 mode 06:51 -!- harding [~harding@mail.dtrt.org] has joined #bitcoin-core-dev 06:53 -!- fengling [~fengling@43.255.176.21] has joined #bitcoin-core-dev 06:59 -!- fengling [~fengling@43.255.176.21] has quit [Ping timeout: 268 seconds] 07:05 -!- arowser [~quassel@106.120.101.38] has quit [Ping timeout: 258 seconds] 07:10 < BlueMatt> luke-jr: care to press merge on https://github.com/bitcoin/bips/pull/462 07:15 -!- Alina-malina [~Alina-mal@37.157.216.157] has joined #bitcoin-core-dev 07:18 -!- Alina-malina [~Alina-mal@37.157.216.157] has quit [Changing host] 07:18 -!- Alina-malina [~Alina-mal@unaffiliated/alina-malina] has joined #bitcoin-core-dev 07:18 -!- murch [~murch@p4FE391E2.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 07:26 -!- fengling [~fengling@43.255.176.21] has joined #bitcoin-core-dev 07:35 -!- fengling [~fengling@43.255.176.21] has quit [Ping timeout: 268 seconds] 07:42 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 248 seconds] 07:43 -!- fengling [~fengling@43.255.176.16] has joined #bitcoin-core-dev 08:07 -!- fengling [~fengling@43.255.176.16] has quit [Ping timeout: 268 seconds] 08:11 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:17 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has joined #bitcoin-core-dev 08:18 -!- stan__ [~stan@LAubervilliers-656-1-238-191.w193-248.abo.wanadoo.fr] has joined #bitcoin-core-dev 08:22 -!- stan_ [~stan@LAubervilliers-656-1-238-191.w193-248.abo.wanadoo.fr] has quit [Ping timeout: 250 seconds] 08:23 -!- stan__ [~stan@LAubervilliers-656-1-238-191.w193-248.abo.wanadoo.fr] has quit [Ping timeout: 248 seconds] 08:24 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Ping timeout: 252 seconds] 08:30 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 08:35 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 260 seconds] 08:37 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 08:37 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has quit [Quit: DigiByteDev] 08:49 -!- jannes [~jannes@178.132.211.90] has quit [Quit: Leaving] 09:12 -!- stan_ [~stan@pro75-3-82-234-175-102.fbx.proxad.net] has joined #bitcoin-core-dev 09:35 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 09:39 -!- kadoban [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 09:55 < GitHub78> [bitcoin] TheBlueMatt opened pull request #8922: [qa] Send segwit-encoded blocktxn messages in p2p-compactblocks (master...segwitcb) https://github.com/bitcoin/bitcoin/pull/8922 10:15 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Remote host closed the connection] 10:42 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 10:43 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 10:51 -!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Read error: Connection reset by peer] 10:52 -!- laurentmt [~Thunderbi@80.215.234.97] has joined #bitcoin-core-dev 10:53 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 10:56 -!- laurentmt [~Thunderbi@80.215.234.97] has quit [Client Quit] 10:57 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:05 -!- BashCo_ [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 11:23 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 11:40 -!- stan_ [~stan@pro75-3-82-234-175-102.fbx.proxad.net] has quit [Remote host closed the connection] 11:43 -!- BCBot_ [~BCBot@46.101.246.115] has joined #bitcoin-core-dev 11:44 -!- zmanian____ [sid113594@gateway/web/irccloud.com/x-pwbowmhsgeucjemc] has joined #bitcoin-core-dev 11:45 -!- timothy [~quassel@archlinux/trusteduser/DrizztBSD] has quit [Disconnected by services] 11:45 -!- drizztbsd [~quassel@archlinux/trusteduser/DrizztBSD] has joined #bitcoin-core-dev 11:45 -!- lightningbot [~supybot@2400:8901::f03c:91ff:febb:bbc1] has quit [Disconnected by services] 11:45 -!- kadoban_ [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 11:45 -!- cdecker_ [~quassel@2a02:aa16:1105:4a80:fdf7:6cf4:b6b2:d619] has joined #bitcoin-core-dev 11:45 -!- drizztbsd is now known as timothy 11:45 -!- cdecker_ [~quassel@2a02:aa16:1105:4a80:fdf7:6cf4:b6b2:d619] has quit [Client Quit] 11:46 -!- cdecker_ [~quassel@2a02:aa16:1105:4a80:fdf7:6cf4:b6b2:d619] has joined #bitcoin-core-dev 11:46 -!- jtimon_ [~quassel@211.28.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 11:46 -!- cdecker_ [~quassel@2a02:aa16:1105:4a80:fdf7:6cf4:b6b2:d619] has quit [Remote host closed the connection] 11:46 -!- neha__ [~narula@tbilisi.csail.mit.edu] has joined #bitcoin-core-dev 11:46 -!- Taek [~quassel@2001:41d0:1:472e::] has joined #bitcoin-core-dev 11:46 -!- lightningbot [~supybot@2400:8901::f03c:91ff:febb:bbc1] has joined #bitcoin-core-dev 11:47 -!- Lauda_ [~quassel@2a06:8ec0:3::1:b224] has joined #bitcoin-core-dev 11:47 -!- Expanse_ [sid146237@gateway/web/irccloud.com/x-owqiljyghzvqjcqm] has joined #bitcoin-core-dev 11:47 -!- Ylbam_ [uid99779@gateway/web/irccloud.com/x-mylwgkbtdtlazatb] has joined #bitcoin-core-dev 11:47 -!- Lauda [~quassel@unaffiliated/lauda] has quit [Disconnected by services] 11:47 -!- Lauda_ is now known as lauda 11:47 -!- Frederic94500 [4d808e1f@gateway/web/freenode/ip.77.128.142.31] has joined #bitcoin-core-dev 11:47 -!- lauda [~quassel@2a06:8ec0:3::1:b224] has quit [Changing host] 11:47 -!- lauda [~quassel@unaffiliated/lauda] has joined #bitcoin-core-dev 11:48 -!- lauda is now known as Lauda 11:48 -!- molz [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 11:49 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 11:49 -!- cfields_ [~quassel@unaffiliated/cfields] has joined #bitcoin-core-dev 11:50 -!- btcdrak [uid165369@gateway/web/irccloud.com/x-yihxqmktnqkklyio] has quit [Read error: Connection reset by peer] 11:51 -!- jyap_ [~jyap@2604:180:1:7f5::b59a] has joined #bitcoin-core-dev 11:51 -!- moli [~molly@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 11:51 -!- Netsplit *.net <-> *.split quits: jtimon, Ylbam, belcher, d9b4bef9, jyap, instagibbs, Taek42, cdecker, BonyM, bsm117532, (+9 more, use /NETSPLIT to show all of them) 11:51 -!- Ylbam_ is now known as Ylbam 11:52 -!- jyap_ is now known as jyap 11:52 -!- jyap [~jyap@2604:180:1:7f5::b59a] has quit [Changing host] 11:52 -!- jyap [~jyap@unaffiliated/jyap] has joined #bitcoin-core-dev 11:52 -!- BCBot_ [~BCBot@46.101.246.115] has quit [Remote host closed the connection] 11:52 -!- Netsplit over, joins: cdecker 11:52 -!- Netsplit over, joins: BCBot 11:53 -!- btcdrak [uid165369@gateway/web/irccloud.com/x-lzkpqzhxfiujuwdu] has joined #bitcoin-core-dev 11:53 -!- BonyM1 [~BonyM-I@83.227.211.4] has joined #bitcoin-core-dev 11:56 -!- Netsplit over, joins: instagibbs 11:57 -!- Expanse_ is now known as Expanse 11:57 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 11:59 -!- Netsplit over, joins: belcher 11:59 -!- Netsplit over, joins: bsm117532 12:00 -!- CodeShark [sid126576@gateway/web/irccloud.com/x-jerfpoprknljetqh] has joined #bitcoin-core-dev 12:00 -!- ibrightly [sid113387@gateway/web/irccloud.com/x-kfpjhdemnmnpdrhx] has joined #bitcoin-core-dev 12:01 -!- Naphex [~naphex@naphex.rocks] has joined #bitcoin-core-dev 12:04 -!- Frederic94500 [4d808e1f@gateway/web/freenode/ip.77.128.142.31] has quit [Quit: Page closed] 12:05 -!- Naphex [~naphex@naphex.rocks] has quit [Ping timeout: 260 seconds] 12:06 -!- Naphex [~naphex@naphex.rocks] has joined #bitcoin-core-dev 12:08 -!- pindarhk [sid105966@gateway/web/irccloud.com/x-xbwcabueioikxvsh] has quit [Read error: Connection reset by peer] 12:08 -!- pindarhk [sid105966@gateway/web/irccloud.com/x-ccpwuiskxkhstoyp] has joined #bitcoin-core-dev 12:09 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 12:13 -!- To7 [~theo@cpe-158-222-222-232.nyc.res.rr.com] has joined #bitcoin-core-dev 12:15 -!- Naphex [~naphex@naphex.rocks] has quit [Ping timeout: 260 seconds] 12:25 -!- Naphex [~naphex@naphex.rocks] has joined #bitcoin-core-dev 12:29 -!- lightningbot [~supybot@2400:8901::f03c:91ff:febb:bbc1] has quit [Remote host closed the connection] 12:29 -!- eragmus [sid136308@gateway/web/irccloud.com/x-fkeojkbsvjvoebec] has quit [Read error: Connection reset by peer] 12:29 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-mylwgkbtdtlazatb] has quit [Ping timeout: 258 seconds] 12:30 -!- eragmus [sid136308@gateway/web/irccloud.com/x-amxzsavemqefgacl] has joined #bitcoin-core-dev 12:30 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 12:30 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-ydvzxhfsscgxhuem] has joined #bitcoin-core-dev 12:30 -!- lightningbot [~supybot@2400:8901::f03c:91ff:febb:bbc1] has joined #bitcoin-core-dev 12:32 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 12:32 -!- mol is now known as moli 12:36 -!- molz [~molly@unaffiliated/molly] has quit [Ping timeout: 258 seconds] 12:36 -!- MarcoFalke [~marco@host10-2.natpool.mwn.de] has left #bitcoin-core-dev [] 12:40 -!- Cory [~C@unaffiliated/cory] has quit [Ping timeout: 250 seconds] 12:44 -!- Netsplit *.net <-> *.split quits: Naphex 12:44 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 12:49 -!- Netsplit over, joins: Naphex 12:55 -!- Cory [~C@unaffiliated/cory] has joined #bitcoin-core-dev 13:00 -!- kadoban_ is now known as kadoban 13:00 -!- jtimon_ [~quassel@211.28.134.37.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 13:00 -!- Cory [~C@unaffiliated/cory] has quit [Ping timeout: 258 seconds] 13:42 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 13:42 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 13:46 -!- stan_ [~stan@pro75-3-82-234-175-102.fbx.proxad.net] has joined #bitcoin-core-dev 13:48 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 13:50 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Ping timeout: 260 seconds] 13:56 -!- JackH [~laptop@79-73-185-184.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 14:31 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 15:12 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 15:13 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 15:24 < kanzure> achow101: also perhaps link to https://github.com/bitcoin/bitcoin/pull/6274 (for -alerts opt-out of alerts) and https://github.com/bitcoin/bitcoin/issues/7692 (actual removal) in addition to 6260 (which was marked as closed) 15:40 < BlueMatt> luke-jr: thanks 15:40 < achow101> kanzure: done 15:40 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has joined #bitcoin-core-dev 15:40 -!- jtimon [~quassel@211.28.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 15:42 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has quit [Client Quit] 15:46 -!- stan_ [~stan@pro75-3-82-234-175-102.fbx.proxad.net] has quit [Remote host closed the connection] 15:49 -!- cdecker [~quassel@2a02:aa16:1105:4a80:fdf7:6cf4:b6b2:d619] has quit [Ping timeout: 250 seconds] 16:28 -!- harrymm [~wayne@104.222.140.77] has left #bitcoin-core-dev [] 16:33 -!- bsm117532 [~mcelrath@38.121.165.30] has quit [Ping timeout: 248 seconds] 16:34 -!- harrymm [~wayne@104.222.140.77] has joined #bitcoin-core-dev 16:37 -!- harrymm [~wayne@104.222.140.77] has left #bitcoin-core-dev [] 16:40 -!- harrymm [~wayne@104.222.140.77] has joined #bitcoin-core-dev 16:44 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 16:52 -!- murch [~murch@p4FE391E2.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 16:53 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 16:53 -!- alpalp [~allen@unaffiliated/alpalp] has joined #bitcoin-core-dev 17:06 -!- Pasha [~Cory@unaffiliated/cory] has joined #bitcoin-core-dev 17:18 -!- Pasha is now known as Cory 17:21 -!- mkarrer [~mkarrer@7.red-83-47-85.dynamicip.rima-tde.net] has quit [Remote host closed the connection] 17:21 -!- mkarrer [~mkarrer@7.red-83-47-85.dynamicip.rima-tde.net] has joined #bitcoin-core-dev 18:49 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 19:05 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 19:06 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 19:07 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-ydvzxhfsscgxhuem] has quit [Quit: Connection closed for inactivity] 19:08 -!- fengling [~fengling@43.255.176.16] has joined #bitcoin-core-dev 19:13 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Quit: Leaving] 19:27 -!- achow101 [~achow101@unaffiliated/achow101] has joined #bitcoin-core-dev 19:45 -!- fengling [~fengling@43.255.176.16] has quit [Ping timeout: 268 seconds] 19:47 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 19:49 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has quit [Quit: Leaving.] 20:01 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 20:39 -!- fengling [~fengling@43.255.176.16] has joined #bitcoin-core-dev 20:42 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 20:43 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 20:48 -!- fengling [~fengling@43.255.176.16] has quit [Ping timeout: 268 seconds] 20:50 -!- alpalp [~allen@unaffiliated/alpalp] has quit [Ping timeout: 258 seconds] 21:05 -!- ill [~ill@172.56.23.123] has joined #bitcoin-core-dev 21:06 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 21:09 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has quit [Remote host closed the connection] 21:09 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has joined #bitcoin-core-dev 21:21 -!- ill [~ill@172.56.23.123] has quit [Ping timeout: 268 seconds] 21:42 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Quit: bye] 22:01 -!- PaulCapestany [~PaulCapes@204.28.124.82] has quit [Quit: .] 22:02 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has joined #bitcoin-core-dev 22:04 -!- PaulCapestany [~PaulCapes@2604:5500:17:2ea:ad83:a085:bae0:8c66] has joined #bitcoin-core-dev 22:06 -!- davec_ [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Quit: leaving] 22:06 -!- davec_ [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 22:11 -!- davec_ is now known as davec 22:14 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Ping timeout: 258 seconds] 22:28 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has quit [Quit: DigiByteDev] 22:29 -!- achow101 [~achow101@unaffiliated/achow101] has joined #bitcoin-core-dev 22:41 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 22:42 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 23:05 -!- jtimon [~quassel@211.28.134.37.dynamic.jazztel.es] has quit [Remote host closed the connection] 23:12 < wumpus> I have a new phone (Nexus 6P) and just realized it runs ARM 64 bit, had no idea, should definitely try to run bitcoin core on it 23:20 < wumpus> sure, everyone knows that is possible by now, but given these specs it's probably faster on this than on most people's laptops :) 23:31 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 23:32 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 23:59 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection]