burnt-explorer: List OP_RETURN cryptocurrency transaction outputs.

[ apache, cryptocurrency, program ] [ Propose Tags ]

This unsophisticated application prints all OP_RETURN transaction outputs in a given block range.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1, 1.0.0, 2.0.0
Dependencies aeson (>=1.2 && <1.3), base (>=4.8 && <4.12), bitcoin-script (>=0.9 && <0.10), bytestring (>=0.10 && <0.11), process (>=1.6 && <1.7), scientific (>=0.3 && <0.4) [details]
License Apache-2.0
Author Krzysztof Jurewicz
Maintainer krzysztof.jurewicz@gmail.com
Category Cryptocurrency
Home page https://gitlab.com/KrzysiekJ/burnt-explorer
Source repo head: git clone https://gitlab.com/KrzysiekJ/burnt-explorer.git
Uploaded by KrzysiekJ at 2018-02-22T09:26:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables burnt-explorer
Downloads 2587 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2018-02-22 [all 2 reports]

Readme for burnt-explorer-1.0.0

[back to package description]

burnt-explorer

This unsophisticated application prints all OP_RETURN cryptocurrency transaction outputs in a given block range. Usage:

burnt-explorer <start height> <stop height>

You must have the blackcoind binary (name currently hard-coded) available in $PATH.

Output format is the following:

<transaction id> <vout index> <value> <script hex> <decoded script>

bitcoin-script package is used for decoding scripts.

License

This software is licensed under under the Apache License, Version 2.0 (the “License”); you may not use this software except in compliance with the License. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.