synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

Private keys for accounts in genesis.json #131

Open sushant-at-nitor opened 4 years ago

sushant-at-nitor commented 4 years ago

Where we can locate private keys for the accounts created through genesis.json

shiqinfeng1 commented 4 years ago

Create account through genesis.json ?
Account is created by geth account new, then update the address to genesis.json.

dhyansraj commented 3 years ago

Private keys generated automatically from genesis.json can be found under /qdata/keystore folder. The path is slightly different in Dev and non Dev networks, but should be able to find under qdata/keystore directory.