ethereum / ssv

The repository has moved to https://github.com/bloxapp/ssv
https://github.com/bloxapp/ssv
24 stars 12 forks source link

Introduce a flag for pubkeys #41

Closed Phistr90 closed 3 years ago

Phistr90 commented 3 years ago

Currently there is no flag to provide the pubkeys, it only can get the pubkeys from OS env. variables. A flag for the pubkeys like all other variables would be helpful.

Alternatively, it would be nice to have a flag that imports a config file.

alonmuroch commented 3 years ago

That will be dynamic via a smart contract in phase 2

Phistr90 commented 3 years ago

That will be dynamic via a smart contract in phase 2

Isnt that an overkill for some use cases?

Like single entity that runs the ssv setup. I dont see the need for a smart contract there.