2gen
A general-purpose generator for keys. Designed for all cryptocurrencies supporting the Bitcoin format of keys and addresses.
Functions
To enable functions:
chmod +x main.py
Functions:
./main.py GET # GET will get either a new key if the database is found, or will make a new key object
./main.py DELETE # DELETE will delete a key if the database is found
TODO
- Add other functions