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

BIP85 support #24

Open
kirillkovalenko opened this issue Aug 10, 2020 · 1 comment
Open

BIP85 support #24

kirillkovalenko opened this issue Aug 10, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kirillkovalenko
Copy link

Please add BIP85 support

@wolfmcnally wolfmcnally added the enhancement New feature or request label Sep 21, 2020
@ChristopherA ChristopherA moved this to 2023 Q2 Priority in High Level Roadmap Apr 10, 2023
@aido
Copy link

aido commented May 5, 2023

Great idea.

Would like to use seedtool-cli with BIP85 to create something like this:

---
title: One Seed to rule them all - Multi wallet
---
flowchart TB
    1.1 --> |Backup| 1.2
    1 --> |BIP85 Child 0| 2.1.1
    1 --> |BIP85 Child 1| 2.1.2
    1 --> |BIP85 Child 2| 2.2.1
    1 --> |BIP85 Child 3| 2.2.2
    1 --> |BIP85 Child 4| 2.3.1
    1 --> |BIP85 Child 5| 2.3.2
    1 --> |BIP85 Child 6| 2.4.1
    1 --> |BIP85 Child 7| 2.4.2
    subgraph 1[Parent]
        direction TB
        1.1[Root Seed]
        subgraph 1.2[2-of-3 Shamir's Secret Shares]
            direction BT
            1.2.1[Share 1]
            1.2.2[Share 2]
            1.2.3[Share 3]
        end
    end
    subgraph 2[Children]
        direction TB
        subgraph 2.1[Cold Wallet]
            direction LR
            2.1.1[BIP39 #1]
            2.1.2[Password #1]
            end
            subgraph 2.2[Hardware Wallet]
            direction LR
            2.2.1[BIP39 #2]
            2.2.2[Password #2]
            end
            subgraph 2.3[Lightning Wallet]
            direction LR
            2.3.1[BIP39 #3]
            2.3.2[Password #3]
            end
            subgraph 2.4[Phone Wallet]
            direction LR
            2.4.1[BIP39 #4]
            2.4.2[Password #4]
            end
    end
Loading

@ChristopherA ChristopherA moved this from 2023 Q3 Priority to 2024 Q4 Priority in High Level Roadmap Sep 28, 2023
@ChristopherA ChristopherA moved this from 2023 Q4 Priority to 2023 Q4 Backlog in High Level Roadmap Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 2025 Backlog
Development

No branches or pull requests

3 participants