Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
vsus authored Sep 8, 2020
1 parent c311b38 commit e90db39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devguide/mining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Using the coinbase transaction received, the mining software adds a nonce to the

Unlike `“getblocktemplate” <../reference/rpc/getblocktemplate.html>`__, miners using Stratum cannot inspect or add transactions to the block they’re currently mining. Also unlike `“getblocktemplate” <../reference/rpc/getblocktemplate.html>`__, the Stratum protocol uses a two-way TCP socket directly, so miners don’t need to use HTTP longpoll to ensure they receive immediate updates from mining pools when a new block is broadcast to the `peer-to-peer network <../devguide/p2p_network.html>`__.

**Resources:** The GPLv3 `BFGMiner <https://github.com/luke-jr/bfgminer>`__ mining software and AGPLv3 `Eloipool <https://github.com/luke-jr/eloipool>`__ mining pool software are widely-used among miners and pools. The `libblkmaker <https://github.com/bitcoin/libblkmaker>`__ C library and `python-blkmaker <https://gitorious.org/bitcoin/python-blkmaker>`__ library, both MIT licensed, can interpret GetBlockTemplate for your programs.
**Resources:** The GPLv3 `BFGMiner <https://github.com/luke-jr/bfgminer>`__ mining software and AGPLv3 `Eloipool <https://github.com/luke-jr/eloipool>`__ mining pool software are widely-used among miners and pools. The `libblkmaker <https://github.com/bitcoin/libblkmaker>`__ C library and `python-blkmaker <https://github.com/luke-jr/python-blkmaker>`__ library, both MIT licensed, can interpret GetBlockTemplate for your programs.

0 comments on commit e90db39

Please sign in to comment.