Amended pricenode readme

This commit is contained in:
Florian Reimair 2020-02-24 15:11:22 +01:00
parent d1fc9d0d18
commit ebdff5661d
No known key found for this signature in database
GPG Key ID: 05634D8D7A7954C8

View File

@ -67,6 +67,21 @@ curl http://localhost:8080/getVersion
curl http://localhost:8080/info
```
### Monitoring
If you run a main pricenode, you also are obliged to activate the monitoring feed by running
```bash
curl -s https://raw.githubusercontent.com/bisq-network/bisq/master/monitor/install_collectd_debian.sh | sudo bash
```
Follow the instruction given by the script and report your certificate to the seednode group!
Furthermore, you are obliged to provide network size data to the monitor by running
```bash
curl -s https://raw.githubusercontent.com/bisq-network/bisq/master/pricenode/install_networksize_debian.sh | sudo bash
```
## How to deploy elsewhere
- [README-HEROKU.md](README-HEROKU.md)