bisq/apitest
ghubstan bcf1b3b836
Fix find pid on OSX
The trade simulation scripts check that bitcoind, seed node,
arbitration node, and bob & alice nodes are running at startup,
but the bash pgrep command used to find the PIDs does not work on
OSX (my darwin20), so an adjustment was made to the env script to
find java PIDs with ps and awk if running on OSX.

Two additonal startup checks were added: make sure the script is
running on supported OS (Linux or OSX), and bitcoin-cli is in
the PATH.

Also removed usage error text about registering dispute agents.
The scripts do that now.
2021-02-04 19:16:19 -03:00
..
docs Refactor api getbalance methods. 2020-11-14 13:08:10 -03:00
scripts Fix find pid on OSX 2021-02-04 19:16:19 -03:00
src Add CoreHelpService gRPC stubs and test case 2021-01-14 10:22:14 -03:00
dao-setup.gradle Delete commented statement 2020-07-13 19:48:59 -03:00