Skip to content

Commit 379e18a

Browse files
Merge pull request #95 from vsus/fix-links
Fix broken link
2 parents fd3a57e + e90db39 commit 379e18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devguide/mining.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ Using the coinbase transaction received, the mining software adds a nonce to the
9090

9191
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>`__.
9292

93-
**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.
93+
**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 commit comments

Comments
 (0)