Wednesday, May 15, 2024
Home Search

Bitcoinj

A library for working with the Bitcoin protocol.  It can maintain a wallet, send/receive transactions without needing a local copy of Bitcoin Core.  Some...

BitLicense

BitLicense is a business license for any company or person that uses cryptocurrency, digital currency and/or virtual currency while residing in the state of...

Blockchain.info

A public ledger of all confirmed transactions in a form of a tree of all valid blocks.

Block Reward

The reward given for solving (hashing) the mathematical equation related to a block.

Block Height

The number of blocks in the chain between it and the genesis block.

Block Header

A block header, an 80-byte data structure, containing a previous block hash.

Block

Blocks are the same as pages in a record keeping book. A block is a digitized record in the block chain, which contains and confirms...

Bitcoinjs

A JavaScript Bitcoin library.

BIT

BIT is the name of a Bitcoin denomination equal to 100 Satoshis.

Base58

Base58, also known as Base58Check, is a binary-to-text encoding scheme within the Bitcoin network. Base58 uses alphanumeric text to represent large integers.