{"id":30179874,"url":"https://github.com/qubistlabs/coinaddress","last_synced_at":"2025-08-12T06:33:46.740Z","repository":{"id":62563417,"uuid":"229729319","full_name":"qubistlabs/coinaddress","owner":"qubistlabs","description":"Minimal dependency coin address from xpub generator for python","archived":false,"fork":false,"pushed_at":"2022-12-26T21:00:26.000Z","size":27,"stargazers_count":14,"open_issues_count":3,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-04T15:33:50.031Z","etag":null,"topics":["bitcoin","bitcoin-cash","blockchain","cli","coins","ethereum","litecoin","python","ripple"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qubistlabs.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-23T10:26:32.000Z","updated_at":"2025-07-11T10:34:27.000Z","dependencies_parsed_at":"2023-01-31T01:45:59.329Z","dependency_job_id":null,"html_url":"https://github.com/qubistlabs/coinaddress","commit_stats":null,"previous_names":["qubistlabs/coinaddress"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qubistlabs/coinaddress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubistlabs%2Fcoinaddress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubistlabs%2Fcoinaddress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubistlabs%2Fcoinaddress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubistlabs%2Fcoinaddress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qubistlabs","download_url":"https://codeload.github.com/qubistlabs/coinaddress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubistlabs%2Fcoinaddress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270014274,"owners_count":24512617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcoin-cash","blockchain","cli","coins","ethereum","litecoin","python","ripple"],"created_at":"2025-08-12T06:31:28.259Z","updated_at":"2025-08-12T06:33:46.728Z","avatar_url":"https://github.com/qubistlabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========\ncoinaddress\n===========\n\n\n.. image:: https://img.shields.io/pypi/v/coinaddress.svg\n        :target: https://pypi.python.org/pypi/coinaddress\n\n.. image:: https://img.shields.io/travis/jibrelnetwork/coinaddress.svg\n        :target: https://travis-ci.org/jibrelnetwork/coinaddress\n\n.. image:: https://readthedocs.org/projects/coinaddress/badge/?version=latest\n        :target: https://coinaddress.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\n.. image:: https://pyup.io/repos/github/jibrelnetwork/coinaddress/shield.svg\n     :target: https://pyup.io/repos/github/jibrelnetwork/coinaddress/\n     :alt: Updates\n\n\n\nCrypto address generator from xpub\n\n\n* Free software: MIT license\n\n\nFeatures\n--------\n\n* generate addresses for multiple blockchains from extended public key (xpub)\n* minimum dependency (it means security)\n* CLI interface\n\nGetting started\n---------------\n\nInstall package using pip (prefer virtualenv)::\n\n    pip install coinaddress\n\nAnd you can start use provided CLI. Read help first::\n\n    coinaddress --help\n\nTo generate 1000 addresses for bitcoin xpub from file (xpub should be a single line in this file)::\n\n    cat xpub.txt | coinaddress bitcoin 0 -n 1000\n\nTo generate another bunch of addresses::\n\n    cat xpub.txt | coinaddress bitcoin 1000 -n 1000\n\nxpub can be passed with `--xpub` option but you should avoid this and prefer read from file for security reasons.\n\nUsing from code\n---------------\n\nYou can use public python interface to convert addresses::\n\n    from coinaddress import address_from_xpub\n    address_from_xpub(\n        network='bitcoin',\n        xpub='\u003cXPUB\u003e',\n        path='0/0'\n    )\n\nCredits\n-------\n\nThis package uses code (as is or as reference) from:\n\n* https://github.com/ranaroussi/pywallet\n* https://github.com/oskyk/cashaddress\n* https://github.com/ethereum/eth-utils\n* https://github.com/miracle2k/ripple-python\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubistlabs%2Fcoinaddress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqubistlabs%2Fcoinaddress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubistlabs%2Fcoinaddress/lists"}