Socket
Book a DemoInstallSign in
Socket

bitcoin-util

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoin-util

Utility functions for Bitcoin hashes and targets

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
65
91.18%
Maintainers
1
Weekly downloads
 
Created
Source

bitcoin-util

npm version Build Status Dependency Status

Utility functions for Bitcoin hashes and targets

Usage

npm install bitcoin-util

Methods

toHash(hex)

Takes a hex string that contains a Bitcoin hash as input, and returns a Bitcoin-protocol-friendly little-endian Buffer. Throws an error if the hex string is not of length 64 (representing a 256-bit hash).

compressTarget(target)

Converts the difficulty target target to its compact representation (used in the "bits" field in block headers). target should be a Buffer (little-endian, the zeroes should be at the end). Returns a number.

expandTarget(bits)

Converts the compressed target integer bits to its target hash representation. Returns a Buffer.

Keywords

bitcoin

FAQs

Package last updated on 18 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts