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

Commit 876eab8

Browse files
authored
Merge pull request #2087 from OpenBazaar/sz/updatereadme
Update README with the latest command flags help output
2 parents 1c722f8 + 2324b27 commit 876eab8

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -76,29 +76,23 @@ Help Options:
7676
-p, --password= the encryption password if the database is encrypted
7777
-t, --testnet use the test network
7878
-r, --regtest run in regression test mode
79-
-l, --loglevel= set the logging level [debug, info, notice, warning, error, critical]
80-
(default: debug)
79+
-l, --loglevel= set the logging level [debug, info, notice, warning, error, critical] (default: debug)
8180
-f, --nologfiles save logs on disk
8281
-a, --allowip= only allow API connections from these IPs
8382
-s, --stun use stun on µTP IPv4
8483
-d, --datadir= specify the data directory to be used
8584
-c, --authcookie= turn on API authentication and use this specific cookie
8685
-u, --useragent= add a custom user-agent field
8786
-v, --verbose print openbazaar logs to stdout
88-
--torpassword= Set the tor control password. This will override the tor password in
89-
the config.
90-
--tor Automatically configure the daemon to run as a Tor hidden service and
91-
use Tor exclusively. Requires Tor to be running.
92-
--dualstack Automatically configure the daemon to run as a Tor hidden service IN
93-
ADDITION to using the clear internet. Requires Tor to be running.
94-
WARNING: this mode is not private
87+
--torpassword= Set the tor control password. This will override the tor password in the config.
88+
--tor Automatically configure the daemon to run as a Tor hidden service and use Tor exclusively. Requires
89+
Tor to be running.
90+
--dualstack Automatically configure the daemon to run as a Tor hidden service IN ADDITION to using the clear
91+
internet. Requires Tor to be running. WARNING: this mode is not private
9592
--disablewallet disable the wallet functionality of the node
9693
--disableexchangerates disable the exchange rate service to prevent api queries
97-
--storage= set the outgoing message storage option [self-hosted, dropbox]
98-
(default=self-hosted)
99-
--bitcoincash use a Bitcoin Cash wallet in a dedicated data directory
100-
--zcash= use a ZCash wallet in a dedicated data directory. To use this you must
101-
pass in the location of the zcashd binary.
94+
--storage= set the outgoing message storage option [self-hosted, dropbox] default=self-hosted
95+
--forcekeypurge repair test for issue OpenBazaar/openbazaar-go#1593; use as instructed only
10296
```
10397

10498
## Documentation

0 commit comments

Comments
 (0)