Skip to content

Program: Transaction Network Generator

hkanezashi edited this page Apr 24, 2019 · 11 revisions

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

Workflow

  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.

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.

How to run

See here for more details.

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

Clone this wiki locally