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

Machine readable format #115

Open
aantonop opened this issue May 11, 2020 · 4 comments
Open

Machine readable format #115

aantonop opened this issue May 11, 2020 · 4 comments

Comments

@aantonop
Copy link

It would be great if this site could also host a machine readable format (probably JSON) that allows recovery software to read information about wallets, paths and script types and uses the data to search the tree produced by a seed or xpub.

I'm working on such a recovery tool and would love to have a well managed location for that data that can be updated collaboratively.

For example:

{
wallets_recovery: [
 "ColdCard Mk1": [{ "path" : "m/44'/0'/0'", "script": "p2pkh", "passphrase": "optional", "psbt": true},
                             { "path" : "m/84'/0'/0'", ... etc
]
}
@nvk
Copy link
Owner

nvk commented Aug 30, 2020

Yes, that would live in a separate document for each wallet.

ie inside /wallets/green.md should be a single long file /walletsrecovery.json

Want to take a stab at it?

@seljuck
Copy link

seljuck commented Sep 10, 2020

I would be willing to tackle this. I will put out the caveat that I've never done anything on GitHub before. I have worked with JSON files however.

@seljuck
Copy link

seljuck commented Oct 26, 2020

I have created an initial version of walletsrecovery.json. I would like to create a pull request for it. Just checking on the accepted procedure for initiating this.

Thanks

@Giszmo
Copy link
Contributor

Giszmo commented Nov 26, 2020

The Pull Request is where the discussion is going on now.

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

No branches or pull requests

5 participants
@Giszmo @nvk @aantonop @seljuck and others