Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 2324b27

Browse files
committed
Update README with the latest command flags help output
1 parent 9e17a66 commit 2324b27

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,29 +68,23 @@ Help Options:
6868
-p, --password= the encryption password if the database is encrypted
6969
-t, --testnet use the test network
7070
-r, --regtest run in regression test mode
71-
-l, --loglevel= set the logging level [debug, info, notice, warning, error, critical]
72-
(default: debug)
71+
-l, --loglevel= set the logging level [debug, info, notice, warning, error, critical] (default: debug)
7372
-f, --nologfiles save logs on disk
7473
-a, --allowip= only allow API connections from these IPs
7574
-s, --stun use stun on µTP IPv4
7675
-d, --datadir= specify the data directory to be used
7776
-c, --authcookie= turn on API authentication and use this specific cookie
7877
-u, --useragent= add a custom user-agent field
7978
-v, --verbose print openbazaar logs to stdout
80-
--torpassword= Set the tor control password. This will override the tor password in
81-
the config.
82-
--tor Automatically configure the daemon to run as a Tor hidden service and
83-
use Tor exclusively. Requires Tor to be running.
84-
--dualstack Automatically configure the daemon to run as a Tor hidden service IN
85-
ADDITION to using the clear internet. Requires Tor to be running.
86-
WARNING: this mode is not private
79+
--torpassword= Set the tor control password. This will override the tor password in the config.
80+
--tor Automatically configure the daemon to run as a Tor hidden service and use Tor exclusively. Requires
81+
Tor to be running.
82+
--dualstack Automatically configure the daemon to run as a Tor hidden service IN ADDITION to using the clear
83+
internet. Requires Tor to be running. WARNING: this mode is not private
8784
--disablewallet disable the wallet functionality of the node
8885
--disableexchangerates disable the exchange rate service to prevent api queries
89-
--storage= set the outgoing message storage option [self-hosted, dropbox]
90-
(default=self-hosted)
91-
--bitcoincash use a Bitcoin Cash wallet in a dedicated data directory
92-
--zcash= use a ZCash wallet in a dedicated data directory. To use this you must
93-
pass in the location of the zcashd binary.
86+
--storage= set the outgoing message storage option [self-hosted, dropbox] default=self-hosted
87+
--forcekeypurge repair test for issue OpenBazaar/openbazaar-go#1593; use as instructed only
9488
```
9589

9690
## Documentation

0 commit comments

Comments
 (0)