1 2017-12-31 02:05:41	0|xiedeacc_|有没有中国人?
 2 2017-12-31 02:14:12	0|xiedeacc_|can anybody give an block contain same coinbase trasaction
 3 2017-12-31 02:14:23	0|xiedeacc_|how their come?
 4 2017-12-31 02:14:31	0|xiedeacc_|how them come
 5 2017-12-31 02:54:46	0|luke-jr|xiedeacc_: what?
 6 2017-12-31 02:56:14	0|xiedeacc_|luke-jr:  it's the coinbase transaction of both block 91722 and 91880
 7 2017-12-31 02:56:36	0|xiedeacc_|have same coinbase transaction
 8 2017-12-31 02:56:55	0|xiedeacc_|what made me confused, it's how them come
 9 2017-12-31 02:59:30	0|phantomcircuit|xiedeacc_, they have no inputs and thus can be identical
10 2017-12-31 02:59:41	0|phantomcircuit|blocks now have the height in the coinbase
11 2017-12-31 02:59:45	0|phantomcircuit|and thus cannot be identical
12 2017-12-31 03:04:14	0|xiedeacc_|I this, what I want to know is how that happenend
13 2017-12-31 03:04:20	0|xiedeacc_|I know this
14 2017-12-31 03:08:51	0|phantomcircuit|xiedeacc_, not sure how that happened
15 2017-12-31 03:12:23	0|xiedeacc_|You can maliciously, or stupidly, create two transactions with the same ID. The easiest way is to mine two blocks and include in each one only a single transaction -- the coinbase transaction, with the same payout address, same payout amount, and the same coinbase.
16 2017-12-31 03:13:07	0|xiedeacc_|how to reply to a specific man?
17 2017-12-31 03:13:15	0|xiedeacc_|I use hexchat
18 2017-12-31 03:13:42	0|xiedeacc_|if I want to speak to a specifc man, need manual type his/her name
19 2017-12-31 03:22:38	0|achow101|xiedeacc_: it happens by mistake
20 2017-12-31 03:22:44	0|achow101|improperly written software
21 2017-12-31 03:45:42	0|echeveria|xiedeacc_:  no you can’t due to bip34.
22 2017-12-31 03:55:00	0|luke-jr|xiedeacc_: you can have other transactions too
23 2017-12-31 04:06:51	0|phantomcircuit|echeveria, he's talking about the two transactions before bip34
24 2017-12-31 04:10:28	0|sipa|xiedeacc_: to reply to someone specifically just start by saying their name (like i'm doing now)
25 2017-12-31 04:24:27	0|xiedeacc_|sipa: get
26 2017-12-31 04:25:19	0|sipa|very good
27 2017-12-31 09:19:32	0|wumpus|achow101: just stumbled on https://github.com/achow101/payment-proto-interface, nice!
28 2017-12-31 09:20:47	0|wumpus|achow101: regarding that, do you have an idea how to handle cloudflare responses? it seems the most common complaint is that payment protocol is virtually unusable through tor because the payment protocol client will get a cloudflare captcha placeholder page instead
29 2017-12-31 09:54:02	0|sengehest|how up to date is the Bitcoin testnet protocol? Is the version the same as production?
30 2017-12-31 09:54:26	0|wumpus|yes
31 2017-12-31 14:02:03	0|Lightsword|wumpus, possible to do a browser extension interface for tor browser?
32 2017-12-31 15:50:24	0|bitcoin-git|[13bitcoin] 15benhc123 opened pull request #12061: Update license dates (06master...06patch-8) 02https://github.com/bitcoin/bitcoin/pull/12061
33 2017-12-31 16:29:26	0|imnothreat|happy new year, folks!
34 2017-12-31 16:30:10	0|Randolf|Merry New Year!
35 2017-12-31 17:48:03	0|achow101|wumpus: it would probably have to throw it to a browser before continuing or somehow emulate a browser briefly
36 2017-12-31 17:49:14	0|achow101|wumpus: the problem with the protocol is that it requires a specific header before it sends you the payment request, but that header isn't something a browser will send, so you can't just open the link in a browser and grab it yourself
37 2017-12-31 17:49:50	0|Lightsword|achow101, would a browser extension be able to support the header?
38 2017-12-31 17:50:00	0|achow101|Lightsword: probably
39 2017-12-31 19:03:04	0|bitcoin-git|[13bitcoin] 15akx20000a opened pull request #12062: Increment MIT Licence copyright header year on files modified in 2017 (06master...062018) 02https://github.com/bitcoin/bitcoin/pull/12062
40 2017-12-31 19:34:12	0|bitcoin-git|[13bitcoin] 15akx20000a opened pull request #12063: [Trivial] Update license year range to 2018 (06master...062018-license) 02https://github.com/bitcoin/bitcoin/pull/12063
41 2017-12-31 21:34:42	0|meshcollider|3 PRs already just to update license dates lol
42 2017-12-31 22:00:37	0|Chris_Stewart_5|meshcollider: Gotta get those commits!
43 2017-12-31 22:05:17	0|Chris_Stewart_5|cfields: Do you have an open pull request for building on travis with different gcc versions?