Skip to content

Commit

Permalink
Update broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Feb 18, 2024
1 parent 1888987 commit caca8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integration/mining.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This document aims to make it easier for mining pools and miners to integrate al
* the communication protocol between the mining pool and the full node
* how the miner calculates the block hash based on the mining jobs

Regarding the implementation of the communication protocol between mining pool and miners, you can refer to the stratum protocol [here](alephium-stratum.md). Note that mining pools does not follow exactly the protocol.
Regarding the implementation of the communication protocol between mining pool and miners, you can refer to the stratum protocol [here](/mining/alephium-stratum.md). Note that mining pools does not follow exactly the protocol.

In this document I will use the code of [mining-pool](https://github.com/alephium/mining-pool) and [gpu-miner](https://github.com/alephium/gpu-miner) as a reference.

Expand Down

0 comments on commit caca8f0

Please sign in to comment.