bip_utils icon indicating copy to clipboard operation
bip_utils copied to clipboard

Generation of mnemonics, seeds, private/public keys and addresses for different types of cryptocurrencies

Results 15 bip_utils issues
Sort by recently updated
recently updated
newest added

is it possible to create a complete package from your library with all dependencies? This would greatly simplify the installation process. because your library has big dependencies that need to...

I generated a BCH address using the `BchP2SHAddrEncoder `on the BCH testnet for testing purposes. Despite multiple attempts, I could not initiate a payment from this address. Subsequently, I created...

what about XRP atomic wallet derevation path? send example pls.

1) add generating addresses of the NIMIQ coin from a mnemonic phrase The coin has this specification "id": "nimiq", "name": "Nimiq", "coinId": 242, "symbol": "NIM", "decimals": 5, "Path component (coin_type')":"0x800000f2"...

hi, please tell me how I can make a transaction after generating the NIMIQ coin address and private key can you help me write the code?

Hello, can you add a way to generate addresses for TON? I can provide data for generation "id": "ton", "name": "TON", "coinId": 607, "symbol": "TON", "decimals": 9, "blockchain": "The Open...

I'm trying to get the private key for my bip44 cos seed phrase, however I get nothing, it's blank. I used the sample bip44/39 script and its blank. I thought...

I have a very strange issue with bip_utils, which I think I do not remember having in the past. When running bip_utils on Windows Subsystems for Linux (Ubuntu20.04, also Ubuntu...