You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
As it stands this seems like a fine update to push out now while #210 is in the works... but... It is going to get messy for @danielnordh so the question is who will be the one to deal with the merge conflicts that will arise.
In which Daniel added the Bitcoin backups page and tweaked a couple of things:
- Link at the end of the "Shared multi-key" page
- Copy in the "Manual backup" page that references the Bitcoin backups page
Really like this approach, makes things a lot cleaner. I have some suggestions however as I still think this chapter is confusing, even more so with the added bitcoin backups page. To not over complicate things I think we should merge this for now and change things in other PRs.
Meta
- Management and backup are so intertwined that each scheme's page should cover backups using that respective scheme as well as the scheme hows and whats. I don't think we need a separate page called bitcoin backups which currently overlaps heavily with the chapters content.
Change 'Automatic cloud backup' title to 'In the cloud.'
- This scheme isn't always automatic - this difference can be detailed in the page.
- Users would read 'Private key management' then 'In the cloud' and it would be clear what this section covers.
- Remove 'backup' - It's confusing having 'automatic cloud backup' then a bitcoin backups page. It just all overlaps and doesn't make sense. This page should cover the how and what's of the scheme as well as how the backup process works.
Change 'Manual backup' to 'Recovery phrase.'
- Remove backup for the same reason as the cloud page backup should be changed.
- Users would read 'Private key management' then 'Recovery phrase' and it would be clear what this section covers.
- Using the term 'Manual' doesn't really make sense as other schemes are also technically manual. Key sharing (sharding) for example involves breaking up and distributing private key pieces - is this not manual?
Change 'External signing device' to 'Signing devices.'
- Split this into three sections: Hardware wallets, phones, computers.
Change 'Key sharing' to 'Key sharding.'
- This page needs a re-work as it does not correctly communicate how this works. Sharding is the more appropriate term as keys are not being shared only pieces of a key are. These pieces also don't do any signing like the page says. I've started re-writing this here. The content in red is stuff that pertains more to backups rather than signing with keys. If we distinguish the two (with the bitcoin backups page) these details would be more relevant there. Though I think backup details should be included with the scheme as mentioned above.
Combine multi-key and shared multi-key pages and just call it Multi-Key.
- They cover similar content and would make more sense to have them together. The distinction between using it yourself or in a shared party can be made within the page.
- There isn't any details on 2-of-2 multisig wallets in this chapter when many wallets use it (Muun, greenwallet being two examples). This would be relevant in this page.
@Bosch-0 good feedback. How about creating a new issue so it doesn't get lost when we merge this?
Thanks for the feedback. As it is all related to the Private Key Management pages, not this new backup page please open a new issue with this so we can address elsewhere.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One page per scheme instead of one page for personal and one page for shared schemes. For #280.