From e60a5db2fd0e37056de6b37927c7787ba5b45639 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 23 May 2015 00:04:57 +0000 Subject: [PATCH] Update URIs for libblkmaker and Eloipool (Gitorious is dead) --- _includes/references.md | 4 ++-- _templates/development.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/references.md b/_includes/references.md index d8636599..964f177c 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -287,7 +287,7 @@ http://opensource.org/licenses/MIT. [docs issue]: https://github.com/bitcoin/bitcoin.org/issues [ECDSA]: https://en.wikipedia.org/wiki/Elliptic_Curve_DSA [Electrum server]: https://github.com/spesmilo/electrum-server -[Eloipool]: https://gitorious.org/bitcoin/eloipool +[Eloipool]: https://github.com/luke-jr/eloipool [errors in docs]: https://github.com/bitcoin/bitcoin.org/issues?q=is%3Aissue+label%3A%22Dev+Docs%22 [forum tech support]: https://bitcointalk.org/index.php?board=4.0 [high-speed block relay network]: https://www.mail-archive.com/bitcoin-development@lists.sourceforge.net/msg03189.html @@ -297,7 +297,7 @@ http://opensource.org/licenses/MIT. [IP-to-IP payment protocol]: https://en.bitcoin.it/wiki/IP_Transactions [IPv4-mapped IPv6 addresses]: http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses [irc channels]: https://en.bitcoin.it/wiki/IRC_channels -[libblkmaker]: https://gitorious.org/bitcoin/libblkmaker +[libblkmaker]: https://github.com/bitcoin/libblkmaker [makeseeds script]: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds [murmur3]: https://en.wikipedia.org/wiki/MurmurHash [man-in-the-middle]: https://en.wikipedia.org/wiki/Man-in-the-middle_attack diff --git a/_templates/development.html b/_templates/development.html index 0c08b4c0..6182b6b6 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -46,7 +46,7 @@ id: development
  • btcd - A full node bitcoin implementation written in Go.
  • btcwallet - A hierarchical deterministic wallet daemon written in Go.
  • Electrum - A fast Bitcoin client relying on remote servers to store the block chain.
  • -
  • Eloipool - A fast Python mining pool server software.
  • +
  • Eloipool - A fast Python mining pool server software.
  • Hive - A fast user-friendly SPV Bitcoin client.
  • libbitcoin - An asynchronous C++ library for Bitcoin.
  • libblkmaker and python-blkmaker - Client side libraries for the getblocktemplate mining protocol.