{"id":22363236,"url":"https://github.com/oanderoficial/bitcoinaddressgenerator","last_synced_at":"2025-10-15T00:32:18.392Z","repository":{"id":53454384,"uuid":"377893939","full_name":"oanderoficial/bitcoinaddressgenerator","owner":"oanderoficial","description":" Script em Python com o pacote bitcoinaddress, que gera um endereço de carteira Bitcoin. Ele gera uma chave privada em diferentes formatos (hex, wif e wif compactado) e endereços públicos correspondentes, brutos, endereços P2WPKH começando com o prefixo 1, endereços P2SH começando com prefixo 3 como parte de Segwit soft fork e endereços Bech32 com prefixo bc1 P2WPKH e P2WSH.","archived":false,"fork":false,"pushed_at":"2022-08-04T22:04:55.000Z","size":350,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T23:22:59.420Z","etag":null,"topics":["bitcoin","criptocurrency","criptography","wallet"],"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/oanderoficial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-17T16:23:13.000Z","updated_at":"2023-09-04T13:21:47.000Z","dependencies_parsed_at":"2022-08-28T09:40:58.973Z","dependency_job_id":null,"html_url":"https://github.com/oanderoficial/bitcoinaddressgenerator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oanderoficial/bitcoinaddressgenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fbitcoinaddressgenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fbitcoinaddressgenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fbitcoinaddressgenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fbitcoinaddressgenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oanderoficial","download_url":"https://codeload.github.com/oanderoficial/bitcoinaddressgenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oanderoficial%2Fbitcoinaddressgenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279032206,"owners_count":26089383,"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-10-14T02:00:06.444Z","response_time":60,"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","criptocurrency","criptography","wallet"],"created_at":"2024-12-04T17:14:11.806Z","updated_at":"2025-10-15T00:32:18.027Z","avatar_url":"https://github.com/oanderoficial.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitcoin Address Generator\n Script em Python com o pacote bitcoinaddress, que gera um endereço de carteira Bitcoin. Ele gera uma chave privada em diferentes formatos (hex, wif e wif compactado) e endereços públicos correspondentes, brutos, endereços P2WPKH começando com o prefixo 1, endereços P2SH começando com prefixo 3 como parte de Segwit soft fork e endereços Bech32 com prefixo bc1 P2WPKH e P2WSH.\n\n## Installation\n\n```\npip install bitcoinaddress\npip install colored\npip install clint\n```\n\n## code \n\n```python\nfrom bitcoinaddress import Wallet\nfrom clint.textui import colored\n\nprint(colored.yellow(\"\"\"\n\n  ____  _ _            _          ____                           _             \n | __ )(_) |_ ___ ___ (_)_ __    / ___| ___ _ __   ___ _ __ __ _| |_ ___  _ __ \n |  _ \\| | __/ __/ _ \\| | '_ \\  | |  _ / _ \\ '_ \\ / _ \\ '__/ _` | __/ _ \\| '__|\n | |_) | | || (_| (_) | | | | | | |_| |  __/ | | |  __/ | | (_| | || (_) | |   \n |____/|_|\\__\\___\\___/|_|_| |_|  \\____|\\___|_| |_|\\___|_|  \\__,_|\\__\\___/|_|   \n                                                                                                                                                       \n       Por: @bitcoinander | Bitcoin Address Generator | 2021\n        \"\"\"))\n\ncarteira = Wallet()\nprint(carteira)\nprint(carteira.key.__dict__['mainnet'].__dict__)\nprint(carteira.key.__dict__['testnet'].__dict__)\n\n```\n\u003cimg src=\"https://raw.githubusercontent.com/bitcoinander/bitcoinaddressgenerator/main/img/img.jpg\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foanderoficial%2Fbitcoinaddressgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foanderoficial%2Fbitcoinaddressgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foanderoficial%2Fbitcoinaddressgenerator/lists"}