Skip to content

Program: Transaction Network Generator

Hiroki Kanezashi edited this page Apr 21, 2019 · 11 revisions

Transaction network generator is a Python script to generate a network topology for the simulator.

Process

  1. Load an account parameter file and create all accounts.
  2. Generate basic transaction network topology from a degree distribution parameter file.
  3. Choose suspicious accounts with many neighbor accounts.
  4. Add suspicious transactions among these suspicious accounts.
  5. Output list files for accounts, transactions, and alerts.

How to run

See here for more details.

python scripts/transaction_graph_generator.py [PropFile] [DegreeFile] [TransactionTypeFile]

Clone this wiki locally