update readme with systemd info and hosted version

This commit is contained in:
banteg 2017-12-29 23:38:47 +07:00 committed by GitHub
parent 6d9b278ff2
commit 1764742b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,10 @@
estimates ethereum gas price based on recent blocks and provides a simple api
## hosted
- https://gasprice.poa.network (kindly deployed by [poa network](https://poa.network))
## installation
requires python 3.6 and an ethereum full node. infura.io won't work as it doesn't allow setting up `filter`.
@ -10,6 +14,8 @@ requires python 3.6 and an ethereum full node. infura.io won't work as it doesn'
pip install gasprice
```
there is an example of systemd service if you want to run it as a service.
## usage
```bash