algorand-vanity


Namealgorand-vanity JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/sithladyraven/algorand-vanity
SummaryVanity address generator for algorand wallets
upload_time2023-04-25 01:45:56
maintainer
docs_urlNone
authorKelsey Price
requires_python>=3.8,<4.0
licenseMIT
keywords algorand crypto cryptocurrency cryptowallet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Algorand Vanity
[![GitHub license](https://img.shields.io/github/license/sithladyraven/algorand-vanity.svg?style=social)](https://github.com/sithladyraven/algorand-vanity/blob/master/LICENSE) [![PyPI version](https://badge.fury.io/py/algorand-vanity.svg)](https://badge.fury.io/py/algorand-vanity) 

Python utility for generating vanity algorand wallet addresses.

## Installing from source
```bash
poetry install
```

## Installing with pip
```bash
pip install algorand-vanity
```

## Usage
```bash
algorand_vanity ADDRESS1 ADDRESS2
```

## Options
Option | Description | Default
--- | --- | ---
--threads, -t {start, end} | Number of threads to use for address generation | # of CPU cores
--filename, -f {start, end} | Filename to output addresses to | vanity_addresses
--location, -l {start, end} | location in address where the vanity string should be found | if not specified then string can be anywhere in the address
vanity | list of vanity addresses to search for **(Must only contain the following characters: A-Z, 2-7)** | required


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sithladyraven/algorand-vanity",
    "name": "algorand-vanity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "algorand,crypto,cryptocurrency,cryptowallet",
    "author": "Kelsey Price",
    "author_email": "contact@kelsey.dev",
    "download_url": "https://files.pythonhosted.org/packages/4c/1f/cb61f4edaebf23d7c8310ecbd9121a9d5700d2fdc705c05d3339156c29fc/algorand_vanity-1.0.3.tar.gz",
    "platform": null,
    "description": "# Algorand Vanity\n[![GitHub license](https://img.shields.io/github/license/sithladyraven/algorand-vanity.svg?style=social)](https://github.com/sithladyraven/algorand-vanity/blob/master/LICENSE) [![PyPI version](https://badge.fury.io/py/algorand-vanity.svg)](https://badge.fury.io/py/algorand-vanity) \n\nPython utility for generating vanity algorand wallet addresses.\n\n## Installing from source\n```bash\npoetry install\n```\n\n## Installing with pip\n```bash\npip install algorand-vanity\n```\n\n## Usage\n```bash\nalgorand_vanity ADDRESS1 ADDRESS2\n```\n\n## Options\nOption | Description | Default\n--- | --- | ---\n--threads, -t {start, end} | Number of threads to use for address generation | # of CPU cores\n--filename, -f {start, end} | Filename to output addresses to | vanity_addresses\n--location, -l {start, end} | location in address where the vanity string should be found | if not specified then string can be anywhere in the address\nvanity | list of vanity addresses to search for **(Must only contain the following characters: A-Z, 2-7)** | required\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Vanity address generator for algorand wallets",
    "version": "1.0.3",
    "split_keywords": [
        "algorand",
        "crypto",
        "cryptocurrency",
        "cryptowallet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fb835e0e2c8583414de7ec485dd2a0e2e9a95b864be036dc313d8555b3c4aec",
                "md5": "5fb58eb5892b2782b3bd873e0bbe04bd",
                "sha256": "e556f8ea562d56f35f0b38b7672f90562556ba6050b81ac5dcd0615393a2470a"
            },
            "downloads": -1,
            "filename": "algorand_vanity-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fb58eb5892b2782b3bd873e0bbe04bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 4926,
            "upload_time": "2023-04-25T01:45:54",
            "upload_time_iso_8601": "2023-04-25T01:45:54.552187Z",
            "url": "https://files.pythonhosted.org/packages/8f/b8/35e0e2c8583414de7ec485dd2a0e2e9a95b864be036dc313d8555b3c4aec/algorand_vanity-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c1fcb61f4edaebf23d7c8310ecbd9121a9d5700d2fdc705c05d3339156c29fc",
                "md5": "0e9de8447df90fe986d2bff49a8d332a",
                "sha256": "1efdda52432f0c3f9e287e3236bc624eb89c7a03e90f0ed077cf9b11c9c7c058"
            },
            "downloads": -1,
            "filename": "algorand_vanity-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0e9de8447df90fe986d2bff49a8d332a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4115,
            "upload_time": "2023-04-25T01:45:56",
            "upload_time_iso_8601": "2023-04-25T01:45:56.361149Z",
            "url": "https://files.pythonhosted.org/packages/4c/1f/cb61f4edaebf23d7c8310ecbd9121a9d5700d2fdc705c05d3339156c29fc/algorand_vanity-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 01:45:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "sithladyraven",
    "github_project": "algorand-vanity",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "algorand-vanity"
}
        
Elapsed time: 0.05987s