Skip to content
forked from btcsuite/btcutil

Provides bitcoin-specific convenience functions and types

License

Notifications You must be signed in to change notification settings

nullcanon/btcutil

This branch is 85 commits behind btcsuite/btcutil:master.

Folders and files

NameName
Last commit message
Last commit date
May 25, 2017
Jul 26, 2017
May 15, 2018
May 25, 2017
Jul 6, 2018
Jul 6, 2018
May 25, 2017
May 28, 2013
May 15, 2018
May 16, 2018
May 25, 2017
Jul 26, 2017
Jul 26, 2017
Aug 12, 2015
Jul 20, 2015
Jan 11, 2017
May 1, 2015
Jul 26, 2017
Aug 8, 2016
Jun 15, 2015
Jun 15, 2015
May 1, 2015
May 28, 2013
May 1, 2015
Jul 22, 2015
Jan 11, 2017
May 9, 2017
Jul 26, 2017
May 1, 2015
May 1, 2015
Dec 13, 2014
Jul 26, 2017
Aug 8, 2016
Aug 8, 2016
May 1, 2015

Repository files navigation

btcutil

Build Status Coverage Status ISC License GoDoc

Package btcutil provides bitcoin-specific convenience functions and types. A comprehensive suite of tests is provided to ensure proper functionality. See test_coverage.txt for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the cov_report.sh script for a real-time report.

This package was developed for btcd, an alternative full-node implementation of bitcoin which is under active development by Conformal. Although it was primarily written for btcd, this package has intentionally been designed so it can be used as a standalone package for any projects needing the functionality provided.

Installation and Updating

$ go get -u github.com/btcsuite/btcutil

GPG Verification Key

All official release tags are signed by Conformal so users can ensure the code has not been tampered with and is coming from the btcsuite developers. To verify the signature perform the following:

  • Download the public key from the Conformal website at https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt

  • Import the public key into your GPG keyring:

    gpg --import GIT-GPG-KEY-conformal.txt
  • Verify the release tag with the following command where TAG_NAME is a placeholder for the specific tag:

    git tag -v TAG_NAME

License

Package btcutil is licensed under the copyfree ISC License.

About

Provides bitcoin-specific convenience functions and types

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.8%
  • Shell 1.2%