It was never so easy to get YouTube subscribers
Get Free YouTube Subscribers, Views and Likes

Constructing a Bitcoin transaction using python - 2/5

Follow
Shlomi Zeltsinger

This video is for people who want to use (almost) raw python code to Constructing a Bitcoin transaction.

In the previous videos, I've explained how to connect to the bitcoin network, as well as how to use private and public keys.
I suggest that you'll check out these videos:
   • Bitcoin python tutorial for beginners  

In this video I'm using the external libraries: ecdsa and base58

You can see the complete code on github:
https://github.com/zeltsi/Mybitcoin

Some recommended links:

Bitcoinbook https://github.com/bitcoinbook/bitcoi...

Hen Shirriff's blog http://www.righto.com/2014/02/bitcoin...

The royal fork http://royalforkblog.github.io/

wiki https://en.bitcoin.it/wiki/Transaction
https://en.bitcoin.it/wiki/Script

bitcoin.org Developer documentation https://bitcoin.org/en/developerdocu...

posted by Valoncinikc