-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
136 lines (133 loc) · 5.86 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>US Government Seized Bitcoin Sales Tracker</title>
<link rel="stylesheet" href="./midnight/assets/css/style.css?v=b1d65216c39e1cb350e6309b09630d3befa1147c">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="./midnight/assets/js/respond.js"></script>
<script>
function currencyFormat(num) {
return '$' + num.toFixed().replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1,')
}
// when the frame has loaded then call getData()
function addBitcoin() {
var request = new XMLHttpRequest();
request.open('GET', 'https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd', true);
request.onload = function() {
if (request.status >= 200 && request.status < 400) {
var data = JSON.parse(request.responseText);
var price_usd = Number(data.bitcoin.usd);
var total_btc = Number(document.getElementById("total_btc").innerText.replace(/,/g, ''));
var usd_sales = Number(document.getElementById("usd_sales").innerText.replace(/,/g, ''));
var total_usd = total_btc * price_usd;
document.getElementById("total_usd").innerText = currencyFormat(total_usd);
document.getElementById("gains_missed").innerText = currencyFormat(total_usd - usd_sales);
}
};
request.send();
};
</script>
</head>
<body onload="addBitcoin()">
<h1 style="width:600px;margin:auto;padding-top:20px;padding-bottom:40px">US Government Seized Bitcoin Sales Tracker</h1>
<table class="compatibility" style="width:700px;margin:auto">
<tr>
<th>Auction Date</th>
<th style="text-align:right">BTC Sold</th>
<th style="text-align:right">USD Acquired</th>
<th>News Article</th>
</tr>
<tr>
<td>27-06-2014</td>
<td style="text-align:right">29,657</td>
<td style="text-align:right">$18,740,000</td>
<td><a href="https://www.newsbtc.com/2019/01/13/tim-draper-18-million-first-bitcoin-batch/">Tim Draper Wins First Bitcoin Batch</a></td>
</tr>
<tr>
<td>04-12-2014</td>
<td style="text-align:right">50,000</td>
<td style="text-align:right">$19,000,000</td>
<td><a href="https://techcrunch.com/2014/12/05/us-marshals-complete-second-auction-of-silk-road-bitcoin/">US Marshals Complete Second Auction</a></td>
</tr>
<tr>
<td>01-03-2015</td>
<td style="text-align:right">50,000</td>
<td style="text-align:right">$13,500,000</td>
<td><a href="https://www.coindesk.com/us-marshals-auction-50000-bitcoins-march">US Marshals March Auction</a></td>
</tr>
<tr>
<td>05-11-2015</td>
<td style="text-align:right">44,341</td>
<td style="text-align:right">$14,600,000</td>
<td><a href="https://www.coindesk.com/us-government-to-sell-44000-btc-in-final-silk-road-auction">Final Silk Road Auction</a></td>
</tr>
<tr>
<td>22-08-2016</td>
<td style="text-align:right">2,719</td>
<td style="text-align:right">$1,600,000</td>
<td><a href="https://bravenewcoin.com/insights/us-marshals-announce-16-million-bitcoin-auction">US Marshals announce $1.6M Auction</a></td>
</tr>
<tr>
<td>22-01-2018</td>
<td style="text-align:right">3,813</td>
<td style="text-align:right">$42,000,000</td>
<td><a href="https://www.usmarshals.gov/assets/2018/bitcoinauction/index.html">US Marshals Announcement</a></td>
</tr>
<tr>
<td>05-11-2018</td>
<td style="text-align:right">660</td>
<td style="text-align:right">$4,000,000</td>
<td><a href="https://www.forbes.com/sites/rogeraitken/2018/10/19/u-s-marshals-set-to-auction-bitcoins-worth-4-2m-next-month/">US Marshals set to Auction bitcoins worth $4M</a></td>
</tr>
<tr>
<td>01-02-2020</td>
<td style="text-align:right">4,040</td>
<td style="text-align:right">$38,000,000</td>
<td><a href="https://www.usmarshals.gov/assets/2020/febbitcoinauction/">US Marshals Announcement</a></td>
</tr>
<tr>
<td>03-17-2021</td>
<td style="text-align:right">0.7501</td>
<td style="text-align:right">$53,104</td>
<td><a href="https://archive.is/nrchD">GSA Auction</a></td>
</tr>
<tr>
<td>07-01-2021</td>
<td style="text-align:right">500</td>
<td style="text-align:right">$19,200,000</td>
<td><a href="https://archive.is/pqs54">Ohio DOJ Auction</a></td>
</tr>
<tr>
<td>03-14-2023</td>
<td style="text-align:right">9,861</td>
<td style="text-align:right">$215,000,000</td>
<td><a href="https://archive.is/MUZfP">Coinbase Sale of BTC seized from Silk Road hacker</a></td>
</tr>
<tr>
<td>TBD</td>
<td style="text-align:right">96,000</td>
<td style="text-align:right">TBD</td>
<td><a href="https://www.coindesk.com/policy/2022/02/08/us-officials-seize-bitcoin-from-2016-bitfinex-hack/">Seizure News</a></td>
</tr>
<tr>
<td>TBD</td>
<td style="text-align:right">69,370</td>
<td style="text-align:right">TBD</td>
<td><a href="https://storage.courtlistener.com/recap/gov.uscourts.cand.368440/gov.uscourts.cand.368440.1.0.pdf">Seizure News</a></td>
</tr>
<tr>
<td>TBD</td>
<td style="text-align:right">41,819<br>(51,680 − 9,861)</td>
<td style="text-align:right">TBD</td>
<td><a href="https://www.justice.gov/usao-sdny/pr/us-attorney-announces-historic-336-billion-cryptocurrency-seizure-and-conviction">Seizure News</a></td>
</tr>
</table>
<br/>
<p style="width:500px;margin:auto;font-size:20px">
Total BTC seized and sold: <span id="total_btc">195,091.75</span><br/>
Total USD gained from sales: $<span id="usd_sales">366,493,104</span><br/>
Current USD value of all sold BTC: <span id="total_usd">???</span><br/>
Potential USD gains missed: <span id="gains_missed">???</span><br/>
</p>
</body>
</html>