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

Commit

Permalink
Update README with the latest command flags help output
Browse files Browse the repository at this point in the history
  • Loading branch information
szollo committed Jun 9, 2020
1 parent 9e17a66 commit 2324b27
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,23 @@ Help Options:
-p, --password= the encryption password if the database is encrypted
-t, --testnet use the test network
-r, --regtest run in regression test mode
-l, --loglevel= set the logging level [debug, info, notice, warning, error, critical]
(default: debug)
-l, --loglevel= set the logging level [debug, info, notice, warning, error, critical] (default: debug)
-f, --nologfiles save logs on disk
-a, --allowip= only allow API connections from these IPs
-s, --stun use stun on µTP IPv4
-d, --datadir= specify the data directory to be used
-c, --authcookie= turn on API authentication and use this specific cookie
-u, --useragent= add a custom user-agent field
-v, --verbose print openbazaar logs to stdout
--torpassword= Set the tor control password. This will override the tor password in
the config.
--tor Automatically configure the daemon to run as a Tor hidden service and
use Tor exclusively. Requires Tor to be running.
--dualstack Automatically configure the daemon to run as a Tor hidden service IN
ADDITION to using the clear internet. Requires Tor to be running.
WARNING: this mode is not private
--torpassword= Set the tor control password. This will override the tor password in the config.
--tor Automatically configure the daemon to run as a Tor hidden service and use Tor exclusively. Requires
Tor to be running.
--dualstack Automatically configure the daemon to run as a Tor hidden service IN ADDITION to using the clear
internet. Requires Tor to be running. WARNING: this mode is not private
--disablewallet disable the wallet functionality of the node
--disableexchangerates disable the exchange rate service to prevent api queries
--storage= set the outgoing message storage option [self-hosted, dropbox]
(default=self-hosted)
--bitcoincash use a Bitcoin Cash wallet in a dedicated data directory
--zcash= use a ZCash wallet in a dedicated data directory. To use this you must
pass in the location of the zcashd binary.
--storage= set the outgoing message storage option [self-hosted, dropbox] default=self-hosted
--forcekeypurge repair test for issue OpenBazaar/openbazaar-go#1593; use as instructed only
```

## Documentation
Expand Down

0 comments on commit 2324b27

Please sign in to comment.