mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-05-26 13:24:12 +00:00
Tweak comment about encrypting wallet with CLI
This commit is contained in:
parent
e138d35761
commit
034172b8f4
@ -43,8 +43,6 @@ import static protobuf.OfferDirection.BUY;
|
|||||||
* the <a href="https://bisq.network">Bisq Desktop</a> application.
|
* the <a href="https://bisq.network">Bisq Desktop</a> application.
|
||||||
* <p>
|
* <p>
|
||||||
* Here is one possible use case:
|
* Here is one possible use case:
|
||||||
*
|
|
||||||
*
|
|
||||||
* <pre>
|
* <pre>
|
||||||
* Take 3 "Faster Payment" offers to buy BTC with GBP, priced no lower than 2.00% above the current market
|
* Take 3 "Faster Payment" offers to buy BTC with GBP, priced no lower than 2.00% above the current market
|
||||||
* price if:
|
* price if:
|
||||||
@ -64,7 +62,7 @@ import static protobuf.OfferDirection.BUY;
|
|||||||
* </pre>
|
* </pre>
|
||||||
* <b>Usage</b>
|
* <b>Usage</b>
|
||||||
* <p><br/>
|
* <p><br/>
|
||||||
* You must encrypt your wallet password before running this bot. If it is not already, you can use the CLI:
|
* You must encrypt your wallet password before running this bot. If it is not already encrypted, you can use the CLI:
|
||||||
* <pre>
|
* <pre>
|
||||||
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
|
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|||||||
@ -61,7 +61,7 @@ import static protobuf.OfferDirection.SELL;
|
|||||||
* </pre>
|
* </pre>
|
||||||
* <b>Usage</b>
|
* <b>Usage</b>
|
||||||
* <p><br/>
|
* <p><br/>
|
||||||
* You must encrypt your wallet password before running this bot. If it is not already, you can use the CLI:
|
* You must encrypt your wallet password before running this bot. If it is not already encrypted, you can use the CLI:
|
||||||
* <pre>
|
* <pre>
|
||||||
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
|
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|||||||
@ -61,7 +61,7 @@ import static protobuf.OfferDirection.BUY;
|
|||||||
* </pre>
|
* </pre>
|
||||||
* <b>Usage</b>
|
* <b>Usage</b>
|
||||||
* <p><br/>
|
* <p><br/>
|
||||||
* You must encrypt your wallet password before running this bot. If it is not already, you can use the CLI:
|
* You must encrypt your wallet password before running this bot. If it is not already encrypted, you can use the CLI:
|
||||||
* <pre>
|
* <pre>
|
||||||
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
|
* $ ./bisq-cli --password=xyz --port=9998 setwalletpassword --wallet-password="be careful"
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user