To send a transaction from an account, you'd need to sign it beforehand. To sign it, you need the private key that corresponds to the account.
If you used bin/epoch keys_gen <password>
, then you should have your private key in generated_keys/key
and your public key (aka address) in generated_keys/key.pub
.
Let's read and decipher them.