From 6c4d4e2de5827f242f956363f5c2328c7f5573c1 Mon Sep 17 00:00:00 2001 From: wowario Date: Tue, 30 Mar 2021 09:00:25 +0300 Subject: [PATCH] add man page --- src/assets/wowlet.1.gz | Bin 0 -> 1740 bytes src/assets/wowlet.1.md | 119 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 src/assets/wowlet.1.gz create mode 100644 src/assets/wowlet.1.md diff --git a/src/assets/wowlet.1.gz b/src/assets/wowlet.1.gz new file mode 100644 index 0000000000000000000000000000000000000000..1b31c4ba11540f4fe5acbd0974e8bd119d158d75 GIT binary patch literal 1740 zcmV;-1~d5|iwFq*y<%Vh19xwCY-MyVF#x?++iv4H5`EWK6tXYffUVpbSRgZ4K(-j0 zfGuf7Iqo3wgDlapCX%R-RNMykKQpRdwn@*?l|%uhpVTb&;iI zxrZlSbD3(M!+H-Wm5>eIdR-5a{BYf2VSjURy=L>j+;+diXB=NutXQQwo2?i2qQ+BRean$ zj8>gCF5?wE;1^wmQ9{GO?yOMGhYS2P3ya_rHjb$kc>_V`k06DD6gHCc0f>gzLnT_7 z@uM?2SI=5Bu(M9VMo9FzZhtttLT{lFQY*VTPcsM^AXTs|kguI`t^Kgkg{T#h*4rL# zt=$3GCuE^sZF$+)O~)@(Q>J?btxBIb6g5Jdtccn@L3sUu@XDn^p?4s9%OPu}!g)lIAarkGK~bWiUH>z_=SnKH@wD=$S;nUplGY=q(pL|yJbP{)-%q9onJ z{|xf@kiV?D${lWslJ|K?v2wLIl=L&lQZc9RwVPC_osfB_)paEtHsK3bS=#XPmsV&F zse+pGoabLZWHRNIsE28uORiL3p>_}YJ@`VS*KaqbP(En$A7*=qnbc{fd-c%f^WgvC z%=j>7cP28`@T}Mrn70OF{T)pGV_PUp{r)phEz?>ds%e>C>@VYY5g+r9MceI3zt{_bT9Dl^5*jD`Wt*kJ#LmS zE5)B>p&uXQ%j&0YQ5|oeC*IVd>D<%Qn{1>0xi0 z{Hg)iOBt)*eB;!2@S4Cr&1~ieU<#r!)vC>#4c;lQIOOw=Zj+ylC`++393$y@VJ~i@ z0N{W$F;uX z9eirZtz!M4Bk6adMsopYS(`O)0UH_dZuWgh8FD#f*s?&-eF6TFbx1!8Z zpcZdJHc8n0j=4Il86g$=vxl{r7^Wlya2#e5%MJC=zsg*49a-4V2w1$L*ai=}%pC_# zUwMZsB15IZ6r?moS9j&7)G;j6Vab#-VBu}D^kM?Ij^gl+`oxFPJtR}|)>AMIXFfp= zyuioZAc^T{k%TdG>=g1CYTF@X1-#%M$9fbK#vqJ=;(VtFidJGTNGM?gpuu>y@M$m^ z;P^esAM}`v{Cj~ycd~ZMv2bTN+ET;tbF~vd0l!p{J3>h0Ir($Ri2~196 zgn&$DbV7nLF{hzHSyD#6Vy-AN0yJ=p*`cC@W)kQvc>WzVZg;{C i=AO~MPAp|({8?t{c26!F=5)WxT<5>5PB;~h4gdhfU`%-c literal 0 HcmV?d00001 diff --git a/src/assets/wowlet.1.md b/src/assets/wowlet.1.md new file mode 100644 index 0000000..166fa7d --- /dev/null +++ b/src/assets/wowlet.1.md @@ -0,0 +1,119 @@ +% WOWLET(1) wowlet 1.0 +% WOWlet +% March 2021 + +# NAME + +wowlet — Lightweight Wownero Wallet + +# SYNOPSIS + +**wowlet** [*OPTION*]\ + +# DESCRIPTION + +**WOWlet** is a free, open-source Wownero desktop wallet for Linux with ports for Mac OS and Windows. + +# Options + +**-h**, **--help** + +: Displays usage information. + +**-v**, **--version** + +: Displays the current version number. + +**--use-local-tor** + +: Use system wide installed Tor instead of the bundled. + +**--tor-port** + +: Port of running Tor instance. + +**--debug** + +: Run program in debug mode. + +**--quiet** + +: Limit console output. + +**--use-local-tor** + +: Use system wide installed Tor instead of the bundled. + +**--stagenet** + +: Stagenet is for development purposes only. + +**--testnet** + +: Testnet is for development purposes only. + +**--"wallet-file** + +: Path to wallet keys file. + +**--password** + +: Wallet password (escape/quote as needed). + +**--daemon-address** + +: Daemon address (IPv4:port). + +**--export-contacts** + +: Output wallet contacts as CSV to specified path. + +**--export-txhistory** + +: Output wallet transaction history as CSV to specified path. + +**--daemon** + +: Start wowlet in the background and start a websocket server (IPv4:port). + +**--daemon-password** + +: Password for connecting to the wowlet websocket service. + +# EXAMPLES + +**wowlet** + +: Starts wowlet GUI and keeps terminal window open. + +**wowlet -v | --version** + +: Displays software version and then exits. + +**wowlet -h | --help** + +: 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. + +# BUGS + +See Git Issues: + +# AUTHOR + +Grandmaster Flash - Freenode IRC: #wownero + +# COPYRIGHT + +(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: + +- 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. + +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. \ No newline at end of file