Miners & Proof of Work

Given that Bitcoin’s value comes from the digital scarcity of its currency, and the way it ensures against double spend, the mining process has to be difficult and incentivise honest behaviour. This is achieved through something called Proof of Work (Pow). PoW requires Miners to compete against each other to earn the right to broadcast… Continue reading Miners & Proof of Work

Miners & transaction confirmation

As the Bitcoin blockchain has a fixed block size of 1MB, it can only accommodate an average of seven transactions per second, so unconfirmed transactions sit in something called a Mempool, waiting for Miners to take over. Miners’ function is to watch the Mempool, waiting for these unconfirmed transactions, then package them into a candidate… Continue reading Miners & transaction confirmation

What role does a Bitcoin Miner play

What you’ll learn How Miners confirm bitcoin transactions What Proof of Work means Can anyone be a Bitcoin Miner? Introduction to Bitcoin Mining Pools In order to provide a functioning monetary system, without a central mediator, Bitcoin needs to settle transactions with ‘finality’. There can be no rolling back, or replaying transactions.  Full Nodes –… Continue reading What role does a Bitcoin Miner play

Helping build & maintain Bitcoin Core

If your interest isn’t so much in participating in the ecosystem, but building the infrastructure behind it, that is just as permissionless. Bitcoin Core is maintained by a voluntary team of Contributors, and anyone is free to propose changes, test code, review and make comments. Major changes to Bitcoin Core are proposed in what are… Continue reading Helping build & maintain Bitcoin Core

Running a Node

By running a node, you can actively participate in the crypto revolution helping shape an alternative monetary system. Before you start with the process, you need to know the risks and requirements associated with running a Bitcoin node. Let’s dive into that- 1) Secure Your Wallet When running a Bitcoin node, you can store your… Continue reading Running a Node

Communicating with Bitcoin Core & controlling functions

Bitcoin Core acts like a server which means all the nested functions – as listed above – can be accessed and controlled by the client. Full Nodes do this by using set commands in JSON-RPC (Remote Procedure Calls) format which are available across a whole range of languages. So chances are, if you have programming skills you… Continue reading Communicating with Bitcoin Core & controlling functions