mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Amended pricenode readme
This commit is contained in:
parent
d1fc9d0d18
commit
ebdff5661d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user