Oscar Chambers

Rank: 1634 / 1843

2 selected videos

Bitcoin/Altcoin Developer Guide - 5 - Scripting Language, Block Serialization and OpCodes

In these tutorials I teach you how become a bitcoin/altcoin developer. I will be going through the entire bitcoin developer reference and in each tutorial I will explain one or more key concepts involving bitcoin and altcoin developing.

This one is about the serialization of blocks, bitcoin's scripting language and the Op codes used within it.

Bitcoin Stack Exchange

https://bitcoin.stackexchange.com/

Consensus code

https://github.com/libbitcoin/libbitc...

Developer...

View more

Related topics : bitcoin source code language

Bitcoin/Altcoin Developer Guide - 4 - Proof of Work, SHA256, Target Threshold

In these tutorials I teach you how become a bitcoin/altcoin developer. I will be going through the entire bitcoin developer reference and in each tutorial I will explain one or more key concepts involving bitcoin.

This one is all about the prrof of work algorithm, which you can think of as the way that bitcoin and many altcoins mine and verify the blocks in their blockchains. I also go into some detail about SHA256, the target threshold and nBits.

Bitcoin Stack...

View more

Related topics : bitcoin source code tutorial