Releases: meherett/python-bip38
Releases · meherett/python-bip38
bip38-desktop v0.1.0
New - Desktop App
- Desktop app with cross-platform support on multiple operating systems and a user-friendly, intuitive interface for easy encryption and decryption. @axiom90, @meherett
- Implement Linux build script @itsm3abena
Hash validation
To ensure the binaries you download match the originals, you can verify them against the following SHA-256 hashes:
SHA256 Hash | File Name |
---|---|
edba5570ef2800b1c1935e2e64ecfb39abc7d05e0c6ecabec5e0b25218bed1e3 | bip38-desktop-0.1.0-amd64.deb |
554ca547d65f09c0fee5eb82b8e4a6363a88eaaae66e4584e17a135578822289 | bip38-desktop-0.1.0-win64-portable.zip |
4c7937fccc84556e14b2dc09198bd98073f6ed5e5bfb5761e3f864c5ac49499b | bip38-desktop-0.1.0-win64.msi |
09de09d8ecd06317a24de3df8abdf292418a9da2f93fcfe0259bd7afc1908da3 | bip38-desktop-0.1.0-x86_64.AppImage |
bip38 v1.2.0
Improvements
- Updated the create_new_encrypted_wif function by changing the
public_key_type
parameter to align with thewif_type
naming convention. - Added and enhanced the handling of exceptions related to BIP38 for improved error management.
Bug Fixes
- Resolved the logic issue related to the handling of lot and sequence values.
bip38 v1.1.0
New
- Add
network
param on BIP38 methods - Add custom exception
bip38 v1.0.1
New
- Add
Point
,PubicKey
&PrivateKey
secp256k1 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
Support WIF (Wallet Import Format) testnet network
bip38 v0.2.1
Fix: Some typo error
bip38 v0.2.0
Now, It supports both Bitcoin mainnet
and testnet
network addresses.
bip38 v0.1.1
Fix bugs
bip38 v0.1.0
It supports both No EC-multiply and EC-multiply modes.