mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Amended pricenode readme
This commit is contained in:
parent
d1fc9d0d18
commit
ebdff5661d
1 changed files with 15 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue