Code Monkey home page Code Monkey logo

originstamp_verify's Introduction

originstamp_verify

A script which verifies blockchain timestamps created with Originstamp. Currently only Bitcoin timestamps are supported and the program can only parse pdf proofs.

Usage

Just clone this repo, create a virtualenv which fulfils the requirements from requirements.txt and run

python originstamp_verify <filename>

where filename points to an Originstamp Bitcoin proof pdf file.

Example output

extracted from pdf:
document hash 3d8d0baaa101e63ce25de59b9c8153b4d4368004a9e6e251e6366e247179399f
bitcoin transaction b5582ae6b5a96c645f78c8e10a3b46527b1900097eda6f57c003a2187a230408


Checking existence of bitcoin blockchain transaction
 success ✓
Check if document hash is in the merkle tree:
 success ✓
Check merkle tree integrity:
 success ✓
Check if merkle root identical to op_return value in bitcoin blockchain:
 success ✓


Document hash 3d8d0baaa101e63ce25de59b9c8153b4d4368004a9e6e251e6366e247179399f has been successfully embedded in the bitcoin blockchain
Number of confirmations: 694521
Blockchain timestamp 1628278522

Bitcoin API

The script uses Blockstream's Bitcoin transaction API, see https://github.com/Blockstream/esplora/blob/master/API.md. Please be reasonable with the number of requests you make.

Verification process

The following steps are undertaken in the verification process:

  1. extract transaction hash, the timestamped document hash, and the merkle tree from the Originstamp pdf file
  2. query bitcoin blockchain transaction and corresponding block and fetch merkle root (OP_RETURN value)
  3. check integrity of merkle tree
  4. check that document hash is in merkle tree
  5. check the merkle root is identical to OP_RETURN value stored in the Bitcoin blockchain

License

Copyright (c) 2024 Tobias E. Naegele

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

originstamp_verify's People

Contributors

tnaegele avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.