Account Creation on node

  1. When account is created by calling a local node:

E.g. localhost:port/account/generate GET request

It is always in LOCKED status. How to unlock it, so it can participate in transactions?

  1. Is there a time-boxed limit (e.g. daily, monthly…) on allowed number of accounts created by calling /account/generate endpoint on local node?

Thanks!

  1. LOCKED is not account status. Is harvesting status.
    https://nemproject.github.io/

“LOCKED”: The account is not harvesting.

Thanks!