Metadata-Version: 2.1
Name: xmr-haystack
Version: 0.0.1
Summary: Manage your on-chain Monero privacy with xmr-haystack
Home-page: https://github.com/jeffreo256/xmr-haystack
Author: Jeffrey Ryan
Author-email: jeffaryan7@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/jeffro256/xmr-haystack/issues
Project-URL: Funding, https://github.com/jeffro256/xmr-haystack
Project-URL: Source, https://github.com/jeffro256/xmr-haystack
Description: # xmr-haystack
        
        ## Description
        
        This program takes a Monero wallet file, scans the blockchain, and outputs transactions in which
        your one-time public outputs (stealth addresses) were used as decoys.
        
        ## Installation
        
        ```
        python3 -m pip install xmr-haystack
        ```
        
        ## Usage
        
        ```
        usage: python3 -m xmr-haystack [-h] [-a ADDR] [-p PORT] [-l LOGIN] [-s HEIGHT] [-i CACHE_IN]
        [-o CACHE_OUT] [-n] [-c CLI_EXE_FILE] wallet file
        
        America's favorite stealth address scanner™
        
        positional arguments:
          wallet file           path to wallet file
        
        optional arguments:
          -h, --help            show this help message and exit
          -a ADDR, --daemon-addr ADDR
                                daemon address (e.g. node.xmr.to)
          -p PORT, --daemon-port PORT
                                daemon port (e.g. 18081)
          -l LOGIN, --daemon-login LOGIN
                                monerod RPC login in the form of [username]:[password]
          -s HEIGHT, --scan-height HEIGHT
                                rescan blockchain from specified height. defaults to wallet restore height
          -i CACHE_IN, --cache-input CACHE_IN
                                path to input cache file
          -o CACHE_OUT, --cache-output CACHE_OUT
                                path to output cache file
          -n, --no-cache        do not read from cache file and do not save to cache file
          -c CLI_EXE_FILE, --wallet-cli-path CLI_EXE_FILE
                                path to monero-wallet-cli executable. Helpful if executable is not in PATH
        ```
        
        ## Disclaimer
        
        While this program works, it is still in *very* early dev stages. Use this program at your own risk;
        I take no responsibility for any lost funds or privacy, etc, etc. That said, I really hope you find
        this code useful and I would really appreciate any feedback. :)
        
        ## Donate
        
        89tQx7bUmQDMdkgUjk5ZSfVpV3yGKZ6udWe4XGbBNE27iyxoYoWif8nHCLnvqjodaLENVGgBpWSFE2XGyjNKLT1bB8efQh5
        
        
Keywords: monero,blockchain,wallet,privacy,finance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
