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

[FEATURE] Multisig Support #6

Open
betatester899 opened this issue Nov 25, 2020 · 2 comments
Open

[FEATURE] Multisig Support #6

betatester899 opened this issue Nov 25, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@betatester899
Copy link

betatester899 commented Nov 25, 2020

Greetings

first of all thank you for creating this awesome library. I just started diving into Bitcoin development (and Golang) recently and this library, on top of others, is a big help when getting things done the Bitcoin way.
However, one feature that has now come to my attention, as I am trying to solve some more complex problems is Multi Signature Transactions.
Would it be possible for you guys to implement those into the library?

So far I've found an old repository from 2014 (https://github.com/soroushjp/go-bitcoin-multisig) that does it, but it's outdated and many dependencies are broken. It can perhaps serve as a starting point on how to implement things.
I thought about trying to implement it myself, however, I am still to green when it comes to Bitcoin, and I think to keep things secure and usable in the long run, it's probably better if I ask you guys.

@betatester899 betatester899 added the enhancement New feature or request label Nov 25, 2020
@jadwahab
Copy link
Member

hey @betatester899, thanks for reaching out. We actually had some code doing some multisig stuff with electrumsv in the past but got rid of it/commented it out when the p2sh stuff got messy and so was removed. We will be adding bare multisig and accumulator multisig bscripts and doing things properly sometime soon.

@betatester899
Copy link
Author

Epic! Looking forward to it.

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
None yet
Development

No branches or pull requests

2 participants