-
Notifications
You must be signed in to change notification settings - Fork 93
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.
- Load an account parameter file and create all accounts.
- Generate basic transaction network topology from a degree distribution parameter file.
- Choose suspicious accounts with many neighbor accounts.
- Add suspicious transactions among these suspicious accounts.
- Output list files for accounts, transactions, and alerts.
See here for more details.
python scripts/transaction_graph_generator.py [PropFile] [DegreeFile] [TransactionTypeFile]