Skip to content

sfyll/OrdinArb

Repository files navigation

OrdinArb

Installation

  1. Install virtualenv:
sudo pip install virtualenv
  1. Clone the repo or a fork of it
  2. Navigate to the base repo directory and run:
virtualenv env
  1. Activate your virtual environment:
source env/bin/activate
  1. Install the requirements:
pip install -r requirements.txt

Logging transactions

The following steps cause a stream of transactions to be logged to the location specified in the DUMP_FILE_PATH constant in main.py. The default message handlers are:

  • PrintHandler: Prints incoming tx to console
  • FileHandler: Writes incoming tx to file
  1. Start SSH Tunnel: ssh -N -L 28332:localhost:28332 <ordinarb>

  2. Run main.py: python main.py

Or simply ./run_mempool_analyzer.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published