block-headers-client icon indicating copy to clipboard operation
block-headers-client copied to clipboard

A block headers client used for SPV and independent verification of proofs

Results 6 block-headers-client issues
Sort by recently updated
recently updated
newest added

- bumped HSV version to 2.1.0 - bumped BitcoinJ version to 1.0.4 - bumped JCLVersion to 2.3.2

See issue https://github.com/bitcoin-sv/block-headers-client/issues/18 It is not possible to determine the number of transactions in a block using SPV. To determine the number of transactions in a block using the existing...

bug
deferred

Is it possible to add to every block the name of the miner i.e the hex in the block reward tx 0? might be useful for statistics i.e which miners...

enhancement

transactionCount is always 0, block-headers-client seems to be synced i.e latest block. curl localhost:8080/api/v1/chain/header/byHeight?height=111 | jq [ { "hash": "000000004d6a6dd8b882deec7b54421949dddd2c166bd51ee7f62a52091a6c35", "version": 1, "prevBlockHash": "00000000a30e366158a1813a6fda9f913497000a68f1c008b9f935b866cee55b", "merkleRoot": "e7a3e246c6f2d582b089d7d6c2f925e8aae46ef0c0ce97d3dd3afe3016a44e97", "creationTimestamp": 1231669673, "difficultyTarget": 486604799,...

bug

* Docker hub latest images are for arm platform, there is no corresponding amd version * There is no "latest" tagged version * There is no "v2" or "v2.0" tags

bug
enhancement

* Initial README should contain a brief "get started" section * Include references to the docker image here: https://hub.docker.com/r/bitcoinsv/block-headers-client * Add a FAQ in a Wiki

documentation