From f6fbc5a8eb18a2b8f97249772b559c06402df4e9 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 4 Mar 2015 19:59:18 -0500 Subject: [PATCH] Add btcwallet and update url for btcd. --- _templates/development.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_templates/development.html b/_templates/development.html index 83282a33..077128a4 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -43,7 +43,8 @@ id: development
  • bitcoinj - A Java implementation of a Bitcoin client-only node used in thin SPV Bitcoin clients.
  • Bitcoin Wallet for Android - A thin SPV Bitcoin client for mobiles.
  • Bits of Proof Enterprise Bitcoin Server - A modular implementation of the Bitcoin protocol in Java.
  • -
  • btcd - A full node bitcoin implementation written in Go.
  • +
  • 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.
  • Hive - A fast user-friendly SPV Bitcoin client.