mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
26 lines
390 B
Markdown
26 lines
390 B
Markdown
|
## Bitcoin node monitor
|
||
|
|
||
|
This is a simple headless node with a http server which connects periodically to the Bisq-provided Bitcoin nodes and
|
||
|
disconnect quickly afterwards.
|
||
|
|
||
|
### Run Bitcoin node monitor
|
||
|
|
||
|
Run the Gradle task:
|
||
|
|
||
|
```sh
|
||
|
./gradlew btcnodemonitor:run
|
||
|
```
|
||
|
|
||
|
Or create a run scrip by:
|
||
|
|
||
|
```sh
|
||
|
./gradlew btcnodemonitor:startBisqApp
|
||
|
```
|
||
|
|
||
|
And then run:
|
||
|
|
||
|
```sh
|
||
|
./bisq-btcnodemonitor
|
||
|
```
|
||
|
|