From c723ba92e53db6191c32485e54cfd27e538012e3 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Tue, 12 Jun 2018 17:26:46 +0200 Subject: [PATCH] Update list of implemented coins --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f650641..98a8818a 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,19 @@ To run blockbook with fast synchronization, connection to ZeroMQ and providing h Blockbook logs only to stderr, logging to files is disabled. Verbosity of logs can be tuned by command line parameters *-v* and *-vmodule*, details at https://godoc.org/github.com/golang/glog -# Supported coins +# Implemented coins - [Bitcoin](bchain/coins/btc/btc.md) - [Bitcoin Testnet](bchain/coins/btc/btctestnet.md) - Bcash - Bcash Testnet +- Bgold - [ZCash](bchain/coins/zec/zec.md) - ZCash Testnet +- Dash +- Dash Testnet +- Litecoin +- Litecoin Testnet - [Ethereum](bchain/coins/eth/eth.md) - [Ethereum Testnet Ropsten](bchain/coins/eth/ethropsten.md)