From 43be543e44a4e5cb977706f956959c5441fd6b49 Mon Sep 17 00:00:00 2001 From: TheColdIce Date: Sat, 20 Jan 2024 15:22:05 +0000 Subject: [PATCH] updated conf example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d1f738ec..0850d840 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,11 @@ The conf.json file contains parameters for the generel behaviour of the accounts "transaction_limit": 100000, "transaction_interval": 7, "sar_interval": 7 + }, + "scale-free": { + "gamma": 2.0, + "loc": 1.0, + "scale": 1.0 } } ```