Author

Topic: 2 of 4 persons access to the wallet (Read 722 times)

legendary
Activity: 3724
Merit: 1586
July 02, 2014, 08:41:46 AM
#4
This won't work though. To spend from the wallet even once you will need to recreate the entire seed. So from that point onwards one person can access the wallet all by himself. Splitting the seed is ok for backups but not for what you are trying to do.

You will have to wait for multisig which is due in electrum 2.0.
sr. member
Activity: 475
Merit: 252
July 01, 2014, 07:17:51 AM
#3
Another option would be Shamir's Secret Sharing: https://github.com/amper5and/secrets.js

You would create the seed and then split it using a tool like this.

+1

no need to reinvent the wheel. Shamir's secret 2 of 4 on the seed and you're done.
newbie
Activity: 20
Merit: 0
July 01, 2014, 05:57:26 AM
#2
Another option would be Shamir's Secret Sharing: https://github.com/amper5and/secrets.js

You would create the seed and then split it using a tool like this.
newbie
Activity: 1
Merit: 0
July 01, 2014, 05:54:04 AM
#1
Hello,

I want to allow any 2 of total 4 persons to access the wallet, so I'm thinking of the following:

1. Create a 512 bit random seed as hex "openssl rand -hex 64"
2. "Resore" wallet from that seed
3. Get 48 random words seed
4. Each of 4 persons receive 36 words from the seed (1st person receive all words except words 1-12, 2nd person receive all words except  words 13-24, etc)

So one person can not access the wallet, but any two persons can access.

What do you guys think?
Jump to: