@@ -76,29 +76,23 @@ Help Options:
76
76
-p, --password= the encryption password if the database is encrypted
77
77
-t, --testnet use the test network
78
78
-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)
81
80
-f, --nologfiles save logs on disk
82
81
-a, --allowip= only allow API connections from these IPs
83
82
-s, --stun use stun on µTP IPv4
84
83
-d, --datadir= specify the data directory to be used
85
84
-c, --authcookie= turn on API authentication and use this specific cookie
86
85
-u, --useragent= add a custom user-agent field
87
86
-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
95
92
--disablewallet disable the wallet functionality of the node
96
93
--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
102
96
```
103
97
104
98
## Documentation
0 commit comments