Bitcoin Forum
May 26, 2024, 01:14:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 2 of 4 persons access to the wallet  (Read 698 times)
work4btc (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 01, 2014, 10: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?
mr_burdell
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 01, 2014, 10: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.
dabura667
Sr. Member
****
Offline Offline

Activity: 475
Merit: 252


View Profile
July 01, 2014, 12:17:51 PM
 #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.

My Tip Address:
1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
July 02, 2014, 01:41:46 PM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!