Bitcoin script 101

In this tutorial we will be looking into the scripting language used by bitcoin. Bitcoin script is a simple forth-like stack based language, basically meaning that it operates using a first-in-last-out principle (FILO) upon a stack based data structure.…

Read More

Comments

Bitcoin wire protocol 101

Ever wonder how bitcoin nodes talk to each other? Well, in this tutorial we'll be covering the raw details behind the TCP based bitcoin wire protocol, which could be considered lesser known than the more popular RPC interface.…

Read More

Comments