How to create a Bitcoin wallet.
Manipulating Bitcoin programatically is a remarkably straightforward process - as it should be! That's the whole promise and genius of Bitcoin, and why it is revolutionary.
To understand this better, read and run bitcoin-wallet.ipynb after setting up your environment:
It was written in Python 3.12.2 (but should be fine in most Python 3 versions).
To run the code:
- Install
git
- Install
jupyter
orjupyter-lab
- or use Visual Studio Code - Download it with
git clone git@github.com:profitviews/bitcoin-wallet.git
cd bitcoin-wallet
- Install dependencies with
pip install -r requirements.txt
- Launch
bitcoin-wallet.ipynb
as a Jupyter notebook using whichever means you chose above.
Any problems, email help@profitview.net or go to ProfitView and chat to us.
For more cool stuff go to our home.