6 Commits

Author SHA1 Message Date
ghubstan
c5d0259833
Print the day's BSQ swaps after each completed swap 2022-06-26 12:24:23 -03:00
ghubstan
03102125b5
Read wallet password in bot instance, not main()
- Remove some duplicated code in the bots' main() methods.
- Validate wallet password first.
- Fix a bot config text alignment problem.
2022-06-26 11:52:46 -03:00
ghubstan
0b245b9998
Show closed trades since midnight today
Don't show entire trade history at end of bot run.

Tweak some log statements.
2022-06-25 15:46:47 -03:00
ghubstan
25f12c8232
Improve take offer criteria summary text 2022-06-25 11:45:35 -03:00
ghubstan
b0b6c9c771
Uncomment wallet password prompt, and validate input during startup
- When bot is run from a *nix terminal, password input will not be echoed.
- When bot is run from an IDE, it's virtual terminal will echo the input
  (cannot be avoided).

Validate the input during startup, to fail early instead of waiting for
the right offer to take, then failing to unlock the wallet with an
incorrect password.
2022-06-25 11:00:28 -03:00
ghubstan
7281a764f8
Add new java bots for taking btc, xmr, and bsq swap offers
Details about each are in the java-docs.
2022-06-24 14:02:02 -03:00