Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hot-swapping the fees xpub on an existing VSP #461

Closed
artikozel opened this issue Jan 31, 2024 · 1 comment · Fixed by #480
Closed

hot-swapping the fees xpub on an existing VSP #461

artikozel opened this issue Jan 31, 2024 · 1 comment · Fixed by #480

Comments

@artikozel
Copy link

What would the desirable flow be if a VSP operator , for one reason or another, needed to retire or simply lost control of or access to a wallet that was used to initialise the vspd database?
Would re-initialising the vspd database with a different xpub meant to generate addresses for users to send fees to result in the creation of an essentially new VSP and completely erase the track record and history of the existing VSP?

@jholdstock
Copy link
Member

The only way to change the xpub currently is to create an entirely new database, which essentially means a totally new VSP. All history, and the keypair used to sign requests/responses, would be lost.

Whilst it's totally possible to add code for xpub changing, the vspd daemon isn't the right place to implement it. Thinking about this problem has inspired #465.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants