-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstats.html
63 lines (51 loc) · 1.99 KB
/
stats.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
---
layout: page
title: Network Stats ‹ Bisq - The decentralized Bitcoin exchange
ref: stats
lang: en
language: English
---
<link href="{{ '/css/chosen.css' | relative_url }}" rel="stylesheet">
<script defer src="{{ site.url }}/js/highstock.js"></script>
<script defer src="{{ site.url }}/js/stats.js"></script>
<h1>Network Stats</h1>
<div class='chart-stat-container'>
<div class='stat-chart' id="volume-container"></div>
<p>See <a href='{{ site.url }}/markets'>Markets page</a> for volume by currency.</p>
</div>
<div class='chart-stat-container'>
<div class='stat-chart' id="bsq-container"></div>
<p>The mainnet <a href='https://docs.bisq.network/dao-user-reference.html#bsq-genesis-distribution' target='_blank'>BSQ genesis distribution</a> took place in April 2019.</p>
</div>
<div class='plain-stat-container'>
<p class='stat-label'>Total Trades</p>
<p class='stat-figure'>32,318</p>
<p class='stat-note'>Through June 2019</p>
</div>
<div class='plain-stat-container'>
<p class='stat-label'>Daily Average Trades</p>
<p class='stat-figure'>94</p>
<p class='stat-note'>For June 2019</p>
</div>
<div class='plain-stat-container'>
<p class='stat-label'>Software Downloads</p>
<p class='stat-figure'>13,723</p>
<p class='stat-note'>For v1.1.2 (approximate)</p>
</div>
<div class='plain-stat-container'>
<p class='stat-label'>GitHub Contributors</p>
<p class='stat-figure'>172</p>
<p class='stat-note'>As of June 2019</p>
</div>
<div class='plain-stat-container'>
<p class='stat-label'>Twitter Followers</p>
<p class='stat-figure'>17,588</p>
<p class='stat-note'>As of June 2019</p>
</div>
<div class='plain-stat-container'>
<p class='stat-label'>Slack Users</p>
<p class='stat-figure'>1,183</p>
<p class='stat-note'>As of June 2019</p>
</div>
<br>
<p class='monitor-note'>For P2P network load, Tor metrics, and other network data, please visit the <a href='https://monitor.bisq.network' target='_blank'>Bisq Network Monitor</a>.</p>