Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheran-senthil/bitcoin-keygen
₿ Bitcoin Utility Functions
https://github.com/cheran-senthil/bitcoin-keygen
bitcoin blockchain cryptocurrency cryptography keygen python script
Last synced: 4 months ago
JSON representation
₿ Bitcoin Utility Functions
- Host: GitHub
- URL: https://github.com/cheran-senthil/bitcoin-keygen
- Owner: cheran-senthil
- License: gpl-3.0
- Created: 2019-05-30T14:18:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T05:08:51.000Z (over 5 years ago)
- Last Synced: 2024-09-24T09:23:30.080Z (4 months ago)
- Topics: bitcoin, blockchain, cryptocurrency, cryptography, keygen, python, script
- Language: Python
- Homepage: https://cheran.io/bitcoin-keygen/
- Size: 33.2 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Keygen
Bitcoin Keygen is a minimalistic Pure Python script with Bitcoin utility functions.
## Installation
Bitcoin Keygen can be installed with `pip install bitcoin-keygen` (Python 3.6+ Required).
## Features
- Generate and verify private keys for use on the Bitcoin Blockchain.
- Generate the public key, address and WIF associated with a private key.
- Base58Check encoding, decoding and checksum check utility functions.Bitcoin Keygen can accept optional parameters as well to work with compressed keys and the testnet.
## License
[GNU General Public License v3.0](LICENSE) (c) 2019 Cheran Senthilkumar