erigon-pulse/cmd/prometheus/Readme.md
Alex Sharov 59f997a663
Move account root to ih (#465)
* move_account_root_to_ih

* temptorary comment test
2020-04-18 21:09:44 +01:00

363 B

Build: cd cmd/prometheus && docker-compose build --parallel

Run only Prometheus: cd cmd/prometheus && docker-compose up prometheus grafana

Run with TurboGeth, RestApi and DebugUI: cd cmd/prometheus && TGETH_DATADIR=/path/to/geth/data/dir docker-compose up

Grafana: localhost:3000, admin/admin DebugUI: localhost:3001