Does anyone knows how to get the private key for your account?
In the terminal is no command for this.
And in the %appdata%/aquachain - folder I cant find anything.
Is it a problem to have 2 accounts? Is it possible to delete the other one?
I guess the "-help" - command doesnt show all possible commands ....
You can not export the private key, but you can backup your passphrase protected JSON keys, which normally live in keystore directory.
If you use `aquachain.exe account list` you can see the location of each keyfile.
Use `aquachain.exe account` or `aquachain.exe account import -h` for some help on importing
If you are absolutely 100% sure the account is unused (and not shared with your friends) then you may remove that keyfile.
Backup your keystore directory, and make sure it contains JSON files!For changing account pass phrase, use `aquachain.exe account update`
Hope this helps!