Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meedamian/bc1toolkit

A set of various Bitcoin tools
https://github.com/meedamian/bc1toolkit

bitcoin golang lightning-network ln unix

Last synced: 8 days ago
JSON representation

A set of various Bitcoin tools

Awesome Lists containing this project

README

        

bc1toolkit
==========

A set of diverse, Bitcoin-related tools. All minimal, focused and kept in UNIX style.

## Legend

Click on name to get more detailed description.

| name | short desc |
|-------------:|:------------------------------------|
| [bc1isup] | Check status of BTC nodes |
| [bc1explore] | Minimal, drop-in BTC block explorer |

[bc1isup]: https://github.com/meeDamian/bc1toolkit/tree/master/bc1isup
[bc1explore]: https://github.com/meeDamian/bc1toolkit/tree/master/bc1explore

## Installation

1. Go to [releases] page
2. Download bundle for your OS
3. Extract it to your favourite destination
4. Make sure your favourite destination is added to `$PATH`

[releases]: https://github.com/meeDamian/bc1toolkit/releases

## From sources

**Note:** You need to have [Go] v1.11 or newer installed, then:

```bash
git clone [email protected]:meeDamian/bc1toolkit.git
cd bc1toolkit
make install
```

[Go]: https://golang.org/

### Other useful tools

The table below contains external high-quality tools.

| name | short desc |
|---------:|:----------------------------------------------------------------------|
| [btcdeb] | A set of tools used to debug or construct scripts for use in Bitcoin. |
| [xpub-converter] | Coverts between any extended key formats |

[btcdeb]: https://github.com/kallewoof/btcdeb
[xpub-converter]: https://jlopp.github.io/xpub-converter/