Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix libbitcoin, urls, descriptions, split blkmaker, drop BOP, sort. #971
Conversation
evoskuil
added some commits
Jul 23, 2015
luke-jr
and 1 other
commented on an outdated diff
Jul 23, 2015
| @@ -39,23 +39,23 @@ <h2 id="more">{% translate more %}</h2> | ||
| <ul class="devprojectlist"> | ||
| <li><a href="https://github.com/etotheipi/BitcoinArmory">Armory</a> - A Bitcoin client with enhanced security features.</li> | ||
| - <li><a href="http://bfgminer.com">BFGMiner</a> - Modular Bitcoin mining software.</li> | ||
| - <li><a href="https://code.google.com/p/bitcoinj/">bitcoinj</a> - A Java implementation of a Bitcoin client-only node used in thin SPV Bitcoin clients.</li> | ||
| - <li><a href="https://github.com/schildbach/bitcoin-wallet/">Bitcoin Wallet for Android</a> - A thin SPV Bitcoin client for mobiles.</li> | ||
| - <li><a href="https://github.com/bitsofproof/supernode">Bits of Proof Enterprise Bitcoin Server</a> - A modular implementation of the Bitcoin protocol in Java.</li> | ||
| + <li><a href="http://bfgminer.com">BFGMiner</a> - A modular ASIC/FPGA Bitcoin miner.</li> |
luke-jr
Contributor
|
harding
commented on an outdated diff
Jul 23, 2015
| <li><a href="https://github.com/btcsuite/btcd">btcd</a> - A full node bitcoin implementation written in Go.</li> | ||
| <li><a href="https://github.com/btcsuite/btcwallet">btcwallet</a> - A hierarchical deterministic wallet daemon written in Go.</li> | ||
| - <li><a href="https://electrum.org/community.html">Electrum</a> - A fast Bitcoin client relying on remote servers to store the block chain.</li> | ||
| + <li><a href="https://electrum.org">Electrum</a> - A fast Bitcoin client relying on remote servers to store the blockchain.</li> |
|
|
harding
and 1 other
commented on an outdated diff
Jul 23, 2015
| <li><a href="https://github.com/luke-jr/eloipool">Eloipool</a> - A fast Python mining pool server software.</li> | ||
| - <li><a href="https://github.com/hivewallet">Hive</a> - A fast user-friendly SPV Bitcoin client.</li> | ||
| - <li><a href="https://github.com/libbitcoin/libbitcoin/">libbitcoin</a> - An asynchronous C++ library for Bitcoin.</li> | ||
| - <li><a href="https://en.bitcoin.it/wiki/Libblkmaker#For_developers">libblkmaker and python-blkmaker</a> - Client side libraries for the getblocktemplate mining protocol.</li> | ||
| - <li><a href="https://multibit.org/">MultiBit HD</a> - A thin SPV international Bitcoin client for desktops.</li> | ||
| + <li><a href="https://github.com/hivewallet">Hive</a> - A fast user-friendly SPV Bitcoin wallet.</li> | ||
| + <li><a href="https://en.bitcoin.it/wiki/Libbitcoin">Libbitcoin</a> - A Bitcoin cross-platform C++ development toolkit.</li> | ||
| + <li><a href="https://gitlab.com/bitcoin/libblkmaker">Libblkmaker</a> - A C client library for the getblocktemplate mining protocol.</li> | ||
| + <li><a href="https://multibit.org">MultiBit HD</a> - A thin SPV international Bitcoin client for desktops.</li> |
harding
Contributor
|
harding
and 1 other
commented on an outdated diff
Jul 23, 2015
| @@ -39,23 +39,23 @@ <h2 id="more">{% translate more %}</h2> | ||
| <ul class="devprojectlist"> | ||
| <li><a href="https://github.com/etotheipi/BitcoinArmory">Armory</a> - A Bitcoin client with enhanced security features.</li> | ||
| - <li><a href="http://bfgminer.com">BFGMiner</a> - Modular Bitcoin mining software.</li> | ||
| - <li><a href="https://code.google.com/p/bitcoinj/">bitcoinj</a> - A Java implementation of a Bitcoin client-only node used in thin SPV Bitcoin clients.</li> | ||
| - <li><a href="https://github.com/schildbach/bitcoin-wallet/">Bitcoin Wallet for Android</a> - A thin SPV Bitcoin client for mobiles.</li> | ||
| - <li><a href="https://github.com/bitsofproof/supernode">Bits of Proof Enterprise Bitcoin Server</a> - A modular implementation of the Bitcoin protocol in Java.</li> | ||
| + <li><a href="http://bfgminer.com">BFGMiner</a> - A modular Bitcoin miner.</li> | ||
| + <li><a href="https://en.bitcoin.it/wiki/Bitcoin_Explorer">Bitcoin Explorer</a> - A Bitcoin command line tool, built on libbitcoin.</li> | ||
| + <li><a href="https://en.bitcoin.it/wiki/Bitcoin_Server">Bitcoin Server</a> - A Bitcoin full node and query server, built on libbitcoin.</li> | ||
| + <li><a href="https://github.com/schildbach/bitcoin-wallet">Bitcoin Wallet</a> - A thin SPV Bitcoin client for Android.</li> |
harding
Contributor
|
|
@evoskuil thanks for updating the links and descriptions. I added some comments, but besides that it looks good to me. |
|
@harding Thanks for looking it over, and for your work on the site. |
|
Commit 5e842a3 looks good to me, and addresses all posted feedback. Thanks! In the absence of critical feedback, this will be merged on Saturday. |
evoskuil commentedJul 23, 2015
SX has been replaced by Bitcoin Explorer (bx) and Obelisk has been replaced by Bitcoin Server (bs). These are both based on the libraries
libbitcoin-explorerandlibbitcoin-server, among others.