mintlayer / mintlayer-core

Mintlayer Core: The central repository housing the essential components to operate a Mintlayer node. It encompasses the node and wallet functionalities necessary for seamless operation, alongside an additional API server designed to facilitate applications.
https://www.mintlayer.org
MIT License
43 stars 27 forks source link

Update decomission key in the `createstakepool` command #950

Open pavel-kokolemin opened 1 year ago

pavel-kokolemin commented 1 year ago

There is an optional DECOMISSION_KEY parameter, that accepts a public key (for use with a cold wallet).

From @TheQuantumPhysicist:

It should be taken from the cold wallet… not provided by hand.

But I'm not sure what it can look like then.

TheQuantumPhysicist commented 10 months ago

I'm OK with this now but I would like to enforce using an address. Pasting a public key is basically playing with fire. It can be easily mistyped.