Fork of Trezor Blockbook.
 
 
 
 
 
 
Go to file
Martin Boehm c67c8d4008 Merge branch 'backend-deploy-and-test' of github.com:trezor/blockbook into backend-deploy-and-test 2019-02-26 10:42:05 +01:00
api Load ETH account balance also for accounts without any transactions #125 2019-02-19 20:16:16 +01:00
bchain Stop logging warnings ErrTxNotFound in ethereum mempool 2019-02-13 18:24:38 +01:00
build Bump Groestlcoin backend version to 2.17.2 (#128) 2019-02-25 17:34:06 +01:00
common Fix coding style and formatting issues 2019-01-24 15:24:56 +01:00
configs Bump myriad backend to 0.16.4.0 2019-02-25 17:40:44 +01:00
contrib/scripts Add service name to backend deploy and integration test 2019-02-26 10:41:23 +01:00
db Change DB size on disk Error to warning 2019-02-13 12:08:19 +01:00
docs add flo 2019-02-08 08:50:59 +01:00
server Return Coinbase from API and Websocket interface 2019-01-17 20:30:18 +01:00
static Cleanup the test-websocket page 2019-01-21 10:05:44 +01:00
tests add flo 2019-02-08 08:50:59 +01:00
.gitignore Ignore generated identifiers of docker images in git 2018-07-31 15:44:43 +02:00
.gitlab-ci.yml Add service name to backend deploy and integration test 2019-02-26 10:41:23 +01:00
CONTRIBUTING.md Update documentation to match version 0.2.0 2019-01-24 18:08:37 +01:00
COPYING Add license file 2018-05-31 12:53:27 +02:00
Gopkg.lock Fix go dependencies 2019-01-09 13:11:45 +01:00
Gopkg.toml Fix go dependencies 2019-01-09 13:11:45 +01:00
Makefile Build makes sure that images are rebuilt after change of docker defs 2018-10-17 13:04:03 +02:00
README.md Update documentation to match version 0.2.0 2019-01-24 18:08:37 +01:00
blockbook.go Merge branch 'master' into indexv4 2019-01-03 18:09:30 +01:00

README.md

Go Report Card

Blockbook

WARNING: Blockbook is currently in the state of heavy development. We may implement at any time backwards incompatible changes that require full reindexation of the database. Also, do not expect this documentation to be always up to date.

Blockbook is back-end service for Trezor wallet. Main features of Blockbook are:

  • index of addresses and address balances of the connected block chain
  • fast searches in the indexes
  • simple blockchain explorer
  • websocket, API and legacy Bitcore Insight compatible socket.io interfaces
  • support of multiple coins (Bitcoin and Ethereum type), with easy extensibility for other coins
  • scripts for easy creation of debian packages for backend and blockbook

Build and installation instructions

Officially supported platform is Debian Linux and AMD64 architecture.

Memory and disk requirements for initial synchronization of Bitcoin mainnet are around 32 GB RAM and over 160 GB of disk space. After initial synchronization, fully synchronized instance uses about 10 GB RAM. Other coins should have lower requirements, depending on the size of their block chain. Note that fast SSD disks are highly recommended.

User installation guide is here.

Developer build guide is here.

Contribution guide is here.

Implemented coins

Blockbook currently supports over 20 coins, among them:

  • Bitcoin, Litecoin, Bitcoin Cash, Bgold, ZCash, Dash, Ethereum, Ethereum Classic

Testnets for some coins are also supported, for example:

  • Bitcoin Testnet, Bitcoin Cash Testnet, ZCash Testnet, Ethereum Testnet Ropsten

List of all implemented coins is in the registry of ports.

Data storage in RocksDB

Blockbook stores data the key-value store RocksDB. Database format is described here.