bithyve / bitcoin-keeper

Secure today, plan for tomorrow. BIP 85 hot wallets, buy bitcoin, tor privacy.
https://bitcoinkeeper.app
MIT License
32 stars 11 forks source link

Signing Server: Stateless #1236

Open Parsh opened 1 year ago

Parsh commented 1 year ago

Task Description We would like to keep the Signing Server to ensure that it remains robust and easily recoverable, therefore, moving from a stateful signing server(w/ keeper being mapped to derivation paths & policy), we'll move towards a more stateless architecture whereby individual keeper apps are going to maintain the derivation paths and the policies.

antuz123 commented 1 year ago

@Parsh - how can we make it as closely resemble any other signer? Do we maintain these on both sides so that the SS can check? How does this work with Inheritance, where we want the SS to sign automatically after 1 week if the sign is requested again?