Skip to content

Commit

Permalink
Clarify README how to run Bisq with --dumpStatistics=true option
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Dec 6, 2019
1 parent df4866e commit 207fed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Full API documentation: https://markets.bisq.network/api/

There are 2 ways to get the Bisq Markets data:

1) Bisq Statsnode (generates local JSON files)
1) Bisq with `--dumpStatistics=true` (generates local JSON files)

If you just want local data saved to static JSON files on-disk, you don't need this repo, you can just run the Bisq app in statsnode mode. Follow the instructions to [build Bisq from source](https://github.com/bisq-network/bisq/blob/master/docs/build.md) and run `./bisq-statsnode` - after it syncs to the network, you will get your generated JSON files in `$HOME/.local/share/Bisq/btc_mainnet/db/`
If you just want a dump of all data saved to local JSON files, you don't need this repo, you can just run the Bisq app with `--dumpStatistics=true` option. After it starts up, you will get your generated JSON files in `$HOME/.local/share/Bisq/btc_mainnet/db/`

2) Risq GraphQL + Appengine Proxy (high performance cloud API service)

Expand Down

0 comments on commit 207fed0

Please sign in to comment.