line breaks

wowario 3 years ago
parent ac7135c97a
commit b661b5fc60
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

Binary file not shown.

@ -1,123 +1,119 @@
% WOWLET(1) wowlet 1.0
% WOWlet
% WOWlet Man
% March 2021
# NAME
wowlet — Lightweight Wownero Wallet \
wowlet — Lightweight Wownero Wallet
# SYNOPSIS
**wowlet** [*OPTION*] \
**wowlet** [*OPTION*]
# DESCRIPTION
**WOWlet** is a free, open-source Wownero desktop wallet for Linux with ports for Mac OS and Windows. \
**WOWlet** is a free, open-source Wownero desktop wallet for Linux with ports for Mac OS and Windows.
# Options
**-h**, **\--help** \
**-h**, **\--help**
: Displays usage information.
: Displays usage information.
**-v**, **\--version** \
**-v**, **\--version**
: Displays the current version number.
: Displays the current version number.
**\--use-local-tor** \
**\--use-local-tor**
: Use system wide installed Tor instead of the bundled.
: Use system wide installed Tor instead of the bundled.
**\--tor-port** \
**\--tor-port**
: Port of running Tor instance.
: Port of running Tor instance.
**\--debug** \
**\--debug**
: Run program in debug mode.
: Run program in debug mode.
**\--quiet** \
**\--quiet**
: Limit console output.
: Limit console output.
**\--use-local-tor** \
**\--use-local-tor**
: Use system wide installed Tor instead of the bundled.
: Use system wide installed Tor instead of the bundled.
**\--stagenet** \
**\--stagenet**
: Stagenet is for development purposes only.
: Stagenet is for development purposes only.
**\--testnet** \
**\--testnet**
: Testnet is for development purposes only.
: Testnet is for development purposes only.
**\--wallet-file** \
**\--wallet-file**
: Path to wallet keys file.
: Path to wallet keys file.
**\--password** \
**\--password**
: Wallet password (escape/quote as needed).
: Wallet password (escape/quote as needed).
**\--daemon-address** \
**\--daemon-address**
: Daemon address (IPv4:port).
: Daemon address (IPv4:port).
**\--export-contacts** \
**\--export-contacts**
: Output wallet contacts as CSV to specified path.
: Output wallet contacts as CSV to specified path.
**\--export-txhistory** \
**\--export-txhistory**
: Output wallet transaction history as CSV to specified path.
: Output wallet transaction history as CSV to specified path.
**\--daemon** \
**\--daemon**
: Start wowlet in the background and start a websocket server (IPv4:port).
: Start wowlet in the background and start a websocket server (IPv4:port).
**\--daemon-password** \
**\--daemon-password**
: Password for connecting to the wowlet websocket service.
: Password for connecting to the wowlet websocket service.
# EXAMPLES
**wowlet** \
**wowlet**
: Starts wowlet GUI and keeps terminal window open. \
: Starts wowlet GUI and keeps terminal window open.
**wowlet -v | \--version**
: Displays software version and then exits. \
: Displays software version and then exits.
**wowlet -h | \--help**
: Displays software usage information and then exits. \
: Displays software usage information and then exits.
**wowlet \--daemon 127.0.0.1:1234 \--daemon-password "sekrit"**
: Wallet starts in the background and exposes a websocket port that you can connect to using a websocket client. \
: Wallet starts in the background and exposes a websocket port that you can connect to using a websocket client.
# BUGS
See Git Issues: <https://git.wownero.com/wowlet/wowlet/issues> \
See Git Issues: <https://git.wownero.com/wowlet/wowlet/issues>
# AUTHORS
Grandmaster Flash - Freenode IRC: #wownero \
Grandmaster Flash - Freenode IRC: #wownero
# COPYRIGHT
(c) 2020-2021 The Monero Project. \
(c) 2020-2021 The Monero Project.
License: BSD-3-clause. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: \
License: BSD-3-clause. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. \
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. \
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. \
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \
## hit "q" to quite man
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Loading…
Cancel
Save