Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtklocker/blockheaders-dl
https://github.com/gtklocker/blockheaders-dl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gtklocker/blockheaders-dl
- Owner: gtklocker
- License: bsd-3-clause
- Created: 2019-02-16T14:46:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T14:47:38.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T00:06:08.753Z (3 months ago)
- Language: Haskell
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# blockheaders-dl
Connects to Electrum servers and downloads the blockchain headers.
## Usage
```
$ blockheaders-dl -h
Help Options:
-h, --help
Show option summary.
--help-all
Show all help options.Application Options:
--chain :: chain
default: BitcoinCore
--net :: net
default: Mainnet
```For example, to download the Bitcoin Cash testnet chain headers:
```
$ blockheaders-dl --chain=BitcoinCash --net=Testnet
```