1 2015-08-16 00:18:45 <SatochiNakamoto> Hello kids!
 2 2015-08-16 00:19:43 <SatochiNakamoto> Bitcoin is a big scam
 3 2015-08-16 01:22:34 <koad> why you ask?
 4 2015-08-16 01:22:35 <koad> http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010238.html
 5 2015-08-16 02:25:38 <poutine> Can bitcoin still only be compiled as 32 bit?
 6 2015-08-16 02:25:51 <Sporklin> You are far from home
 7 2015-08-16 02:26:00 <Luke-Jr> poutine: no, that's .. not been the case in a long time
 8 2015-08-16 02:26:09 <Luke-Jr> if ever
 9 2015-08-16 02:26:58 <poutine> Well I reported a bug awhile back and was told that since bitcoin couldn't be compiled as 64 bit it wasn't a bug
10 2015-08-16 02:27:00 <poutine> https://github.com/bitcoin/bitcoin/blob/master/src/alert.cpp#L186
11 2015-08-16 02:27:23 <poutine> basically, you can do the final compromised alert against all 32 bit architectures but not have it operate against 64 bit
12 2015-08-16 02:27:25 <poutine> minor bug
13 2015-08-16 02:27:28 <poutine> but a bug
14 2015-08-16 02:27:44 <gmaxwell> poutine: I think you misunderstood the response you recieved.
15 2015-08-16 02:28:11 <poutine> Do you view it as a bug (albeit a minor one) gmaxwell?
16 2015-08-16 03:22:45 <Diablo-D3> https://github.com/kpwn/tpwn
17 2015-08-16 03:51:45 <poutine> What's the point of SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS, they're already used in the blockchain
18 2015-08-16 03:53:17 <poutine> Ah I guess I could see not wanting a NOP to be used in between its new usage committed to code and adoption of the new stuff
19 2015-08-16 03:56:05 <Luke-Jr> all of them are?
20 2015-08-16 04:02:17 <poutine> Luke-Jr, yeah
21 2015-08-16 04:02:45 <Luke-Jr> poutine: anyway, I think the goal is to protect miners
22 2015-08-16 04:04:04 <poutine> Actually there might be some unused by virtue of unfollowed OP_IF blocks
23 2015-08-16 07:44:50 <Lizzly> Good morning everyone!
24 2015-08-16 15:46:47 <olalonde> Anyone knows who owns the bitcoin/bitcoin repo?
25 2015-08-16 15:49:32 <andytoshi> olalonde: i think there are six people with commit access, roughly who'd you expect
26 2015-08-16 15:54:02 <olalonde> andytoshi: Yeah, I was wondering who was ultimately the "owner" of the bitcoin organisation on Github. I suppose it's the bitcoin foundation?
27 2015-08-16 15:55:07 <andytoshi> no idea, sorry
28 2015-08-16 16:01:50 <Aquentin> I thought it was five people. Who is the sixth?
29 2015-08-16 16:04:14 <andytoshi> might be five. i shouldn't have answered, i don't really know
30 2015-08-16 16:06:11 <drazisil> Does https://github.com/orgs/bitcoin/people answer the question?
31 2015-08-16 16:16:53 <olalonde> drazisil: Unfortunately, it doesn't tell who among those members is the owner
32 2015-08-16 16:17:51 <olalonde> IIRC, Github orgs have exactly one owner which have the power to do pretty much anything they want with the orgs and org repos
33 2015-08-16 16:18:16 <olalonde> I assume that owner is gavinandresen though I'm not sure
34 2015-08-16 16:18:20 <drazisil> olalonde: Ah, I assumed all members had the same rights, never ran an org.
35 2015-08-16 16:20:09 <olalonde> I might be wrong too. Anyways, I was asking out of curiosity
36 2015-08-16 16:21:51 <maaku> olalonde: the bitcoin foundation has no involvement in bitcoin development
37 2015-08-16 16:24:03 <olalonde> Sorry, have been living under a rock these days
38 2015-08-16 16:24:11 <olalonde> Weren't they funding development at some point?
39 2015-08-16 16:28:13 <jgarzik> olalonde, yes, many moons ago.  (PS this is more #bitcoin material)
40 2015-08-16 16:28:28 <jgarzik> olalonde, and only partially funding, ie. a subset of developers
41 2015-08-16 18:07:20 <drazisil> And now for something completely different, what sort of database should I look at if I want to index the blockchain and do joins/subsets on it?
42 2015-08-16 18:08:59 <drazisil> trying to make a bc.i replacement and I think I need that feature to show address balances I don't own.
43 2015-08-16 18:12:25 <CohibAA> drazisil: I think https://github.com/bitcoin-abe/bitcoin-abe or https://github.com/bitpay/insight are pretty popular, but I haven't used either personally.
44 2015-08-16 18:14:06 <drazisil> CohibAA: I do like insight, but I'm rolling my own. I'll take a look at abe. Was looking for for what database format would work best to share the chain, not a quest interface so much :)
45 2015-08-16 18:16:37 <CohibAA> right, maybe you can find some of the various implementations that abe has used in their history, I think they have changed a couple times
46 2015-08-16 21:41:27 <BW^-> the new hard fork, it allows 8mb in 2017 and 16mb in 2018 - what about 2019, will it be 24 or 32 - so after the total 20 years, is the maximum size 8TB per block?
47 2015-08-16 21:53:54 <midnightmagic> BW^-: wrong place for that, i think.
48 2015-08-16 21:54:17 <midnightmagic> BW^-: hearn et al are over in #bitcoinxt beating off the trolls
49 2015-08-16 22:05:16 <BW^-> ok!
50 2015-08-16 23:01:23 <olalonde> drazisil: I've been using PostgreSQL for this, will open source soonish :). There is also https://toshi.io/ and https://github.com/bitpay/bitcore-node worth looking into