Coder Social home page Coder Social logo

c0ban-transaction-investigation-tool's Introduction

c0ban Transactions Investigate Tools

Usage

python3 c0ban_researcher.py [address]
特定のアドレスに関するトランザクションを全部取得し、全トランザクションの保存、関連するアドレスのリスト作成、マネーフローグラフの作成をすべて一気に行います。 調査結果はResearchResult/[address]に保存されます。

python3 c0ban_researcher.py [address] -r [recursive_max_time]
最初に設定したアドレスの調査が終わったあと、その時取得した関連するアドレスに対して更に調査を行う。そのまた更に取得した関連アドレスに対して調査を行う。recursive_max_time によって再帰回数が決定される(省略時は2(最初のアドレスと、そのアドレスに関連したアドレスに対して)が設定される)。

python3 c0ban_researcher.py [address] -f
addressは既に調査結果が出力されたものを入力してください。入力したアドレスの関連アドレスリストに対して調査を行います。

python3 c0ban_researcher.py [address] -f -r [recursive_max_time]
関連アドレスリストに対して調査を行い、更に出力された関連アドレスに対しても調査を行います。設定した再帰回数に到達するまで再帰的に調査を行います。

Requirements

  • requests
  • pydot

Modified from

https://github.com/gurisaka/mona_transactions_investigate_tools

c0ban-transaction-investigation-tool's People

Watchers

 avatar  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.