SIMPLE BITCOIN WALLET DOCUMENTATION
INTRODUCTION This is a simple bitcoin wallet application that can help those who are getting started with bitcoin programming using python. In this project I use python version 3.6 and Pycharm. File free to fork the code or clone it for your own specific purposes. Libraries and Dependencies To use this script, you will require some libraries and dependencies. Install pip 3 so that it can be easier for you to get them through the command prompt.
- Pip install bitcoin
- Pip install blockcypher
- Pip install blockchain
- Pip install coinbase
- Pip install nexmo
- Pip install json
- Pip install csv After installing the above mentioned now you are ready to go. I started out the program by Making a user login system first, this is just an easy way to authenticate like GUI wallets if the person login in is the owner of the wallet. The login system is very simple and more features can be added to it like user registration, saving password to a file or database e.t.c . Note: Username= Can be anything you choose Password = Password (This can be changed) After correct login Login you are presented by the main menu where you can choose from the list which operation you want to do. This is what the menu contains:
- Generating a private key
- Generating a Public Key
- Generating a Bitcoin Address
- Generating a Bitcoin Multisig Address
- Check Bitcoin Balance
- Hashing of addresses (Pretty much anything)
- Send bitcoins to another Address
- Push Transactions to Blockchain
- Send Bitcoin Information to Email
- Send Bitcoin Transactions to Email
- Send phone Notification with details