Bitcoin

Blockchain Consensus Mechanisms – An Overview

This article originally appeared on the Finxter blog—our companion blog for learning programming languages. Finxter Blog: Common Consensus mechanisms in Blockchains We know what a blockchain is and its wide applications. Blockchain is a distributed computing technology involving multiple nodes distributed across geographies. The problem is to ensure that each node gets the exact copy …

Blockchain Consensus Mechanisms – An Overview Read More »

The Blockchain Internal Structure

In this article, we will cover the internal data structure of a blockchain (w.r.t Bitcoin). We delve into the blockchain organization and look at the contents of each block, forming the basis of the blockchain. As a novice to the blockchain, understanding blockchain internals assists a lot if one has the thirst to build the blockchain(cryptocurrency). If …

The Blockchain Internal Structure Read More »

Using python-binance API for Crypto Trading

Binance is one of the largest cryptocurrency exchanges supporting multiple cryptocurrencies. Some of the cryptocurrencies on Binance include Bitcoin, Ethereum, Dogecoin, Litecoin, etc. Binance owns its native cryptocurrency called Binance coin(BNB). For trading on Binance, there is a need to interact with the Binance exchange. The Binance exchange server has support for both RESTful and …

Using python-binance API for Crypto Trading Read More »

Curated List of Bitcoin Python Libraries

Let’s explore some python libraries in active development for the bitcoin market. This blog post provides a list of some interesting python packages which can be used for getting cryptocurrency pricing, interacting with crypto exchanges and wallets, crypto trading bot and market data feeders. Cryptocurrency Pricing Following packages can be used for getting cryptocurrency pricing …

Curated List of Bitcoin Python Libraries Read More »