Skip to content

Commit

Permalink
Fix url to mining calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger authored and wileyj committed May 16, 2024
1 parent 575eb12 commit 6336ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 6336ba4

Please sign in to comment.