Releases: hdwallet-io/python-bip38
Releases · hdwallet-io/python-bip38
bip38 v1.4.1
bip38 v1.4.0
New Additions
- Add custom new agreements for
secret,hashfunction. @kamikazechaserNCPU/memory cost parameter (must be a power of two > 1).r: Block size parameter. Controls memory usage.p: Parallelization parameter. Defines how many threads can run in parallel.
Closed issues
- [#5] Support for a custom N option for script
bip38 v1.3.1
Improvement
- Include a Source link in our PyPI metadata, pointing directly to this repository.
bip38 v1.3.0
New Additions
- Support Python v3.13 package
Fix Bugs
- Fix error message typos
bip38 v1.2.0
Improvements
- Updated the create_new_encrypted_wif function by changing the
public_key_typeparameter to align with thewif_typenaming convention. - Added and enhanced the handling of exceptions related to BIP38 for improved error management.
Fix Bugs
- Resolved the logic issue related to the handling of lot and sequence values.
bip38 v1.1.0
New Additions
- Add
networkparam on BIP38 methods - Add custom exception
bip38 v1.0.1
New Additions
- Add
Point,PubicKey&PrivateKeysecp256k1 implementation. - Add
Pay to Public Key Hash (P2PKH)address implementation.
New Cryptocurrencies
Now, this module supports more than 150+ cryptocurrencies, including the following:
Supported Cryptocurrencies
Name | Network | WIF Prefix | Address Prefix |
|---|---|---|---|
| Adcoin | mainnet | 0xb0 | 0x17 |
| Anon | mainnet | 0x80 | 0x582 |
| Argoneum | mainnet | 0xbf | 0x32 |
| Artax | mainnet | 0x97 | 0x17 |
| Aryacoin | mainnet | 0x97 | 0x17 |
| Asiacoin | mainnet | 0x97 | 0x17 |
| Auroracoin | mainnet | 0x97 | 0x17 |
| Avian | mainnet | 0x80 | 0x3c |
| Axe | mainnet | 0xcc | 0x37 |
| Bata | mainnet | 0xa4 | 0x19 |
| BeetleCoin | mainnet | 0x99 | 0x1a |
| BelaCoin | mainnet | 0x99 | 0x19 |
| BitCloud | mainnet | 0x99 | 0x19 |
| BitSend | mainnet | 0xcc | 0x66 |
| Bitcoin | mainnet | 0x80 | 0x00 |
testnet | 0xef | 0x6f | |
regtest | 0xef | 0x6f | |
| BitcoinAtom | mainnet | 0x80 | 0x17 |
| BitcoinGold | mainnet | 0x80 | 0x26 |
| BitcoinGreen | mainnet | 0x2e | 0x26 |
| BitcoinPlus | mainnet | 0x99 | 0x19 |
| BitcoinPrivate | mainnet | 0x80 | 0x1325 |
testnet | 0xef | 0x1957 | |
| BitcoinSV | mainnet | 0x80 | 0x00 |
| BitcoinZ | mainnet | 0x80 | 0x1cb8 |
| Bitcore | mainnet | 0x80 | 0x03 |
| Blackcoin | mainnet | 0x99 | 0x19 |
| BlockStamp | mainnet | 0x80 | 0x00 |
| Blocknode | mainnet | 0x4b | 0x19 |
testnet | 0x89 | 0x55 | |
| Bolivarcoin | mainnet | 0xd5 | 0x55 |
| BritCoin | mainnet | 0x99 | 0x19 |
| CPUChain | mainnet | 0x80 | 0x1c |
| CanadaeCoin | mainnet | 0x9c | 0x1c |
| Cannacoin | mainnet | 0x9c | 0x1c |
| Clams | mainnet | 0x85 | 0x89 |
| ClubCoin | mainnet | 0x99 | 0x1c |
| Compcoin | mainnet | 0x9c | 0x1c |
| CranePay | mainnet | 0x7b | 0x1c |
| Crave | mainnet | 0x99 | 0x46 |
| Dash | mainnet | 0xcc | 0x4c |
testnet | 0xef | 0x8c | |
| DeepOnion | mainnet | 0x9f | 0x1f |
| Defcoin | mainnet | 0x9e | 0x1e |
| Denarius | mainnet | 0x9e | 0x1e |
| Diamond | mainnet | 0xda | 0x5a |
| DigiByte | mainnet | 0x80 | 0x1e |
| Digitalcoin | mainnet | 0x9e | 0x1e |
| Divi | mainnet | 0xd4 | 0x1e |
testnet | 0xd4 | 0x1e | |
| Dogecoin | mainnet | 0xf1 | 0x1e |
testnet | 0xf1 | 0x71 | |
| EDRCoin | mainnet | 0xdd | 0x5d |
| Ecoin | mainnet | 0xdc | 0x5c |
| Einsteinium | mainnet | 0xa1 |
bip38 v0.3.0
New Additions
- Support WIF (Wallet Import Format) testnet network
bip38 v0.2.1
Fix Bugs
- Fix: Some typo error
bip38 v0.2.0
New Additions
- It supports both Bitcoin
mainnetandtestnetnetwork addresses.