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

Commit

Permalink
Merge 2eaeb7e into 9e17a66
Browse files Browse the repository at this point in the history
  • Loading branch information
szollo committed Jun 9, 2020
2 parents 9e17a66 + 2eaeb7e commit c3b4c43
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ This repository contains the OpenBazaar server daemon which handles the heavy li

## Table of Contents

- [Install](#install)
- [Install prebuilt packages](#install-pre-built-packages)
- [Build from Source](#build-from-source)
- [Dependency Management](#dependency-management)
- [IPFS Dependency](#ipfs-dependency)
- [Updating](#updating)
- [Usage](#usage)
- [Options](#options)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)
- [openbazaar-go](#openbazaar-go)
- [Table of Contents](#table-of-contents)
- [Install](#install)
- [Install Pre-built Packages](#install-pre-built-packages)
- [Build from Source](#build-from-source)
- [Dependency Management](#dependency-management)
- [IPFS Dependency](#ipfs-dependency)
- [Updating](#updating)
- [Usage](#usage)
- [Options](#options)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)

## Install

Expand Down Expand Up @@ -68,29 +70,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 c3b4c43

Please sign in to comment.