Bitcoin Forum
May 08, 2024, 06:30:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What is Split Wallet on www.bitaddress.org ?  (Read 583 times)
User365 (OP)
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


physics, mathematics and engineering


View Profile
July 06, 2017, 10:44:38 AM
 #1

I recently discovered split address on www.bitaddress.org, but I am not sure what this actually should be.

Basically you have one public adress and can choose how much "shares" (I assume those are priv keys, they look like it) are generated and how much of those are required to send from the address.

BUT, the public address is f.e. 14DMsSty9S6M51Bxh3X2ZiFhRvdfNhXAjV, why is that? I thought multisig adressess always start with a 3? Is the 3 at the beginning only optional?

[could be your ad]
1715193015
Hero Member
*
Offline Offline

Posts: 1715193015

View Profile Personal Message (Offline)

Ignore
1715193015
Reply with quote  #2

1715193015
Report to moderator
1715193015
Hero Member
*
Offline Offline

Posts: 1715193015

View Profile Personal Message (Offline)

Ignore
1715193015
Reply with quote  #2

1715193015
Report to moderator
1715193015
Hero Member
*
Offline Offline

Posts: 1715193015

View Profile Personal Message (Offline)

Ignore
1715193015
Reply with quote  #2

1715193015
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
July 06, 2017, 11:11:13 AM
 #2

I recently discovered split address on www.bitaddress.org, but I am not sure what this actually should be.

Basically you have one public adress and can choose how much "shares" (I assume those are priv keys, they look like it) are generated and how much of those are required to send from the address.

BUT, the public address is f.e. 14DMsSty9S6M51Bxh3X2ZiFhRvdfNhXAjV, why is that? I thought multisig adressess always start with a 3? Is the 3 at the beginning only optional?

As the name suggests, split wallet splits the private key into different shares. It is an older version of multi-sig. You can share the different parts with different people and later based on the minimum share threshold needed to combine, different shares can be combined to get the whole private key. Yeah it does not start with 3, but still valid. I would not recommend using bitaddress. Instead of using split wallet, just generate a multi-sig address.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
July 06, 2017, 01:43:16 PM
 #3

As the name suggests, split wallet splits the private key into different shares.

Correct.  It is still 1 private key, but that key is split up into pieces.  You have to have enough pieces to reassemble the original single private key in order to spend any bitcoins.  Once you've reassembled the single private key you could import it and use it just like any other single private key address.

It is an older version of multi-sig.

Incorrect.

Transactions that make use of the address to receive bitcoins will still require only a SINGLE signature from the SINGLE private key that is reassembled from the pieces.  Since it doesn't require multiple signatures, it is NOT multi-sig.

You can share the different parts with different people and later based on the minimum share threshold needed to combine, different shares can be combined to get the whole private key.

Correct.  Or you could store the pieces in multiple locations, and later based on the minimum share threshold needed to combine, different shares can be combined to get the whole private key.
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
July 08, 2017, 02:48:43 PM
 #4

You might want to read https://bitcointalk.org/index.php?topic=826374.0.

  -snip-
BUT, the public address is f.e. 14DMsSty9S6M51Bxh3X2ZiFhRvdfNhXAjV, why is that? I thought multisig adressess always start with a 3? Is the 3 at the beginning only optional?

Address starting with 1 is pay-to-pubkey-hash (P2PKH) and address starting with 3 is pay-to-script-hash (P2SH). You can't interchange 1 & 3 or any other letter in an address. It will result in an entirely different address than yours or end up with an invalid(unusable) address.

https://bitcointalk.org/index.php?topic=1064545.msg11410590#msg11410590

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!