Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meedamian/bc1toolkit
- Owner: meeDamian
- Created: 2018-07-09T09:51:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T10:26:54.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T20:42:04.450Z (2 months ago)
- Topics: bitcoin, golang, lightning-network, ln, unix
- Language: Go
- Size: 926 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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/