ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
365 stars 113 forks source link

feat: add an environment variable to specify private key location #1312

Closed KolbyML closed 3 months ago

KolbyML commented 4 months ago

What was wrong?

image image image

How was it fixed?

By adding an environment variable TRIN_PRIVATE_KEY_PATH which overrides the default trin directory if provided

KolbyML commented 3 months ago

I took a shot at your concerns, ready for another look and let me know if I missed anything