You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
api | 2 years ago | |
bchain | 2 years ago | |
build | 2 years ago | |
common | 2 years ago | |
configs | 2 years ago | |
contrib/scripts | 4 years ago | |
db | 2 years ago | |
docs | 2 years ago | |
fiat | 2 years ago | |
server | 2 years ago | |
static | 2 years ago | |
tests | 2 years ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 4 years ago | |
CONTRIBUTING.md | 3 years ago | |
COPYING | 5 years ago | |
Makefile | 2 years ago | |
README-upstream.md | 2 years ago | |
README.md | 2 years ago | |
blockbook.go | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
shell.nix | 3 years ago |
README.md
Fork
Fork of Trezor Blockbook.
The differences:
-
Just for Ethereum.
-
Use existing
geth --full
server. -
Don't require
backend-*
package. -
Minimal UI, dark theme.
-
Listen only on localhost, no SSL.
-
Use spacecruft repos, not github.
-
Don't use CDN.
Install
# Install docker, etc.
git clone https://spacecruft.org/spacecruft/blockbook
cd blockbook
make deb-blockbook-ethereum
dpkg -i build/blockbook-ethereum_0.3.4_amd64.deb
Edit config:
vim /opt/coins/blockbook/ethereum/config/blockchaincfg.json
XXX Hardcoded into systemd script, set geth
node:
vim /lib/systemd/system/blockbook-ethereum.service
systemctl daemon-reload
Start:
systemctl start blockbook-ethereum.service
Logs:
tail -f /opt/coins/blockbook/ethereum/logs/blockbook.INFO
Upstream
Fork of Trezor Blockbook. See README-upstream.md
.