Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxagar/bitcoin_notes
This repository contains my personal notes done while studying Bitcoin and related technologies.
https://github.com/mxagar/bitcoin_notes
bitcoin blockchain lightning notes
Last synced: 23 days ago
JSON representation
This repository contains my personal notes done while studying Bitcoin and related technologies.
- Host: GitHub
- URL: https://github.com/mxagar/bitcoin_notes
- Owner: mxagar
- Created: 2021-11-20T13:53:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T08:08:39.000Z (about 2 months ago)
- Last Synced: 2024-12-01T09:22:15.441Z (about 2 months ago)
- Topics: bitcoin, blockchain, lightning, notes
- Language: Jupyter Notebook
- Homepage:
- Size: 5.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes on Bitcoin
This repository contains my **personal notes** collected while studying different aspects of Bitcoin.
The repository is divided in these folders:
- [`bitcoin_technical_theory/`](./bitcoin_technical_theory/): Technical contents about how the Bitcoin network works. The most important source of information is the book ["Mastering Bitcoin", by Andreas M. Antonopoulos (O'Reilly, 2nd Edition)](https://github.com/bitcoinbook/bitcoinbook/tree/develop).
- [`bitcoin_practical/`](./bitcoin_practical/): Practical, technical notes about how to interact with the Bitcoin network; e.g., how to set up a personal node, best practices, etc. Additionally, legal aspects can/will be covered here.
- [`bitcoin_economics_philosophy/`](./bitcoin_economics_philosophy/): Non-technical notes related to economics, philosophy and psychology.See also:
- Some old financial analyses of mine, just for fun: [mxagar/crypto_analysis](https://github.com/mxagar/crypto_analysis).
- Invaluable Bitcoin educational resources from [Jameson Lopp](https://www.lopp.net).Mikel Sagardia, 2020.
No guarantees.