{"id":26357543,"url":"https://github.com/jibrelnetwork/coinaddress","last_synced_at":"2025-03-16T14:17:01.280Z","repository":{"id":62563417,"uuid":"229729319","full_name":"jibrelnetwork/coinaddress","owner":"jibrelnetwork","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":15,"open_issues_count":3,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-17T10:41:53.166Z","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/jibrelnetwork.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-01-19T23:42:09.000Z","dependencies_parsed_at":"2023-01-31T01:45:59.329Z","dependency_job_id":null,"html_url":"https://github.com/jibrelnetwork/coinaddress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibrelnetwork%2Fcoinaddress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibrelnetwork%2Fcoinaddress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibrelnetwork%2Fcoinaddress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibrelnetwork%2Fcoinaddress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jibrelnetwork","download_url":"https://codeload.github.com/jibrelnetwork/coinaddress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878495,"owners_count":20362433,"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","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-03-16T14:17:00.658Z","updated_at":"2025-03-16T14:17:01.274Z","avatar_url":"https://github.com/jibrelnetwork.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%2Fjibrelnetwork%2Fcoinaddress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjibrelnetwork%2Fcoinaddress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibrelnetwork%2Fcoinaddress/lists"}