burnt-explorer: List OP_RETURN cryptocurrency transaction outputs.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1, 1.0.0, 2.0.0, 2.0.0
Change log None available
Dependencies aeson (>=1.4 && <1.5), base (>=4.8 && <4.12), bitcoin-script (>=0.11 && <0.12), bytestring (>=0.10 && <0.11), cassava (==0.5.1.0), 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-07-02T21:24:16Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for burnt-explorer-2.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>

It is assumed that you have blackcoind binary available in $PATH. If you want to use another command, set the BLACKCOIND_COMMAND environment variable.

Output format is CSV (RFC 4180) without header, with minimal double quotes usage and with the following columns:

<block height>,<block hash>,<block time>,<transaction id>,<vout index>,<satoshis burnt>,<script hex>,<decoded script>

bitcoin-script package is used for decoding scripts. If you don’t have a full-fledged CSV parser, you may want to omit the last field, for example by piping the output through cut -d , -f -7.

For prebuilt binaries, see job artifacts in CI builds.

This application uses semantic versioning 2.0.

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.