Anyone please explain the parameters for catapult.tools.address

Hi, as I am working on setting up a NEM private network with catapult docker-compose
Initially I tried to name of the network(mijin-test) to our project’s name (say, xxx)
so I changed the line in file
catapult-service-bootstrap\bin\bash\generate-raw-addresses-if-needed

/catapult/bin/catapult.tools.address --generate=${num_addresses} -n mijin-test > ${raw_addresses_path}

however it doesn’t work,
I guess this “catapult.tools.address --generate” will generate some initial address,
but what parameters does it take exactly?

1 Like