Skip to content

Commit

Permalink
Merge pull request #95 from vsus/fix-links
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
Cobra-Bitcoin committed Nov 2, 2020
2 parents fd3a57e + e90db39 commit 379e18a
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 379e18a

Please sign in to comment.