Skip to content

Commit f155dd1

Browse files
Remove links to dashboard (#1599)
* Remove links to dashboard It appears that the dashboard is defunct, so for now it probably makes sense to remove the links to it. * Additional dashboard link removals ---------
1 parent af95c3b commit f155dd1

15 files changed

+18
-38
lines changed

_includes/header.html

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<a class="page-link" href="/en/topics/">Topics</a>
2626
<a class="page-link" href="/en/workshops/">Workshops</a>
2727
<a class="page-link" href="/en/compatibility/">Compatibility</a>
28-
<a class="page-link" href="https://dashboard.bitcoinops.org/">Dashboard</a>
2928
</div>
3029
</nav>
3130
{%- endif -%}

_includes/specials/bech32/02-stats.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ track various segwit adoption statistics so that you can decide whether
66
it's popular enough that your wallet or service might become an outlier
77
by failing to support it soon.
88

9-
Optech tracks statistics about segwit use on our [dashboard][optech
10-
dashboard]; another site tracking related statistics is [P2SH.info][].
9+
A site tracking related statistics is [P2SH.info][].
1110
We see an average of about 200 outputs per block are sent to native
1211
segwit addresses (bech32). Those outputs are then spent in about 10% of all
1312
Bitcoin transactions. That makes payments involving native segwit addresses
@@ -47,7 +46,6 @@ bech32 sending support so that all wallets that want to take advantage
4746
of native segwit can do so in the next few months.
4847

4948
[bech32 easy]: /en/newsletters/2019/03/19/#bech32-sending-support
50-
[optech dashboard]: https://dashboard.bitcoinops.org/
5149
[p2sh.info]: https://p2sh.info/
5250
[bech32 adoption]: https://en.bitcoin.it/wiki/Bech32_adoption
5351
[when segwit]: https://whensegwit.com/

_includes/specials/bech32/zh/02-stats.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
正如[上周所述][bech32 easy],实现 segwit 仅花费应当是容易的。然而我们怀疑一些管理者可能会想知道是否有足够多人使用 segwit 来证明他们的团队值得在此方面花费开发精力。本周,我们查看了追踪各种 segwit 采用统计数据的网站,以便你可以决定它是否足够流行,以至于你的钱包或服务如果不支持它会成为异类。
22

3-
Optech 在我们的[仪表盘][optech dashboard]上追踪 segwit 使用的统计数据;另一个追踪相关统计数据的网站是 [P2SH.info][]。我们看到平均每个区块大约有 200 个输出被发送到原生 segwit 地址 (bech32)。这些输出随后在大约 10% 的比特币交易中被花费。使得涉及原生 segwit 地址的支付比几乎所有的山寨币都更受欢迎。
3+
Optech 在我们的仪表盘上追踪 segwit 使用的统计数据;另一个追踪相关统计数据的网站是 [P2SH.info][]。我们看到平均每个区块大约有 200 个输出被发送到原生 segwit 地址 (bech32)。这些输出随后在大约 10% 的比特币交易中被花费。使得涉及原生 segwit 地址的支付比几乎所有的山寨币都更受欢迎。
44

55
![Optech 仪表盘 segwit 使用统计数据的截图](/img/posts/2019-03-segwit-usage.png)
66

@@ -13,7 +13,6 @@ Optech 在我们的[仪表盘][optech dashboard]上追踪 segwit 使用的统计
1313
统计数据和兼容性数据显示 segwit 已经得到了良好的支持并且经常使用,但仍有一些值得注意的迟缓者尚未提供支持。我们希望我们的活动和其他社区努力将帮助说服这些迟缓者赶上 bech32 发送支持,以便所有希望利用原生 segwit 的钱包可以在接下来的几个月中做到这一点。
1414

1515
[bech32 easy]: /zh/newsletters/2019/03/19/#bech32-发送支持
16-
[optech dashboard]: https://dashboard.bitcoinops.org/
1716
[p2sh.info]: https://p2sh.info/
1817
[bech32 adoption]: https://en.bitcoin.it/wiki/Bech32_adoption
1918
[when segwit]: https://whensegwit.com/

_posts/en/2018-09-04-dashboard-announcement.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ excerpt: >
1616
{:.post-meta}
1717
*by [Marcin Jachymiak](https://github.com/marcinja)<br>Intern at Bitcoin Optech*
1818

19+
**Note: As of February 2025, the Bitcoin Optech Dashboard has been retired and
20+
is no longer accessible.**
21+
1922
This summer I was an intern for [Bitcoin Optech](/), working on a Bitcoin metrics dashboard. In this post I'll be describing the purpose of the dashboard and how it was implemented.
2023

2124
The goal of the Optech dashboard is to show a variety of metrics of how effectively blockspace is being used. Important metrics are those that show activity like:
@@ -24,9 +27,6 @@ The goal of the Optech dashboard is to show a variety of metrics of how effectiv
2427
- dust creation: creation of UTXOs that cost more to spend than they have value, at different fee-rates
2528
- SegWit adoption: creation of and spending from SegWit outputs
2629

27-
28-
The dashboard is live and is showing these stats and more at [dashboard.bitcoinops.org](https://dashboard.bitcoinops.org).
29-
3030
The dataset used for the dashboard is also saved as a directory of JSON files, updated nightly. You can download the zipped dataset from our [S3 bucket](http://dashboard.dataset.s3.us-east-2.amazonaws.com/backups/bitcoinops-dataset.tar.gz). If you just want the JSON file for a specific block, you can get it at: `http://dashboard.dataset.s3.us-east-2.amazonaws.com/blocks/BLOCK_NUMBER.json` If you'd rather recreate the data using your own full node (it might take a few days), you can use the code with instructions at [github.com/bitcoinops/btc-dashboard](https://github.com/bitcoinops/btc-dashboard).
3131

3232
An [example JSON file with an explanation of added fields](https://github.com/bitcoinops/btc-dashboard/blob/master/STATS_TRACKED.md) is available in the same repository.
@@ -119,4 +119,4 @@ err := worker.pgClient.Insert(&data.DashboardDataRow)
119119
At this point I spent more time writing code to get information *out* of InfluxDB then on inserting it into Postgres. Once the switch to Postgres was done, the dashboard graphs came up much faster in Grafana.
120120

121121
## Results
122-
You can use the Bitcoin Optech dashboard to see these stats as historical trends from the entire history of Bitcoin, and also from new blocks as they get confirmed. All of this is available live on our dashboard at [dashboard.bitcoinops.org](https://dashboard.bitcoinops.org)!
122+
You can use the Bitcoin Optech dashboard to see these stats as historical trends from the entire history of Bitcoin, and also from new blocks as they get confirmed. All of this is available live on our dashboard!

_posts/en/2018-12-28-2018-optech-annual_report.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ level of conversation around scaling Bitcoin][announcement]. This year, we’ve:
3030
book pages, they'd be over 100 pages long (36,000 words at 350 words per
3131
page). Over 1,800 Bitcoin engineers and enthusiasts have subscribed to the
3232
newsletter.
33-
- Built a [dashboard][] to track the state of the Bitcoin network and the
33+
- Built a dashboard to track the state of the Bitcoin network and the
3434
adoption rate of scaling technologies. Marcin wrote about [building the
3535
dashboard in an Optech blog post][dashboard blog post].
3636
- Started writing the first chapter of our [Scaling Book][scaling book].
@@ -82,7 +82,6 @@ scale.
8282
[announcement]: /en/announcing-bitcoin-optech/
8383
[workshops]: /en/workshops/
8484
[newsletters]: /en/newsletters/
85-
[dashboard]: https://dashboard.bitcoinops.org/
8685
[dashboard blog post]: /en/dashboard-announcement/
8786
[scaling book]: https://github.com/bitcoinops/scaling-book
8887
[scaling book feebumping]: https://github.com/bitcoinops/scaling-book/blob/master/1.fee_bumping/fee_bumping.md

_posts/en/2019-02-11-rbf-in-the-wild.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ incentive issues mentioned above by requiring higher transaction fees for
7272
replacement transactions.
7373

7474
![rbf-transactions-in-2018](/img/posts/rbf-in-the-wild/rbf-transactions-in-2018.png)
75-
*~6% of transactions signaled opt-in RBF in 2018. Source: [Bitcoin Optech
76-
Dashboard](https://dashboard.bitcoinops.org/d/ZsCio4Dmz/rbf-signalling?orgId=1&from=1514835702976&to=1546285302976)*
75+
*~6% of transactions signaled opt-in RBF in 2018.*
7776

7877
## What was evaluated?
7978

@@ -405,7 +404,6 @@ reach out to [[email protected]](mailto:[email protected]).
405404
[announcement]: /en/announcing-bitcoin-optech/
406405
[workshops]: /en/workshops/
407406
[newsletters]: /en/newsletters/
408-
[dashboard]: https://dashboard.bitcoinops.org/
409407
[dashboard blog post]: /en/dashboard-announcement/
410408
[scaling book]: https://github.com/bitcoinops/scaling-book
411409
[scaling book feebumping]: https://github.com/bitcoinops/scaling-book/blob/master/1.fee_bumping/fee_bumping.md

_posts/en/2021-02-19-pausing-memberships.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ members. We've undertaken projects in two broad areas:
3333
1. High-quality online documentation and material for Bitcoin engineers, freely
3434
available to everyone and released under permissive open source licenses.
3535
Those materials include our [weekly newsletter][], [blog posts and field
36-
reports][], [dashboard][], [compatibility matrix][], [topic index][] and
36+
reports][], [compatibility matrix][], [topic index][] and
3737
[taproot workbooks][].
3838

3939
2. In-person [workshops][] and informal dinners and social events, open to
@@ -70,10 +70,8 @@ future we'll be able to get back to running workshops and social events.
7070
[Optech launch]: /en/announcing-bitcoin-optech/
7171
[weekly newsletter]: /en/newsletters/
7272
[blog posts and field reports]: /en/blog/
73-
[dashboard]: https://dashboard.bitcoinops.org/
7473
[compatibility matrix]: /en/compatibility/
7574
[topic index]: /en/topics/
7675
[taproot workbooks]: /en/schnorr-taproot-workshop/
7776
[workshops]: /en/workshops/
7877
[Haegwan Kim]: https://twitter.com/haegwankim
79-

_posts/en/newsletters/2018-08-07-newsletter.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Bitcoin Core, LND, and C-Lightning projects.
3030
It’s a good time to [consolidate UTXOs][consolidate info].
3131

3232
- Adoption of opt-in RBF remains fairly low, but has materially grown the past
33-
year, increasing from [1.5% to 5.7% of transactions][rbf data]. This data was
33+
year, increasing from 1.5% to 5.7% of transactions. This data was
3434
sourced from Optech's beta dashboard, which we encourage people to try out and
3535
provide us feedback!
3636

3737
![{{img1_label}}](/img/posts/rbf.png)
3838
*{{img1_label}},
39-
source: [Optech dashboard][rbf data]*
39+
source: Optech dashboard*
4040

4141
## News
4242

@@ -148,6 +148,5 @@ repo], and [C-lightning][core lightning repo].*
148148
[contract thread]: https://gnusha.org/url/https://lists.linuxfoundation.org/pipermail/lightning-dev/2018-August/001383.html
149149
[fee metrics]: https://statoshi.info/dashboard/db/fee-estimates
150150
[consolidate info]: https://en.bitcoin.it/wiki/Techniques_to_reduce_transaction_fees#Consolidation
151-
[rbf data]: https://dashboard.bitcoinops.org/d/ZsCio4Dmz/rbf-signalling?orgId=1&from=now-1y&to=now
152151
[newsletter #5]: /en/newsletters/2018/07/24/#first-use-of-output-script-descriptors
153152
[output script descriptors]: https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md

_posts/en/newsletters/2018-08-14-newsletter.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ It’s a good time to [consolidate UTXOs][consolidate info].
4646

4747
- The number of transactions in each block. This metric is vaguely periodic in that it has peaks at around 13:00 to 17:00 UTC each
4848
day. The graph below shows a 25-block moving average of the number of transactions. It was sourced from the
49-
[Optech beta dashboard][periodic txn data] that we encourage people to try out and provide us feedback about.
49+
Optech beta dashboard that we encourage people to try out and provide us feedback about.
5050

5151
![{{img1_label}}](/img/posts/transactions-spikes.png)
5252
*{{img1_label}},
53-
source: [Optech dashboard][periodic txn data]*
53+
source: Optech dashboard*
5454

5555
## News
5656

@@ -218,4 +218,3 @@ users and developers highly appreciate that work.*
218218
[fee metrics]: https://statoshi.info/dashboard/db/fee-estimates
219219
[consolidate info]: https://en.bitcoin.it/wiki/Techniques_to_reduce_transaction_fees#Consolidation
220220
[btc hash rate]: https://fork.lol/pow/hashrate
221-
[periodic txn data]: https://dashboard.bitcoinops.org/d/K7C9p0vmz/btc-number-of-txns-total-fee-per-block-volume?panelId=4&fullscreen&orgId=1

_posts/en/newsletters/2018-12-28-newsletter.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ developing the protocol has proceeded.
359359

360360
After starting [Optech][] in May, we've signed up 15 companies as
361361
members, held two [workshops][optech workshops], produced 28 weekly
362-
[newsletters][optech newsletters], built a [dashboard][optech
363-
dashboard], and made a solid start on a book about
362+
[newsletters][optech newsletters], built a dashboard, and made a solid start on a book about
364363
individually-deployable scaling techniques. To learn more about what we
365364
accomplished in 2018 and what we have planned for 2019, please see our
366365
short [annual report][optech annual report].
@@ -542,7 +541,7 @@ substantially lower costs than competitors that haven't optimized.
542541
within each block, smoothed using a simple moving average over 1,000
543542
blocks. Empty blocks (those with only a generation transaction) were
544543
excluded from analysis. Most of the above statistics may be obtained
545-
from the [Optech Dashboard][], which is updated after every block.
544+
from the Optech Dashboard, which is updated after every block.
546545
Note: After 1 January 2019, we will update the plots in this article to
547546
reflect all of 2018, at which point this sentence will be deleted.*
548547
</div>
@@ -658,7 +657,6 @@ newsletters] or follow our [RSS feed][].*
658657
[onchain pizza]: https://en.bitcoin.it/wiki/Laszlo_Hanyecz
659658
[optech]: /
660659
[optech annual report]: /en/2018-optech-annual-report/
661-
[optech dashboard]: https://dashboard.bitcoinops.org/
662660
[optech newsletters]: /en/newsletters/
663661
[optech workshops]: /en/workshops/
664662
[p2ep]: https://blockstream.com/2018/08/08/improving-privacy-using-pay-to-endpoint/

_posts/en/newsletters/2021-10-20-newsletter.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ seems worth publicizing the decision to use this value -->
166166
- [Bitcoin Core #22539][] considers replacement transactions seen by the
167167
local node when generating fee estimates. Replacement transactions
168168
were [previously][bitcoin core #9519] not considered when they rarely
169-
occurred, but currently about [20% of all transactions][optech rbf] send the
169+
occurred, but currently about 20% of all transactions send the
170170
[BIP125][] signal for opting in to replacement and [several
171171
thousand][0xb10c stats] replacements occur in a typical day.
172172

@@ -203,7 +203,6 @@ seems worth publicizing the decision to use this value -->
203203
[news170 ln cve]: /en/newsletters/2021/10/13/#ln-spend-to-fees-cve
204204
[BDK 0.12.0]: https://github.com/bitcoindevkit/bdk/releases/tag/v0.12.0
205205
[0xb10c stats]: https://github.com/bitcoin/bitcoin/pull/22539#issuecomment-885763670
206-
[optech rbf]: https://dashboard.bitcoinops.org/d/ZsCio4Dmz/rbf-signalling?orgId=1
207206
[zeus v0.6.0-alpha3]: https://github.com/ZeusLN/zeus/releases/tag/v0.6.0-alpha3
208207
[news167 lightning addresses]: /en/newsletters/2021/09/22/#lightning-address-identifiers-announced
209208
[sparrow 1.5.0]: https://github.com/sparrowwallet/sparrow/releases/tag/1.5.0

_posts/zh/2019-02-11-rbf-in-the-wild.md

-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ BRD 在替换交易上显示“失败”标签。在测试中,“失败”交
245245
[announcement]: /zh/announcing-bitcoin-optech/
246246
[workshops]: /en/workshops/
247247
[newsletters]: /zh/newsletters/
248-
[dashboard]: https://dashboard.bitcoinops.org/
249248
[dashboard blog post]: /zh/dashboard-announcement/
250249
[scaling book]: https://github.com/bitcoinops/scaling-book
251250
[scaling book feebumping]: https://github.com/bitcoinops/scaling-book/blob/master/1.fee_bumping/fee_bumping.md

_topics/en/replace-by-fee.md

-3
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ see_also:
211211

212212
- title: Opt-in RBF FAQ
213213
link: https://bitcoincore.org/en/faq/optin_rbf/
214-
215-
- title: "Optech Dashboard: BIP125 usage"
216-
link: https://dashboard.bitcoinops.org/d/ZsCio4Dmz/rbf-signalling?orgId=1
217214
---
218215
Different node software can use different RBF rules, so there have
219216
been several variations. The most widely-used form of RBF today is

en/about.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ order to lower costs and improve customer experiences.
1212
An initial focus for the group is working with its member organizations to
1313
reduce transaction sizes and minimize the effect of subsequent transaction fee
1414
increases. We provide [workshops][],
15-
[weekly newsletters][], [original research][dashboard], [case studies
15+
[weekly newsletters][], [case studies
1616
and announcements][blog], a [podcast][], and help facilitate improved relations between
1717
businesses and the open source community.
1818

1919
[workshops]: /en/workshops
2020
[weekly newsletters]: /en/newsletters/
21-
[dashboard]: https://dashboard.bitcoinops.org/
2221
[blog]: /en/blog/
2322
[podcast]: /en/podcast/
2423

index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bitcoin Optech helps Bitcoin users and businesses integrate scaling
1212
technologies.
1313

1414
We provide [workshops][], [weekly
15-
newsletters][], [original research][dashboard], [case studies and
15+
newsletters][], [case studies and
1616
announcements][blog], [analysis of Bitcoin software and
1717
services][compatibility], a [podcast][], and help facilitate improved relations between
1818
businesses
@@ -22,7 +22,6 @@ and the open source community.
2222

2323
[workshops]: /en/workshops
2424
[weekly newsletters]: /en/newsletters/
25-
[dashboard]: https://dashboard.bitcoinops.org/
2625
[blog]: /en/blog/
2726
[podcast]: /en/podcast/
2827
[about]: /en/about

0 commit comments

Comments
 (0)