Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate paramFiles/.../accounts.csv #40

Open
RiccardoGrigoletto opened this issue Nov 30, 2020 · 1 comment
Open

Generate paramFiles/.../accounts.csv #40

RiccardoGrigoletto opened this issue Nov 30, 2020 · 1 comment

Comments

@RiccardoGrigoletto
Copy link

RiccardoGrigoletto commented Nov 30, 2020

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?

@CCC-S
Copy link

CCC-S commented Dec 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants