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

Maintaining the Bitcoin Blockchain

The bitcoin blockchain is, as its name suggests, a linked chain of historic bitcoin transactions recorded into successive timestamped blocks of data. This provides the accurate settlement history record that any monetary system requires. The blocks are bound together using timestamps and cryptographic hashes and are created (via the Mining process) at intervals of roughly… Continue reading Maintaining the Bitcoin Blockchain

Running a Full Node

By running Bitcoin Core anyone with a modest computer set-up and competence can become a Node on the Bitcoin’ network, helping fulfill the important functions, as well as providing a bridge to those that want to build services to expand the ecosystem and user adoption. It is an open source piece of software maintained and… Continue reading Running a Full Node

Main functions of Bitcoin’s monetary system

In order to provide a functioning monetary system, without a central mediator, Bitcoin needs to achieve the following: Maintaining an accurate historic ledger of transactions & unspent balances Validate new transactions that confirm with the rules (consensus mechanism) Add those transactions to the historic ledger, in the correct date order & data format Issue new… Continue reading Main functions of Bitcoin’s monetary system

What role does a Bitcoin Full Node play

What you’ll learn Bitcoin functions & participants Running a Full Node Storing the Blockchain Routing Transactions In the previous article in this section we looked at an overview of the architecture of Bitcoin as a decentralised monetary system running across a peer-to-peer network. Keeping things high-level, we split the architecture into two broad components. The… Continue reading What role does a Bitcoin Full Node play