mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
bcf1b3b836
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. |
||
---|---|---|
.. | ||
editf2faccountform.py | ||
get-bisq-pid.sh | ||
limit-order-simulation.sh | ||
mainnet-test.sh | ||
rolling-offer-simulation.sh | ||
trade-simulation-env.sh | ||
trade-simulation-utils.sh | ||
trade-simulation.sh | ||
version-parser.bash |