This video is for people who wants to use (almost) raw python code to create a private and a public Bitcoin keys and to convert them to Bitcoin address.
In this video I'm using the external libraries: ecdsa and base58
You can watch the complete code on github:
https://github.com/zeltsi/Mybitcoin
I suggest that you'll also make sure you're familiar with the following concepts.
hexadecimal basics by Corey Schafer:
https://www.youtube.com/watch?v=ZL-LhaaMTTE
ASCII Tutorial by dizauvi (3 videos):
https://www.youtube.com/watch?v=B1Sf1IhA0j4
Big Endian vs Little Endian by Michael Cote:
https://www.youtube.com/watch?v=JrNF0KRAlyo
Bits vs Bytes as Fast As Possible by Techquickie:
https://www.youtube.com/watch?v=Dnd28lQHquU
Some recommended links:
Hen Shirriff's blog -http://www.righto.com/2014/02/bitcoins-hard-way-using-raw-bitcoin.html
The royal fork - http://royalforkblog.github.io/
wiki - https://en.bitcoin.it/wiki/Protocol_documentation
bitcoin.org Developer documentation - https://bitcoin.org/en/developer-documentation
Download
0 formats
No download links available.
Bitcoin python tutorial for beginners - keys and address | NatokHD