bisq/btcnodemonitor
HenrikJannsen 56dcc8da41
Update ServiceBits from Bitcoin code base (add NODE_COMPACT_FILTERS)
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2024-06-11 09:36:36 +07:00
..
src/main Update ServiceBits from Bitcoin code base (add NODE_COMPACT_FILTERS) 2024-06-11 09:36:36 +07:00
build.gradle Add btxnodemonitor module 2024-06-10 20:29:57 +07:00
README.md Add btxnodemonitor module 2024-06-10 20:29:57 +07:00

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:

./gradlew btcnodemonitor:run

Or create a run scrip by:

./gradlew btcnodemonitor:startBisqApp

And then run:

./bisq-btcnodemonitor