|
1 | | -# Bitcoin Improvement Proposal - 0038 / BIP38 |
| 1 | +<h1 align="center" style="border-bottom: none"> |
| 2 | + <img height="100" alt="BIP38" src="docs/static/svg/bip38.svg"><br>Bitcoin Improvement Proposal - 0038 |
| 3 | +</h1> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + <a href="https://github.com/meherett/python-bip38/releases" target="_blank">Releases</a> · <a href="https://talonlab.gitbook.io/bip38/manual" target="_blank">Manual</a> · <a href="https://bip38.readthedocs.io" target="_blank">API Docs</a> · <a href="#donations">Donation</a> |
| 7 | +</p> |
| 8 | + |
| 9 | +<div align="center"> |
2 | 10 |
|
3 | 11 | [](https://github.com/meherett/python-bip38/actions/workflows/build.yml) |
4 | 12 | [](https://pypi.org/project/bip38) |
|
7 | 15 | [](https://pypi.org/project/bip38) |
8 | 16 | [](https://coveralls.io/github/meherett/python-bip38) |
9 | 17 |
|
| 18 | +</div> |
| 19 | + |
10 | 20 | A Python library for the implementation of Bitcoin Improvement Proposal - 0038 / (BIP38) protocol. |
11 | 21 | This library supports both [No EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-flag-is-not-used) and [EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-mode-is-used) modes and is compatible with over 150+ cryptocurrencies. |
12 | 22 | It's specifically tailored for Pay-to-PubKey-Hash (P2PKH) address types. |
13 | 23 |
|
| 24 | + |
| 25 | + |
14 | 26 | For more info see the [Passphrase-protected private key - BIP38](https://en.bitcoin.it/wiki/BIP_0038) spec. |
15 | 27 |
|
16 | 28 | ## Installation |
@@ -417,7 +429,7 @@ BIP38 Decrypted: { |
417 | 429 | To get started, just fork this repo, clone it locally, and run: |
418 | 430 |
|
419 | 431 | ``` |
420 | | -pip install -e .[tests,docs] |
| 432 | +pip install -e .[desktop,tests,docs] |
421 | 433 | ``` |
422 | 434 |
|
423 | 435 | ## Testing |
@@ -450,9 +462,8 @@ This module supports more than 150+ cryptocurrencies, including the following: |
450 | 462 |
|
451 | 463 | Buy me a coffee if You found this tool helpful: |
452 | 464 |
|
453 | | -- **Bitcoin** - 12uaGVdX1t86FXLQ4yYPrRQDCK7xGGu82r |
454 | | -- **Ethereum / Tether** - 0xCCAad7A87fd81553d0F93F743Fb4Fc6B213b228B |
455 | | -- **Bitcoin / Ethereum / Tether** - With Unstoppable [hd.wallet](https://ud.me/hd.wallet) |
| 465 | +- **Bitcoin** - 16c7ajUwHEMaafrceuYSrd35SDjmfVdjoS |
| 466 | +- **Ethereum / ERC20** - 0xD3cbCB0B6F82A03C715D665b72dC44CEf54e6D9B |
456 | 467 |
|
457 | 468 | Thank you very much for your support. |
458 | 469 |
|
|
0 commit comments