You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to change the distribution of the init_balance aka initial deposit of the accounts in output/accounts.csv but in the code the values of min_balance and max_balance are taken from the file in paramFiles/.../accounts.csv instead of the conf.json file. Do you know how to generate a new accounts.csv file with the parameters in the conf.json file?
The text was updated successfully, but these errors were encountered:
Isn't paramFiles/.../accounts.csv more customisable? Because you can set different pairs of min_balance and max_balance values for different accounts with that file while conf.json has only one pair.
If you want the pair in conf.json, create a new accounts.csv with one line (besides the header) and set min_balance and max_balance to that pair.
I would like to change the distribution of the init_balance aka initial deposit of the accounts in
output/accounts.csv
but in the code the values ofmin_balance
andmax_balance
are taken from the file inparamFiles/.../accounts.csv
instead of theconf.json
file. Do you know how to generate a newaccounts.csv
file with the parameters in theconf.json
file?The text was updated successfully, but these errors were encountered: