blockbook/README.md

58 lines
911 B
Markdown

# 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`.
* https://github.com/trezor/blockbook