@@ -68,29 +68,23 @@ Help Options:
68
68
-p, --password= the encryption password if the database is encrypted
69
69
-t, --testnet use the test network
70
70
-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)
73
72
-f, --nologfiles save logs on disk
74
73
-a, --allowip= only allow API connections from these IPs
75
74
-s, --stun use stun on µTP IPv4
76
75
-d, --datadir= specify the data directory to be used
77
76
-c, --authcookie= turn on API authentication and use this specific cookie
78
77
-u, --useragent= add a custom user-agent field
79
78
-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
87
84
--disablewallet disable the wallet functionality of the node
88
85
--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
94
88
```
95
89
96
90
## Documentation
0 commit comments