-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoverrides.json
457 lines (398 loc) · 40.4 KB
/
overrides.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
{
"http://p2pfoundation.ning.com/forum/topics/bitcoin-open-source": {
"type": "gpt-4",
"parts": [
"",
"What is the main issue with conventional currency or money?",
"The root problem with conventional currency is all the trust that's required to make it work. The central bank must be trusted not to debase the currency. The history of fiat currencies is full of breaches of that trust",
"What is the issue with banks holding our money and managing electronic transfers?",
"Banks must be trusted to hold our money and transfer it electronically, but they lend it out in waves of credit bubbles with barely a fraction in reserve",
"What do we risk when trusting banks with our money and privacy?",
"We have to trust them with our privacy, trust them not to let identity thieves drain our accounts",
"What problem do the overhead costs of banks cause?",
"Their massive overhead costs make micropayments impossible",
"What advantage does encryption provide in relation to descentralization and privacy?",
"Before strong encryption, Users had to rely on password protection to secure their files, placing trust in the system administrator to keep their information private. Privacy could always be overridden by the admin based on his judgment call ... Then strong encryption became available to the masses, and trust was no longer required",
"What is the key feature of Bitcoin as money that makes it different from conventional currency systems?",
"It's completely decentralized, with no central server or trusted parties, because everything is based on crypto proof instead of trust",
"How is Bitcoin different from conventional currencies and payment networks?",
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless",
"What is a major disadvantage of the traditional model of preventing double-spending?",
"The usual solution is for a trusted company with a central database to check for double-spending, but that just gets back to the trust model. In its central position, the company can override the users",
"How does Bitcoin address the problem of double-spending?",
"The network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle. For details on how it works, see the design paper at http://www.bitcoin.org/bitcoin.pdf",
"What does the Bitcoin system achieve by operating the way it does?",
"The result is a distributed system with no single point of failure. Users hold the crypto keys to their own money and transact directly with each other, with the help of the P2P network to check for double-spending"
]
},
"http://www.metzdowd.com/pipermail/cryptography/2008-October/014810.html": {
"type": "gpt-4",
"parts": [
"",
"What are the main properties of Bitcoin?",
"Double-spending is prevented with a peer-to-peer network. No mint or other trusted parties. Participants can be anonymous. New coins are made from Hashcash style proof-of-work. The proof-of-work for new coin generation also powers the network to prevent double-spending.",
"Why aren't digital signatures enough for a payment network?",
"Digital signatures provide part of the solution, but the main benefits are lost if a trusted party is still required to prevent double-spending.",
"What function does the network perform in terms of transactions?",
"The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work.",
"How does the control of hashing power affect the security of the network?",
"As long as honest nodes control the most CPU power on the network, they can generate the longest chain and outpace any attackers.",
"How does message broadcasting work in this system?",
"Messages are broadcasted on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone."
]
},
"https://bitcointalk.org/index.php?topic=13.msg46#msg46": {
"parts": [
"",
"Hi, yesterday I stumbled upon this great payment option.\nI read my way through many sites but now I have some questions that couldn't get answered.\n1. Is Bitcoin really anonymous? I mean totally and completely? Is my ISP able to detect, that I have sent or received a Bitcoin payment? Maybe he is even able to see that I am running Bitcoin right now?\n2. If I understood this correctly, my payment partners are not able to see who I am. Does this mean, they can not see my real IP adress? Only the Bitcoin-adress? Even if they monitors their network connections and stuff?\n3. If there is a way for my ISP to tell that I am running Bitcoin or for my payment partners to find out my IP, would it be more safe to tunnel the network traffic through a VPN (payed with Paysafecard for example)? Could this be dangerous, because the VPN provider will be able to capture my payment?",
"1-3: For that level of anonymity you need to connect through TOR, which will be possible with version 0.2, which is only a few weeks away. I'll post TOR instructions at that time.\n",
"What files need to be backed up for not losing my \"money\"? Only the wallet.dat or the whole Bitcoin AppData directory ?",
"Version 0.1.5: backup the whole %appdata%\\Bitcoin directory.\nVersion 0.2: you can backup just wallet.dat.",
"Isn't it possible to multiply a wallet and use it on different machines? This way you would double your money without doing anything for it.\nAre there security measures for this case?",
"Nope. The whole design is all about preventing that from working.",
"When someone loses his wallet, will there be a way to recreate the lost coins in the system ? Else the 21 million maximum will not be correct.\n(I mean not to recover the lost coins for one person, but if all the 21mio coins were created, and someone loses his wallet with 1mio coins, will the the others be able to create these 1mio coins now or are they totally lost for the bitcoin network?)",
"Those coins can never be recovered, and the total circulation is less. Since the effective circulation is reduced, all the remaining coins are worth slightly more. It's the opposite of when a government prints money and the value of existing money goes down.",
"I have read that there currently are about 130k blocks out there. At my pc it only shows me about 24k. Is there something wrong or is this a normal behaviour ?",
"It's currently 29,296 blocks. The circulation is the number of blocks times 50, so the current circulation is 1,464,800 bc.\nIf you only have 24k blocks, it must not have finished the initial block download. Exit bitcoin and start it again. Version 0.2 is better/faster at the initial block download.",
"I`m afraid I didn't understand everything about the bitcoin creation. How many coins are created by a machine in 24h in average?",
"Typically a few hundred right now. It's easy now but it'll get harder as the network grows.",
"I know that port 8333 should be forwarded to the bitcoin-running machine. Now I ask myself if this goes for the TCP or the UDP.\nAnd is this port required for generating coins? Or only for payment transactions?",
"Good question, it's TCP. The website needs to be updated to say TCP port 8333.\nThe port forwarding is so other nodes can connect to you, so it helps you stay connected because you are able to be connected with more nodes. You also need it to receive payments by IP address.",
"I've seen that the source code for bitcoin is open for everybody. Can this be an actual danger? If the code is manipulated people can create more bitcoins than others, can't they? This would be a massive leak of security.",
"No, the other nodes won't accept that.\nBeing open source means anyone can independently review the code. If it was closed source, nobody could verify the security. I think it's essential for a program of this nature to be open source.",
"I've seen a formula to calculate the coins that will be created in a certain amount of time. It had something to do with the maximum cpu speed and the availabe. Can't find it anymore, so I`m asking you to explain me the coin creating. Do slow machines produce as much coins as high-end ones?",
"Slower machines produce fewer coins. It's proportional to CPU speed.",
"Are there any other exchanging systems or potential payment partners except for new liberty standard?",
"There are more coming.",
"What happens when my system crashes? Is the wallet saved automatically or only when bitcoin gets closed manually? (Maybe even real-time saving when a coint is created or payment is made?)",
"It uses a transactional database called Berkeley DB. It will not lose data in a system crash. Transactions are written to the database immediately when they're received.",
"Is there a way to see how many bitcoins have been generated this far? And how old is Bitcoin already?\nI know .... Many many questions but I am really interested in your service and want to know everything before I start using it more frequently.",
"For now, you can just multiply the total blocks by 50. The Bitcoin network has been running for almost a year now. The design and coding started in 2007."
]
},
"https://bitcointalk.org/index.php?topic=6.msg31#msg31": {
"parts": [
"",
"the network connection is used when you broadcast the information about the proof-of-work block you've created (that which entitles you to the new coin). Generating coins successfully requires constant connectivity, so that you can start working on the next block when someone gets the current block before you.\nWhich stages require network connectivity, significant local CPU usage and or significant remote CPU usage? Do any of these stages have names?",
"1) During generation (when the status bar says \"Generating\" and you're using CPU to find a proof-of-work), you must constantly keep in contact with the network to receive the latest block. If your block does not link to the latest block, it may not be accepted.\nIt's important to have network connectivity while you're trying to generate a coin (block) and at the moment it is successfully generated.\n2) When you successfully generate a block, it is immediately broadcast to the network. Other nodes must receive it and link to it for it to be accepted as the new latest block.\nThink of it as a cooperative effort to make a chain. When you add a link, you must first find the current end of the chain. If you were to locate the last link, then go off for an hour and forge your link, come back and link it to the link that was the end an hour ago, others may have added several links since then and they're not going to want to use your link that now branches off the middle.\nAfter a block is created, the maturation time of 120 blocks is to make absolutely sure the block is part of the main chain before it can be spent. Your node isn't doing anything with the block during that time, just waiting for other blocks to be added after yours. You don't have to be online during that time."
]
},
"https://bitcointalk.org/index.php?topic=8.msg34#msg34": {
"parts": [
"",
"Can nodes on the network tell from which and or to which bitcoin address coins are being sent? Do blocks contain a history of where bitcoins have been transfered to and from?",
"Bitcoins are sent to and from bitcoin addresses, which are essentially random numbers with no identifying information.\nWhen you send to an IP address, the transaction is still written to a bitcoin address. The IP address is only used to connect to the recipient's computer to request a fresh bitcoin address, give the transaction directly to the recipient and get a confirmation.\nBlocks contain a history of the bitcoin addresses that a coin has been transferred to. If the identities of the people using the bitcoin addresses are not known and each address is used only once, then this information only reveals that some unknown person transferred some amount to someone else.\nThe possibility to be anonymous or pseudonymous relies on you not revealing any identifying information about yourself in connection with the bitcoin addresses you use. If you post your bitcoin address on the web, then you're associating that address and any transactions with it with the name you posted under. If you posted under a handle that you haven't associated with your real identity, then you're still pseudonymous.\nFor greater privacy, it's best to use bitcoin addresses only once. You can change addresses as often as you want using Options->Change Your Address. Transfers by IP address automatically use a new bitcoin address each time.",
"Can nodes tell which bitcoin addresses belong to which IP addresses?",
"No.",
"Is there a command line option to enable the sock proxy the first time that bitcoin starts?",
"In the next release (version 0.2), the command line to run it through a proxy from the first time is:\nbitcoin -proxy=127.0.0.1:9050\nThe problem for TOR is that the IRC server which Bitcoin uses to initially discover other nodes bans the TOR exit nodes, as all IRC servers do. If you've already connected once before then you're already seeded, but for the first time, you'd need to provide the address of a node as such:\nbitcoin -proxy=127.0.0.1:9050 -addnode=<someipaddress>\nIf someone running a node with a static IP address that can accept incoming connections could post their IP to use for -addnode, that would be great.",
"What happens if you send bitcoins to an IP address that has multiple clients connected through network address translation (NAT)?",
"Whichever one you've set your NAT to forward port 8333 to will receive it. If your router can change the port number when it forwards, you could allow more than one client to receive. For instance, if port 8334 forwards to a computer's port 8333, then senders could send to \"x.x.x.x:8334\"\nIf your NAT can't translate port numbers, there currently isn't a command line option to change the incoming port that bitcoin binds to, but I'll look into it."
]
},
"https://bitcointalk.org/index.php?topic=25.msg132#msg132": { "prev": 7 },
"https://bitcointalk.org/index.php?topic=179.msg1588#msg1588": {
"parts": [
"",
"3) Which data exactly passed between 2 nodes during transaction? (or just show me place in source code where to look)",
"3) Nothing, if sending by bitcoin address",
"5) Is there any any plans on decentralizing node list (i have figured out from irc that bitcoin is currently not really decentralized, because nodes getting in touch by joining irc channel on freenode).",
"5) It is decentralised. After you have connected to the network the first time, you no longer need IRC."
]
},
"https://bitcointalk.org/index.php?topic=1545.msg18250#msg18250": {
"parts": [
"",
"I also wonder if the message has to be taken into account for the hash computation. Not doing so would allow to delete it later.\nI very much don't like this idea of a message. Since it is not necessary to the protocol, I'm not sure if it would be easy to find a place where it really fits. I'm not a programmer though. I'd be curious to have Satoshi's thought on this.",
"ECDSA can't encrypt messages, only sign signatures.\nIt would be unwise to have permanently recorded plaintext messages for everyone to see. It would be an accident waiting to happen.\nIf there's going to be a message system, it should be a separate system parallel to the bitcoin network. Messages should not be recorded in the block chain. The messages could be signed with the bitcoin address keypairs to prove who they're from."
]
},
"https://bitcointalk.org/index.php?topic=286.msg2947#msg2947": {
"parts": [
"",
"What can be done if the block chain becomes very large?",
"The design outlines a lightweight client that does not need the full block chain. In the design PDF it's called Simplified Payment Verification. The lightweight client can send and receive transactions, it just can't generate blocks. It does not need to trust a node to verify payments, it can still verify them itself.\nThe lightweight client is not implemented yet, but the plan is to implement it when it's needed. For now, everyone just runs a full network node.\nI anticipate there will never be more than 100K nodes, probably less. It will reach an equilibrium where it's not worth it for more nodes to join in. The rest will be lightweight clients, which could be millions.\nAt equilibrium size, many nodes will be server farms with one or two network nodes that feed the rest of the farm over a LAN."
]
},
"https://bitcointalk.org/index.php?topic=191.msg1585#msg1585": { "prev": 4, "type": "favorite" },
"https://bitcointalk.org/index.php?topic=197.msg1656#msg1656": { "prev": 6 },
"https://bitcointalk.org/index.php?topic=291.msg2913#msg2913": { "prev": 1 },
"https://bitcointalk.org/index.php?topic=305.msg2895#msg2895": { "prev": 1 },
"https://bitcointalk.org/index.php?topic=378.msg3540#msg3540": { "prev": 1 },
"https://bitcointalk.org/index.php?topic=571.msg5712#msg5712": { "prev": 1 },
"https://bitcointalk.org/index.php?topic=571.msg5724#msg5724": { "prev": 4 },
"https://bitcointalk.org/index.php?topic=660.msg7068#msg7068": { "prev": 1, "type": "ignore" },
"https://bitcointalk.org/index.php?topic=845.msg11403#msg11403": { "prev": 1, "type": "favorite" },
"https://bitcointalk.org/index.php?topic=989.msg12494#msg12494": { "prev": 18 },
"https://bitcointalk.org/index.php?topic=770.msg8637#msg8637": { "prev": 6 },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014858.html": { "prev": -1, "type": "favorite" },
"http://p2pfoundation.ning.com/xn/detail/2003008:Comment:52186": { "parts": [] },
"https://sourceforge.net/p/bitcoin/mailman/message/21356305/": { "parts": [] },
"https://bitcointalk.org/index.php?topic=2188.msg29259#msg29259": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=43.msg376#msg376": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=43.msg3526#msg3526": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=57.msg415#msg415": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=195.msg1617#msg1617": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=202.msg2133#msg2133": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=242.msg2078#msg2078": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=287.msg7524#msg7524": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=325.msg2935#msg2935": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=360.msg3520#msg3520": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=397.msg3524#msg3524": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=431.msg3773#msg3773": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=532.msg6306#msg6306": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=571.msg5740#msg5740": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=571.msg5754#msg5754": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=583.msg11405#msg11405": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=645.msg7712#msg7712": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=721.msg8114#msg8114": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=721.msg8431#msg8431": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=795.msg8960#msg8960": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=1283.msg14136#msg14136": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=1314.msg14734#msg14734": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=1735.msg26999#msg26999": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=1790.msg28917#msg28917": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=1790.msg28963#msg28963": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=1976.msg25119#msg25119": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=2162.msg28549#msg28549": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=2216.msg29280#msg29280": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=994.msg13829#msg13829": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014815.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014818.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014823.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014831.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014832.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014833.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014838.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014842.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014843.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014849.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014853.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014860.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2008-November/014863.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2009-January/015014.html": { "type": "favorite" },
"http://www.metzdowd.com/pipermail/cryptography/2009-January/015041.html": { "type": "favorite" },
"https://bitcointalk.org/index.php?topic=461.msg5771#msg5771": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=790.msg8814#msg8814": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=921.msg11345#msg11345": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1007.msg12372#msg12372": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg70#msg70": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=298.msg2885#msg2885": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg9655#msg9655": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=765.msg8422#msg8422": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=383.msg3339#msg3339": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=72.msg2886#msg2886": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=63.msg539#msg539": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=461.msg4928#msg4928": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=992.msg12135#msg12135": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=63.msg633#msg633": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=790.msg8919#msg8919": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg77#msg77": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=930.msg11342#msg11342": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=49.msg322#msg322": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=967.msg12062#msg12062": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=437.msg4037#msg4037": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg9736#msg9736": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1925.msg24719#msg24719": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=135.msg1133#msg1133": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=626.msg6542#msg6542": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=921.msg11399#msg11399": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=60.msg434#msg434": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=644.msg28643#msg28643": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=867.msg10272#msg10272": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=604.msg6273#msg6273": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg15360#msg15360": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1023.msg15150#msg15150": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg55#msg55": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=112.msg1143#msg1143": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=999.msg12240#msg12240": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=400.msg3492#msg3492": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=318.msg2903#msg2903": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg62#msg62": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg11503#msg11503": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=393.msg3510#msg3510": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=648.msg8145#msg8145": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=648.msg9145#msg9145": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=626.msg6711#msg6711": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=63.msg555#msg555": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=18.msg174#msg174": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=65.msg571#msg571": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=47.msg283#msg283": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=49.msg326#msg326": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=63.msg562#msg562": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=101.msg1134#msg1134": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=72.msg717#msg717": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1327.msg15116#msg15116": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=84.msg729#msg729": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=920.msg11224#msg11224": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=823.msg9530#msg9530": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=642.msg6701#msg6701": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=62.msg443#msg443": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=587.msg6301#msg6301": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=49.msg315#msg315": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=823.msg9573#msg9573": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1679#msg1679": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=612.msg6822#msg6822": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg67#msg67": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=393.msg3534#msg3534": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=648.msg9359#msg9359": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1931.msg25449#msg25449": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=453.msg4068#msg4068": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=84.msg1579#msg1579": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=567.msg5698#msg5698": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=784.msg8651#msg8651": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=837.msg9774#msg9774": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1034.msg13206#msg13206": { "type": "ignore" },
"https://sourceforge.net/p/bitcoin/mailman/message/23824064/": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg45#msg45": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg79#msg79": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=28.msg160#msg160": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=35.msg220#msg220": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=54.msg360#msg360": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=47.msg389#msg389": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=63.msg509#msg509": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=83.msg809#msg809": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=145.msg1256#msg1256": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg1269#msg1269": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg1324#msg1324": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=163.msg1590#msg1590": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg1600#msg1600": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=184.msg1609#msg1609": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=149.msg1646#msg1646": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=43.msg1648#msg1648": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=149.msg1653#msg1653": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=149.msg1668#msg1668": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1670#msg1670": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1677#msg1677": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1686#msg1686": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1748#msg1748": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1760#msg1760": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1769#msg1769": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=171.msg1815#msg1815": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=218.msg1828#msg1828": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1834#msg1834": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=327.msg2871#msg2871": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=299.msg2908#msg2908": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=383.msg3221#msg3221": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg3238#msg3238": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=383.msg3295#msg3295": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=383.msg3306#msg3306": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=391.msg3308#msg3308": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=383.msg3319#msg3319": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=383.msg3536#msg3536": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=383.msg3590#msg3590": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=128.msg3605#msg3605": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=432.msg3769#msg3769": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=393.msg3828#msg3828": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=419.msg3830#msg3830": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=55.msg4008#msg4008": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=461.msg4169#msg4169": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=461.msg4577#msg4577": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=461.msg5383#msg5383": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=528.msg5416#msg5416": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=479.msg5432#msg5432": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=461.msg5767#msg5767": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=501.msg5920#msg5920": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=572.msg6083#msg6083": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=601.msg6268#msg6268": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=626.msg6469#msg6469": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=626.msg6490#msg6490": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=626.msg6502#msg6502": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=612.msg6516#msg6516": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=611.msg6706#msg6706": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=626.msg6728#msg6728": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=655.msg7057#msg7057": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=454.msg7328#msg7328": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=685.msg7331#msg7331": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=711.msg7705#msg7705": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=753.msg8417#msg8417": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=823.msg9648#msg9648": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=850.msg10067#msg10067": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=846.msg10076#msg10076": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg10281#msg10281": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg11068#msg11068": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=898.msg11150#msg11150": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=898.msg11158#msg11158": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=921.msg11350#msg11350": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=941.msg11505#msg11505": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=920.msg12484#msg12484": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1023.msg13201#msg13201": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1306.msg14714#msg14714": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1291.msg14736#msg14736": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1327.msg15167#msg15167": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg15176#msg15176": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg15660#msg15660": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1306.msg15672#msg15672": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=151.msg17965#msg17965": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1540.msg18246#msg18246": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=665.msg18508#msg18508": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1540.msg18511#msg18511": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1986.msg25154#msg25154": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=2151.msg28292#msg28292": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=2151.msg28313#msg28313": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=2151.msg28228#msg28228": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=27.msg156#msg156": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=199.msg1675#msg1675": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=461.msg4646#msg4646": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=832.msg9754#msg9754": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=665.msg18349#msg18349": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=2007.msg25799#msg25799": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1931.msg26016#msg26016": { "type": "ignore" },
"https://sourceforge.net/p/bitcoin/mailman/message/21740046/": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=9.msg37#msg37": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg41#msg41": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=12.msg50#msg50": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=17.msg85#msg85": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=18.msg97#msg97": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=29.msg172#msg172": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=46.msg284#msg284": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=63.msg482#msg482": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=158.msg1322#msg1322": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=223.msg1929#msg1929": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=241.msg2071#msg2071": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=299.msg3008#msg3008": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=373.msg3150#msg3150": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=299.msg3309#msg3309": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=391.msg3323#msg3323": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=296.msg3495#msg3495": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=303.msg3499#msg3499": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=461.msg4758#msg4758": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=572.msg5978#msg5978": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=572.msg6069#msg6069": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=287.msg7687#msg7687": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=713.msg7706#msg7706": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=753.msg8388#msg8388": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=691.msg8922#msg8922": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=648.msg9159#msg9159": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=862.msg10290#msg10290": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1327.msg15136#msg15136": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1334.msg23097#msg23097": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1901.msg23891#msg23891": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1334.msg24101#msg24101": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1931.msg25138#msg25138": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=648.msg7084#msg7084": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=648.msg8929#msg8929": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg9478#msg9478": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg9483#msg9483": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=823.msg9584#msg9584": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=820.msg10720#msg10720": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=955.msg12248#msg12248": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1327.msg15102#msg15102": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1327.msg15147#msg15147": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=202.msg1838#msg1838": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=22.msg223#msg223": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=58.msg413#msg413": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=84.msg1619#msg1619": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=215.msg1779#msg1779": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=84.msg1781#msg1781": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=215.msg1797#msg1797": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=84.msg2010#msg2010": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=240.msg2132#msg2132": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=393.msg3999#msg3999": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=691.msg9041#msg9041": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=1375.msg15682#msg15682": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=770.msg9074#msg9074": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=960.msg12132#msg12132": { "type": "ignore" },
"https://bitcointalk.org/index.php?topic=873.msg10715#msg10715": { "type": "ignore" },
"": {}
}