crypto.bi
Ad
Get paid for social media engagement!
Join Arena App NOW

Recent Updates

Building Bitcoin Toolbox MySQL Blockchain Inserter from source
Here you'll find instructions on how to build Bitcoin Toolbox from source code. Build Requirements Bitcoin Core >= 0.18.99Boost Libraries >= 1.71.0CMake >= 3.5g++ &...
Python Bitcoin blockchain analysis tools
Under the python/ subdirectory at the root of the Toolbox distribution you'll find the ... you guessed it ... Python implementation of blockchain tools. So, how do you know whi...
Commented noui.cpp source code – Terminal interface to Bitcoin Core
We began our exploration of the Bitcoin Core source code from the Qt graphical user interface on down. We saw how the Qt signals and slots mechanism was used to handle signals ...
Commented consensus/merkle.cpp Merkle root on Bitcoin Core Source Code
In this article we take a look at one of the most important components of block validation and overall blockchain integrity: the Merkle Root derivation process. While it's one ...
Commented amount.h on Bitcoin Core Source Code
amount.h is one of simplest source files in Bitcoin Core. In fact we can paste it in it entirety and discuss it afterwards: /** Amount in satoshis (Can be negative) */ typed...
qt/bitcoin.h in Qt Bitcoin Core source code
qt/bitcoin.h pulls the config/bitcoin-config.h definitions that were generated by the configure script during the build process. This header also contains the Qt Q_OBJECT Bitco...
init.cpp Bitcoin Core startup source code
This is our first exploration of Bitcoin-specific code in this series of articles. Until now we've looked at how the Qt system was set up to run the GUI and Bitcoin services in...
Introduction to our commented Bitcoin source code section
Below you'll find the main commented Bitcoin source code sections (sorted by section name and filename). Core amount.h - Defines the CAmount typedef, implements minimum and ...
AVAX mainnet officially launched [Sept 22, 2020]
AVAX mainnet has launched with thunderous success! As we write this article, AVAX has gained over 620% (8 AM UTC) in the first 4 hours of trading at Binance. Volume stood at im...
What is a “paper wallet”? Doesn’t sound very high tech!
Writing secrets on paper doesn't sound very high tech but, as it turns out, it's one of the most secure Bitcoin storage methods available! Why? Because printed paper is actual...