--- Day changed Wed Dec 16 2015 00:07 -!- BashCo [BashCo@gateway/vpn/mullvad/x-kqhfxqguocwbjhxf] has quit [Ping timeout: 272 seconds] 00:27 -!- Tera2342 [~Tera2342@223.207.237.181] has joined #bitcoin-core-dev 00:30 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 00:42 -!- windsok [~windsok@ec2-52-64-26-60.ap-southeast-2.compute.amazonaws.com] has joined #bitcoin-core-dev 00:49 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:51 < Luke-Jr> jonasschnelli: can you minimally modify the generated DS_Store to work, and post me the working file? 00:52 < Luke-Jr> jonasschnelli: (not on your broken SSL server..) 00:53 -!- Cory [~C@unaffiliated/cory] has quit [Ping timeout: 265 seconds] 01:28 -!- randy-waterhouse [~kiwigb@opentransactions/dev/randy-waterhouse] has quit [Quit: Leaving.] 02:00 -!- Squidicuz [~squid@pool-173-48-117-206.bstnma.fios.verizon.net] has quit [Ping timeout: 256 seconds] 02:04 -!- desantis [~desantis@c-68-47-180-250.hsd1.tn.comcast.net] has joined #bitcoin-core-dev 02:21 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 02:41 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Read error: Connection reset by peer] 02:43 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:56 -!- dcousens [~anon@110.22.219.15] has quit [Quit: Lost terminal] 03:11 -!- MarcoFalke [8af602f0@gateway/web/cgi-irc/kiwiirc.com/ip.138.246.2.240] has joined #bitcoin-core-dev 03:32 -!- jtimon [~quassel@74.29.134.37.dynamic.jazztel.es] has quit [Ping timeout: 240 seconds] 03:53 < Luke-Jr> hm, maybe I found a trivial bug in RBF logic.. it seems to be checking the replacement pays more fees than the replaced *plus* what would be required of the replacement on its own 03:53 < Luke-Jr> rather than what would be required for both.. 03:55 < Luke-Jr> so if the replaced transaction had 1 BTC in fees, the replacment must have 1 BTC + relayMinimums(replacement), when it might be argued that it ought be relayMinimums(replaced) + relayMinimums(replacement) 03:55 < Luke-Jr> thoughts? 03:55 < aj> Luke-Jr: the 1BTC already includes relayMinimums(replaced) though? 03:56 < MarcoFalke> But relayMinimums(replaced) + relayMinimums(replacement) can be smaller than 1 BTC 03:56 < Luke-Jr> ^ 03:57 < Luke-Jr> so what we really would want is fee(replacement) > max(relayMinimums(replaced)+relayMinimums(replacement), fee(replaced)) 03:57 < aj> yeah, i thought that was to make RBF deliberately "expensive" 03:58 < Luke-Jr> I don't follow.. 04:00 < Luke-Jr> unless you mean logic-less inflation of RBF costs 04:00 < aj> i've seen gmaxwell (iirc) explain it on reddit as RBF having to pay for the cost of replacing both transactions 04:00 < aj> i didn't follow why that was a good thing though 04:00 < Luke-Jr> oh 04:01 < Luke-Jr> if we use rM(repl'd)+rM(repl), we get a DoS attack because they could both be exactly 1 BTC and replace each other 04:01 < Luke-Jr> we'd need a +1 04:02 < MarcoFalke> It's max(relayMinimums(replaced)+relayMinimums(replacement), fee(replaced) + relayMinimums(replacement)) 04:02 < MarcoFalke> which is the same as 1 BTC + relayMinimums(replacement) 04:02 < MarcoFalke> and you already explained why 04:03 < Luke-Jr> I guess max doesn't do what I mean 04:03 < Luke-Jr> wait, yes it does 04:03 < Luke-Jr> MarcoFalke: it should be max(relayMinimums(replaced)+relayMinimums(replacement), fee(replaced) + 1), no? 04:04 < MarcoFalke> what unit is "1" 04:04 < MarcoFalke> satoshis? 04:05 < Luke-Jr> sure 04:05 < Luke-Jr> it just needs to be > to prevent recursion 04:06 < GitHub32> [bitcoin] MarcoFalke opened pull request #7218: [qt] Fix misleading translation (master...MarcoFalke-2015-trivial7) https://github.com/bitcoin/bitcoin/pull/7218 04:07 < MarcoFalke> Then you can just spend 1 satoshi to transmit whatever your tx size is to the whole network. Sounds like DOS? 04:07 < Luke-Jr> MarcoFalke: only if you already paid more than enough in fees 04:08 < Luke-Jr> ie, if you overpaid on your initial tx already, you can pay only 1 sat. more for replacement 04:09 < aj> Luke-Jr: 2*relayMinimum could still be well below what's being accepted into blocks though? 04:09 -!- MarcoFalke [8af602f0@gateway/web/cgi-irc/kiwiirc.com/ip.138.246.2.240] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 04:10 < Luke-Jr> aj: I don't see relevance. 04:15 < jonasschnelli> Luke-Jr: IIRC, the .DS_Store does link to the filename,.. so, if the filename (App Name) is dynamic, the DS_Store files need also. So you need a script that can generate/modify a DS_Store file. 04:16 -!- Quent [~Quent@unaffiliated/quent] has quit [Read error: Connection reset by peer] 04:16 -!- Quent1 [~Quent@unaffiliated/quent] has joined #bitcoin-core-dev 04:16 < Luke-Jr> jonasschnelli: yes, but I am lost for what the problem is, so analysing a fixed file would possibly help 04:16 < jonasschnelli> Luke-Jr: SSL. I testes the Site with Ubuntu 12.04 and 15.04 as well as with a recent Fedora version. I guess the COMODO SSL CA is probably not supported by your OS? 04:17 < Luke-Jr> jonasschnelli: it's not a cert error 04:17 < jonasschnelli> Luke-Jr: Okay. Right. Makes sense. Will try to create a correct DS_Store 04:17 < jonasschnelli> Does your browser/os enforce SSLv2 or v3? 04:18 < GitHub128> [bitcoin] luke-jr opened pull request #7219: Make RBF policies optional (master...rbf_opts) https://github.com/bitcoin/bitcoin/pull/7219 04:19 < GitHub143> [bitcoin] luke-jr opened pull request #7220: RBF: Allow replacements to pay for minRelayFee(replaced)+minRelayFee(replacement) rather than actualFee(replaced)+minRelayFee(replacement) (master...rbf_feecomp) https://github.com/bitcoin/bitcoin/pull/7220 04:20 < Luke-Jr> jonasschnelli: probably? 04:23 -!- Prattler [~ttttt@78-60-12-33.static.zebra.lt] has quit [Remote host closed the connection] 04:27 * Luke-Jr ponders if wget would work 04:31 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 04:31 < jonasschnelli> Luke-Jr: give it a try with `curl -v` (and maybe a `curl -v --insecure`.. 04:33 < Luke-Jr> hm, got a link handy? 04:33 < Luke-Jr> for some reason I am having trouble finding one in my log 04:34 < Luke-Jr> found it https://bitcoin.jonasschnelli.ch 04:34 < Luke-Jr> nope, curl and wget hate it too 04:34 < jonasschnelli> argh. Some system wide problem... 04:34 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 04:35 < Luke-Jr> I don't think curl does SSL at all, just TLS 04:35 < Luke-Jr> ooh 04:35 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Client Quit] 04:35 < Luke-Jr> jonasschnelli: IPv6! 04:36 < Luke-Jr> you're only broken on IPv6, not IPv4 04:36 < jonasschnelli> Luke-Jr: hmm.. how could 04:36 < Luke-Jr> is the IPv6 address correct? ;) 04:36 < Luke-Jr> in DNS 04:36 < jonasschnelli> buh... no idea... need to check. :) 04:37 < Luke-Jr> if not, I'm hitting some random other server :P 04:37 * jonasschnelli is reading some IPv6 guides... 04:42 -!- desantis [~desantis@c-68-47-180-250.hsd1.tn.comcast.net] has quit [Ping timeout: 265 seconds] 04:45 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 04:46 -!- desantis [~desantis@c-68-47-180-250.hsd1.tn.comcast.net] has joined #bitcoin-core-dev 04:48 < jonasschnelli> Luke-Jr: hmm... IPv6 seems to be set up coorect. dig AAAA bitcoin.jonasschnelli.ch gives me the right answer, .. i can ping6 from another machine (in the same lan although). 04:49 < Luke-Jr> I can ping it, just TLS fails 04:55 < jonasschnelli> ah... found the issue. Missing apache ipv6 config. 04:55 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Quit: laurentmt] 04:56 < Luke-Jr> XD 04:56 -!- afk11 [~afk11@unaffiliated/afk11] has joined #bitcoin-core-dev 04:56 < Luke-Jr> works now 04:57 < jonasschnelli> Luke-Jr: works? Perfect! 05:00 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Quit: Lost terminal] 05:12 < Luke-Jr> jonasschnelli: Our scheme looks more (not everywhere) after full length parameters/commands (we use createrawtransaction instead of createrawtx, etc.). <-- more what? O.o 05:13 < jonasschnelli> Luke-Jr: things like '-limitfreerelay', or -stopafterblockimport or -permitbaremultisig 05:14 < jonasschnelli> But right, there are also things like: acceptnonstdtxn 05:14 < Luke-Jr> more examples don't help; the sentence is missing an adjective :p 05:14 < jonasschnelli> but replacebyfee is relatively short. 05:15 < Luke-Jr> "Our scheme looks more after full length … " doesn't parse <.< 05:15 < jonasschnelli> Don't judge my english..,. (or i gonna judge your german). But I know, my english lacks here and there. :) 05:15 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 05:15 < Luke-Jr> ok, but I don't know what it means :< 05:16 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Client Quit] 05:16 < jonasschnelli> I was trying to say, our command line arguments and rpc commands are mostly "full names" instead of abbreviations. 05:18 < Luke-Jr> ah 05:33 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 05:33 < GitHub62> [bitcoin] parazyd opened pull request #7221: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/7221 05:34 < GitHub110> [bitcoin] parazyd closed pull request #7221: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/7221 05:49 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 05:58 -!- MarcoFalke [8af602f0@gateway/web/cgi-irc/kiwiirc.com/ip.138.246.2.240] has joined #bitcoin-core-dev 06:12 -!- Tera2342 [~Tera2342@223.207.237.181] has quit [Ping timeout: 256 seconds] 06:26 < MarcoFalke> > Luke-Jr 06:26 < MarcoFalke> MarcoFalke: only if you already paid more than enough in fees 06:26 < MarcoFalke> For one transaction, that is. 06:26 < MarcoFalke> But the network has to process every rbf tx 06:27 < MarcoFalke> Just think about the "strss-test" in August 06:27 < MarcoFalke> rbf with your logic would make it a lot cheaper 06:32 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 06:38 < MarcoFalke> jonasschnelli, theoretically you could also change gui settings without the gui 06:39 < jonasschnelli> MarcoFalke: how? 06:39 < gijensen> PR 7220 Is it heavy to consider all TXs that were replaced in the chain up until the first TX with an RBF flag that didn't get replaced? That's the only solution I see to morco's NACK 06:46 < MarcoFalke> In the registry and stuff, but "GUI settings" is not true as well. I will just use your suggestion. 06:47 < jonasschnelli> MarcoFalke: Hm... sure, you can change everything by accessing the right space on your OS. I still think "GUI settings" is the right name. 07:11 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 07:18 -!- MarcoFalke [8af602f0@gateway/web/cgi-irc/kiwiirc.com/ip.138.246.2.240] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 07:20 -!- jgarzik [~jgarzik@104.178.201.106] has joined #bitcoin-core-dev 07:20 -!- jgarzik [~jgarzik@104.178.201.106] has quit [Changing host] 07:20 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-core-dev 07:20 -!- adam3us [~Adium@141.8.72.43] has joined #bitcoin-core-dev 07:40 -!- Squidicuz [~squid@pool-173-48-117-206.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 07:58 -!- zookolaptop [~user@c-73-217-16-2.hsd1.co.comcast.net] has joined #bitcoin-core-dev 08:03 -!- zookolaptop [~user@c-73-217-16-2.hsd1.co.comcast.net] has quit [Read error: Connection reset by peer] 08:13 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 08:14 -!- sotisoti [~sotisoti@jomify.com] has joined #bitcoin-core-dev 08:16 -!- afk11 [~afk11@unaffiliated/afk11] has quit [Remote host closed the connection] 08:25 -!- zookolaptop [~user@c-73-217-16-2.hsd1.co.comcast.net] has joined #bitcoin-core-dev 08:39 -!- Prattler [~ttttt@212.12.195.82] has joined #bitcoin-core-dev 08:50 < helo> someone familiar with p2pool code may want to take a look at KipIngram's messages in #bitcoin 09:03 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Quit: Lost terminal] 09:22 -!- rgergre [805b7112@gateway/web/freenode/ip.128.91.113.18] has joined #bitcoin-core-dev 09:24 -!- rgergre [805b7112@gateway/web/freenode/ip.128.91.113.18] has quit [Client Quit] 09:39 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has left #bitcoin-core-dev ["Leaving"] 09:40 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-core-dev 09:40 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has quit [Changing host] 09:40 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-core-dev 09:52 -!- jannes [~jannes@217.149.135.175] has joined #bitcoin-core-dev 09:53 -!- desantis [~desantis@c-68-47-180-250.hsd1.tn.comcast.net] has quit [Quit: desantis] 09:54 -!- wangchun [~wangchun@106.187.94.193] has quit [Quit: leaving] 09:54 -!- wangchun [~wangchun@li414-193.members.linode.com] has joined #bitcoin-core-dev 10:06 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has quit [Ping timeout: 256 seconds] 10:31 < GitHub4> [bitcoin] luke-jr closed pull request #7220: RBF: Allow replacements to pay for minRelayFee(replaced)+minRelayFee(replacement) rather than actualFee(replaced)+minRelayFee(replacement) (master...rbf_feecomp) https://github.com/bitcoin/bitcoin/pull/7220 10:32 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 10:37 < morcos> Am I allowed to store a reference to chainparams? 10:38 < morcos> In particular refactoring CreateNewBlock to be a class needs access to chainparams, can i just pass it in as a reference on construction and access it whenever after that point? 10:39 -!- gmaxwell [greg@wikimedia/KatWalsh/x-0001] has left #bitcoin-core-dev [] 10:39 < sipa> imho yes 10:45 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 10:52 -!- zookolaptop [~user@c-73-217-16-2.hsd1.co.comcast.net] has quit [Ping timeout: 260 seconds] 10:53 -!- Prattler [~ttttt@212.12.195.82] has quit [Ping timeout: 256 seconds] 10:53 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 10:57 -!- zookolaptop [~user@c-73-217-16-2.hsd1.co.comcast.net] has joined #bitcoin-core-dev 11:06 -!- jtimon [~quassel@74.29.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 11:09 -!- Cory [~C@unaffiliated/cory] has joined #bitcoin-core-dev 11:13 -!- helo [~helo@unaffiliated/helo] has quit [Quit: leaving] 11:13 -!- helo [~helo@unaffiliated/helo] has joined #bitcoin-core-dev 11:27 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 11:47 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 11:56 -!- jtimon [~quassel@74.29.134.37.dynamic.jazztel.es] has quit [Ping timeout: 256 seconds] 12:06 < GitHub68> [bitcoin] sdaftuar opened pull request #7222: [WIP] RPC: Indicate which transactions are signaling opt-in RBF (master...add-optin-info) https://github.com/bitcoin/bitcoin/pull/7222 12:09 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 12:13 < gijensen> Luke-jr, PR 7220 for my sanity, you closed it because it doesn't cache the minimums (so the proper min can't be calculated)? That's what I thought but two other people disagreed with me :S 13:25 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has quit [Ping timeout: 246 seconds] 13:26 -!- zookolaptop [~user@c-73-217-16-2.hsd1.co.comcast.net] has quit [Ping timeout: 240 seconds] 13:27 -!- jannes [~jannes@217.149.135.175] has quit [Quit: Leaving] 13:44 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 13:49 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Quit: laurentmt] 13:55 -!- d_t [~textual@c-50-136-139-144.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 14:05 < Luke-Jr> gijensen: ? 14:08 < gijensen> Luke-Jr I'm just asking for clarity on the comments previous to your final one. I was trying to convey the issue is the PR as is didn't account for all the minimum fees of past transactions. Is that correct, or no? 14:09 < gijensen> You mentioned a cache, so that made me believe I'm correct. I just want to know to be sure I properly understand what's happening. 14:17 < Luke-Jr> yes, if A is replaced by B, and C might replace B, we need C to pay for A+B+C, but we no longer have A 14:18 < gijensen> Thank you! 14:18 < Luke-Jr> so to fix this, we would need to store the size of A (and anything it replaced) with B 14:19 < Luke-Jr> nTotalRelaySize or smth 14:20 < gijensen> Okay, yes I understand completely. Do you still plan on trying to work on the concept? Or just axe it for now? 14:23 -!- zookolaptop [~user@2601:281:8001:26aa:7947:a45:ede9:5fd2] has joined #bitcoin-core-dev 14:23 < Luke-Jr> I think the benefits do not outweigh the costs now 14:29 < gijensen> I was worried about that, okay 14:55 -!- arubi [~ese168@unaffiliated/arubi] has quit [Quit: Leaving] 14:56 -!- arubi [~ese168@unaffiliated/arubi] has joined #bitcoin-core-dev 14:58 -!- arubi [~ese168@unaffiliated/arubi] has quit [Client Quit] 14:58 -!- arubi [~ese168@unaffiliated/arubi] has joined #bitcoin-core-dev 15:00 -!- jtimon [~quassel@74.29.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 15:01 -!- arubi [~ese168@unaffiliated/arubi] has quit [Client Quit] 15:02 -!- arubi [~ese168@unaffiliated/arubi] has joined #bitcoin-core-dev 16:01 -!- ghtdak [~ghtdak@unaffiliated/ghtdak] has quit [Quit: WeeChat 1.4-dev] 16:24 -!- ghtdak [~ghtdak@unaffiliated/ghtdak] has joined #bitcoin-core-dev 16:28 -!- adam3us [~Adium@141.8.72.43] has quit [Quit: Leaving.] 16:44 -!- Tera2342 [~Tera2342@223.207.237.181] has joined #bitcoin-core-dev 16:46 -!- zookolaptop [~user@2601:281:8001:26aa:7947:a45:ede9:5fd2] has quit [Remote host closed the connection] 16:53 -!- [1]evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 16:55 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 16:55 -!- [1]evoskuil is now known as evoskuil 16:56 -!- JackH [~Jack@host-80-43-140-204.as13285.net] has quit [Ping timeout: 272 seconds] 16:56 < GitHub3> [bitcoin] sidhujag opened pull request #7224: bitcoin rename to syscoin (master...btcbase) https://github.com/bitcoin/bitcoin/pull/7224 16:57 -!- Prattler [~ttttt@212.12.195.82] has joined #bitcoin-core-dev 16:58 < GitHub152> [bitcoin] sidhujag closed pull request #7224: bitcoin rename to syscoin (master...btcbase) https://github.com/bitcoin/bitcoin/pull/7224 17:09 -!- Tera2342 [~Tera2342@223.207.237.181] has quit [Read error: Connection reset by peer] 17:11 -!- zookolaptop [~user@2601:281:8001:26aa:9de2:3f5d:b8c5:d90c] has joined #bitcoin-core-dev 17:20 -!- Tera2342 [~Tera2342@223.207.237.181] has joined #bitcoin-core-dev 17:23 -!- zmanian_ [sid113594@gateway/web/irccloud.com/x-azexdphkhiefqzqh] has quit [Ping timeout: 240 seconds] 17:25 -!- bitdevsnyc [~bitdevsny@cpe-158-222-198-108.nyc.res.rr.com] has joined #bitcoin-core-dev 17:25 -!- zmanian_ [sid113594@gateway/web/irccloud.com/x-hmapnlgsoglvfzsg] has joined #bitcoin-core-dev 17:32 -!- Cory [~C@unaffiliated/cory] has quit [Ping timeout: 246 seconds] 17:37 -!- bitdevsnyc [~bitdevsny@cpe-158-222-198-108.nyc.res.rr.com] has quit [Ping timeout: 256 seconds] 17:37 -!- bitdevsnyc [bitdevsnyc@gateway/vpn/mullvad/x-fpnujmglqgyxzini] has joined #bitcoin-core-dev 17:51 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-vhxqxazqlqfxsupw] has quit [Quit: Connection closed for inactivity] 17:56 -!- btcdrak [uid115429@gateway/web/irccloud.com/x-pqdlaxjmaavepkaj] has quit [Quit: Connection closed for inactivity] 17:59 -!- frankenmint [~frankenmi@75-175-72-226.ptld.qwest.net] has joined #bitcoin-core-dev 18:00 -!- frankenmint [~frankenmi@75-175-72-226.ptld.qwest.net] has quit [] 18:00 -!- tripleslash [~test@c-73-211-62-220.hsd1.il.comcast.net] has joined #bitcoin-core-dev 18:00 -!- tripleslash is now known as Guest68066 18:00 -!- Guest68066 [~test@c-73-211-62-220.hsd1.il.comcast.net] has quit [Remote host closed the connection] 18:05 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 18:07 -!- Quent1 [~Quent@unaffiliated/quent] has quit [Ping timeout: 256 seconds] 18:09 -!- bitdevsn_ [~bitdevsny@cpe-158-222-198-108.nyc.res.rr.com] has joined #bitcoin-core-dev 18:12 -!- bitdevsnyc [bitdevsnyc@gateway/vpn/mullvad/x-fpnujmglqgyxzini] has quit [Ping timeout: 260 seconds] 18:39 -!- raedah [~raedah@172.56.38.239] has joined #bitcoin-core-dev 18:52 -!- raedah [~raedah@172.56.38.239] has quit [Quit: Leaving] 19:08 -!- bitcoin783 [6c3485ce@gateway/web/freenode/ip.108.52.133.206] has joined #bitcoin-core-dev 19:19 -!- Tera2342 [~Tera2342@223.207.237.181] has quit [Ping timeout: 255 seconds] 19:53 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 19:53 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Client Quit] 19:57 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 246 seconds] 20:01 -!- dermoth [~thomas@dsl-66-36-158-164.mtl.aei.ca] has joined #bitcoin-core-dev 20:09 -!- bitcoin783 [6c3485ce@gateway/web/freenode/ip.108.52.133.206] has quit [Ping timeout: 252 seconds] 20:23 -!- jtimon [~quassel@74.29.134.37.dynamic.jazztel.es] has quit [Remote host closed the connection] 20:33 < Luke-Jr> jonasschnelli: btw, did you post that corrected DS_Store somewhere? just wanted to be sure you weren't waiting on me 20:40 -!- bitdevsn_ [~bitdevsny@cpe-158-222-198-108.nyc.res.rr.com] has quit [] 20:43 -!- fanquake [~Adium@unaffiliated/fanquake] has joined #bitcoin-core-dev 20:44 -!- btcdrak [uid115429@gateway/web/irccloud.com/x-jajjzayancerouka] has joined #bitcoin-core-dev 20:46 -!- Quent1 [~Quent@unaffiliated/quent] has joined #bitcoin-core-dev 20:50 -!- fanquake [~Adium@unaffiliated/fanquake] has quit [Quit: Leaving.] 21:00 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has left #bitcoin-core-dev ["Leaving"] 21:00 -!- dermoth [~thomas@dsl-66-36-158-164.mtl.aei.ca] has quit [Read error: Connection reset by peer] 21:00 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-core-dev 21:00 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has quit [Changing host] 21:00 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-core-dev 21:00 -!- dermoth [~thomas@66.36.158.164] has joined #bitcoin-core-dev 21:02 -!- Thireus1 [~Thireus@icy.thireus.fr] has joined #bitcoin-core-dev 21:02 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 21:04 -!- Thireus [~Thireus@icy.thireus.fr] has quit [Ping timeout: 240 seconds] 21:31 -!- Cory [~C@unaffiliated/cory] has joined #bitcoin-core-dev 21:39 < dcousens> It'd be cool to see how much usage BIP65 has received over the last few days 21:41 < aj> dcousens: statistical difference in volume/size of p2sh outputs maybe? 21:41 -!- Quent1 [~Quent@unaffiliated/quent] has quit [Ping timeout: 272 seconds] 21:51 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 22:08 -!- zookolaptop [~user@2601:281:8001:26aa:9de2:3f5d:b8c5:d90c] has quit [Ping timeout: 240 seconds] 22:11 -!- jl2012 [uid133844@gateway/web/irccloud.com/x-hwhowayamaikiyxw] has quit [Ping timeout: 240 seconds] 22:12 -!- nanotube [~nanotube@unaffiliated/nanotube] has quit [Ping timeout: 256 seconds] 22:12 -!- jl2012 [uid133844@gateway/web/irccloud.com/x-qkixsylhlvfcmodc] has joined #bitcoin-core-dev 22:17 -!- nanotube [~nanotube@unaffiliated/nanotube] has joined #bitcoin-core-dev 22:34 -!- Tera2342 [~Tera2342@223.207.237.181] has joined #bitcoin-core-dev 22:57 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-nxouwirsecpbyayi] has joined #bitcoin-core-dev 23:47 < jonasschnelli> Luke-Jr: no. Not yet. But isn't the current (0.11.2 release) a valid/clean DS_Store to compare against? 23:47 < Luke-Jr> jonasschnelli: it's clean, but not based on the generated one 23:48 < jonasschnelli> But i guess it only links to the filenames... which are identical... not? 23:48 < jonasschnelli> Did you try a gitian build with the "old" DS_Store? 23:48 < Luke-Jr> I didn't. I have no way to test either :p 23:49 < Luke-Jr> Bitcoin-Core is in DS_Store, so I doubt it will work with it changed 23:50 < jonasschnelli> But IIRC, you did not change the app name (you could, sure)? You might want to use a perl script with (http://search.cpan.org/~wiml/Mac-Finder-DSStore/DSStoreFormat.pod) during gitian build? 23:50 < jonasschnelli> Or extract the "cleverness" of the CPAN modules and write your own python script? 23:50 < Luke-Jr> I doubt it would be any better than the python ds_store module. 23:51 < jonasschnelli> ah.. there is one. Nice. Try with the python one then? 23:51 < jonasschnelli> I can try to find out, why the current background is not working... 23:51 < Luke-Jr> that's what this does.. 23:52 < jonasschnelli> ah... ha. Okay. Let me see if i find the reason why it's not working. 23:52 < jonasschnelli> So you say, the your current PR does create the DS_Store with the python script? So positioning of the icons is done correct... 23:53 < Luke-Jr> yes 23:53 < jonasschnelli> `backgroundImageAlias`: `'\x00\x00\x00\x00[...]` <-- what the hell is that? 23:54 < Luke-Jr> a blob from the original DS_Store, modified by the mac_alias python module