From 62c5e0cf58b62919e9535509795d78667fb1bedf Mon Sep 17 00:00:00 2001 From: Friedger Date: Sat, 13 Apr 2024 22:50:28 +0200 Subject: [PATCH] Fix url to mining calculator --- stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md b/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md index 7bc819017e..d948756e4b 100644 --- a/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md +++ b/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md @@ -19,4 +19,4 @@ Fee and cost estimators observe transactions on the network and use the observed The `fuzzed_weighted_median_fee_rate` uses a median estimate from a window of the fees paid in the last `fee_rate_window_size` blocks. Estimates are then randomly "fuzzed" using uniform random fuzz of size up to `fee_rate_fuzzer_fraction` of the base estimate. -There is also a [mining calculator](https://friedger.id/mining-calculator/) that can help you with this process, with the [source code available here](https://github.com/friedger/mining-calculator). +There is also a [mining calculator](https://friedger.github.io/mining-calculator/) that can help you with this process, with the [source code available here](https://github.com/friedger/mining-calculator).