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

Recent Updates

A program to send and handle every UNIX signal
While playing around with errno I decided to test what happens if I sent (and handled) every possible UNIX signal to a program. Running this as a non-root user, I figured I co...
ELI5 PSBT – Partially Signed Bitcoin Transactions
Trustless operation is one of the key concepts behind cryptocurrencies. The idea is that you should not have to personally meet, or trust your peers, in order to perform successfu...
ELI5 How iPayYou.io works
iPayYou.io is an Amazon.com gift-card-for-cryptocurrency trading service. Currently, iPayYou will buy your gift cards at a fixed rate and pay back in cryptocurrency. Accepte...
ELI5 VRF – Understand Verifiable Random Functions
Verifiable Random Functions (VRF) are random number generators whose output can be cryptographically verified. A special algorithm provides the proof for VRF's at a later time the...
Who is Kurt Bierbower?
Kurt Bierbower is an investing banking analyst who has participated in cryptocurrency ICO's in the past. Kurt served as the CBO (Chief Business Officer) at cryptocurrency proje...
optional.h a pre-C++17 optional type in the Bitcoin source code
optional.h is a stub that'll likely get removed from Bitcoin Core at a future date when C++ 17 gets formally adopted for the entire project. By reading the Bitcoin Core sources...
Bitcoin Blockchain to MySQL ETL Tool
Crypto.BI Toolbox comes with an ETL tool that allows you to extract data from the block DAT files and import the blockchain into MySQL. If you got the blocks directory configur...
Bitcoin Toolbox Home
Crypto.BI Toolbox is a set of tools for local blockchain exploration. It uses data from the raw Bitcoin block data files and does not require a network connection, API's and other...
Bitcoin Blockchain MySQL Database Inserter Configuration
Toolbox tries to read configuration from $HOME/.cyptobi/cryptobi.conf If a config file is unavailable, then defaults will be applied. The order of precendence from highest t...
C++ Bitcoin Blockchain to MySQL Database Interface
Crypto.BI Toolbox abstracts database access through a thin database access layer. Every database operation required to run the system has been made into a separate function in ...