Generating beneficiary account for the first time

I’m trying to generate beneficiary account for the first time, but I’m getting an error:

escript: exception error: no match of right hand side value {error,eacces}

my steps:

  1. docker pull aeternity/epoch
  2. mkdir /tmp/generated_keys
  3. docker run --entrypoint=/bin/bash \
     -v /tmp/generated_keys:/home/epoch/node/generated_keys \
     aeternity/epoch \
     -c './bin/epoch keys_gen my_password'

Hey @kavka3,

Thank you for this question.

We’ve forwarded it to our dev team and they’ll get back to you as soon as possible.

Regards,
The AE Team

I was running

docker run --entrypoint=/bin/bash
-v /tmp/generated_keys:/home/epoch/node/generated_keys
aeternity/epoch
-c ‘./bin/epoch keys_gen my_password’

with the root user, this is probably what’s causing the error

escript: exception error: no match of right hand side value {error,eacces}

So is it OK now? (after you run it with non-root?)

As I mentioned above, yes. thank you.

1 Like