Pages:
Author

Topic: Bitcoin address starting with 3 (Read 1548 times)

hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
June 28, 2015, 04:49:29 AM
#21
Its a multisig address. I have one ( look in my profile )  Grin

 I think about how to get one in my computer wallet ?
Anyone know answer  ? ? ?

You can use any of these to create a multisig address:

 • Bitcoin Core
 • Armory
 • Electrum
 • http://coinb.in
 • https://coinkite.com/
 • http://ms-brainwallet.org/

For tutorials, search in internet and YouTube. It's better to first go to official website of wallets. Most of them publish tutorials on their website.

Not all BTC addresses start with 3, it just means they use different method to generate the private key or something like that.

It might be an invalid address, so dont send bitcoin there until you know what you doing.

Shorena answered it clearly.

Generally address starting with 3 indicate that its a pay to script hash[1] address instead of a pay to pubkey hash address. The script can be almost anything[3] and is not limited to multi signature scripts, its the most commonly used script though.


[1] https://en.bitcoin.it/wiki/Pay_to_script_hash
[2] https://en.bitcoin.it/wiki/Transaction#Pay-to-PubkeyHash
[3] even "anyone can pay" scripts.
hero member
Activity: 854
Merit: 1009
JAYCE DESIGNS - http://bit.ly/1tmgIwK
June 28, 2015, 04:21:52 AM
#20
How do people get a bitcoin address that starts with 3 instead of the usual 1? I've been seeing it for some time now and i'm curious

Not all BTC addresses start with 3, it just means they use different method to generate the private key or something like that.

It might be an invalid address, so dont send bitcoin there until you know what you doing.
legendary
Activity: 1223
Merit: 1002
June 28, 2015, 04:03:33 AM
#19
Its a multisig address. I have one ( look in my profile )  Grin

 I think about how to get one in my computer wallet ?
Anyone know answer  ? ? ?
legendary
Activity: 1318
Merit: 1010
666 - slave 2 the grind -
June 27, 2015, 01:49:34 PM
#18
A bitcoin address starting with a 3 is a multi-sig address. Sort of rare to see since most addys start with 1 .  Cheesy
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
June 27, 2015, 11:27:34 AM
#17
I believe that a multisig address begins with a 3, and they are mostly acquired from Bit-X.

or Xapo also provide multisig address begins with a 3

so is there any disadvantage for multisig address ?

You will need to sign with more than 1 key if you have m-of-n multisig address where m is greater than 1. So you need to secure more than 1 key and that is the only disadvantage I know about.

* Edited.
legendary
Activity: 1218
Merit: 1001
June 27, 2015, 11:18:30 AM
#16
I believe that a multisig address begins with a 3, and they are mostly acquired from Bit-X.

or Xapo also provide multisig address begins with a 3

so is there any disadvantage for multisig address ?
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
June 27, 2015, 11:03:58 AM
#15
Nope. You can even create 1-of-2 multisig address and you can also create 1-of-3, 2-of-3 and 3-of-3. What you said is only about 3-of-3. In 2-of-3, for example, only 2 signatures are required to spend Bitcoin associated with it.
I see. Apologies for the incorrect information and thank you for correcting me.

Anytime.

Basically, you can create m-of-n multisig addresses, where n is less than or equal to 20 and m is less than or equal to n. To spend from a m-of-n multisig address, you need at least m out of n signature(s). To know more about the limitations of n, see http://bitcoin.stackexchange.com/questions/23893/what-are-the-limits-of-m-and-n-in-m-of-n-multisig-addresses.

Note that above detail is about raw multisig address, for P2SH multisig address, values are different. See above link to know more about it.

In Bitcoin-Qt, open the debug console and enter:
Code:
createmultisig 1 '["full public key or address in your wallet"]'

It'll give you a "multisig" P2SH address starting with 3 (but requiring only one signature). If you have the private key for the given public key, you'll be able to spend transactions sent to this address, but only using the raw transactions API currently. (You probably want to use addmultisigaddress instead of createmultisig if you're actually going to use the address.)

This is regarding Bitcoin core. If you want to test these, I suggest you to use testnet mode to avoid loosing your Bitcoins.

Once you create a multisig address, you can add that address to 'Receiving addresses' list in Bitcoin core by running below command in console.

Code:
importaddress address label

Example:

Code:
importaddress 3P8qYRHmoybU93bJN9oi1us9XMgYWRV39S BITX
hero member
Activity: 808
Merit: 1014
June 27, 2015, 10:40:50 AM
#14
In Bitcoin-Qt, open the debug console and enter:
Code:
createmultisig 1 '["full public key or address in your wallet"]'

It'll give you a "multisig" P2SH address starting with 3 (but requiring only one signature). If you have the private key for the given public key, you'll be able to spend transactions sent to this address, but only using the raw transactions API currently. (You probably want to use addmultisigaddress instead of createmultisig if you're actually going to use the address.)
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
June 27, 2015, 10:39:18 AM
#13
Nope. You can even create 1-of-2 multisig address and you can also create 1-of-3, 2-of-3 and 3-of-3. What you said is only about 3-of-3. In 2-of-3, for example, only 2 signatures are required to spend Bitcoin associated with it.
I see. Apologies for the incorrect information and thank you for correcting me.
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
June 27, 2015, 10:01:42 AM
#12
It requires 3 keys to create and requires those three signatures to agree to any funds being sent from that address.

Nope. You can even create 1-of-2 multisig address and you can also create 1-of-3, 2-of-3 and 3-of-3. What you said is only about 3-of-3. In 2-of-3, for example, only 2 signatures are required to spend Bitcoin associated with it.
sr. member
Activity: 574
Merit: 296
Bitcoin isn't a bubble. It's the pin!
June 27, 2015, 09:39:14 AM
#11
As others have said, addresses that do start with a 3, are multi-signature addresses. I dont personally use multi-signature addresses, but the Bit-X campaign does use multi-sig addresses. I hear multi-signature is more secure than non multi-signature but don't quote me on that, as the information i heard may be incorrect.
legendary
Activity: 3472
Merit: 10611
June 27, 2015, 09:37:20 AM
#10
you can create a Multisig Wallet easily with electrum look at the wiki page for more information on how to do that:
http://electrum.orain.org/wiki/Multisig_Wallets

as stated on the wiki, this is mainly being used for two purposes: more security and shared funds
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
June 27, 2015, 08:19:44 AM
#9
It requires 3 keys to create and requires those three signatures to agree to any funds being sent from that address.
Can you go into more detail? specifically about the three keys?
are the public and private keys included? or just 3 private keys?
http://coinb.in/multisig/
3 public keys are needed, though it can also be up to about 20.

More information:
https://en.bitcoin.it/wiki/Address#Multi-signature_addresses

Generally address starting with 3 indicate that its a pay to script hash[1] address instead of a pay to pubkey hash address. The script can be almost anything[3] and is not limited to multi signature scripts, its the most commonly used script though.


[1] https://en.bitcoin.it/wiki/Pay_to_script_hash
[2] https://en.bitcoin.it/wiki/Transaction#Pay-to-PubkeyHash
[3] even "anyone can pay" scripts.
legendary
Activity: 3248
Merit: 1070
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
June 27, 2015, 07:55:06 AM
#7
It requires 3 keys to create and requires those three signatures to agree to any funds being sent from that address.
Can you go into more detail? specifically about the three keys?
are the public and private keys included? or just 3 private keys?
http://coinb.in/multisig/
3 public keys are needed, though it can also be up to about 20.

More information:
https://en.bitcoin.it/wiki/Address#Multi-signature_addresses
sr. member
Activity: 262
Merit: 250
Dubs Get
June 27, 2015, 07:51:40 AM
#6
It requires 3 keys to create and requires those three signatures to agree to any funds being sent from that address.
Can you go into more detail? specifically about the three keys?
are the public and private keys included? or just 3 private keys?
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
June 27, 2015, 07:50:05 AM
#5
It requires 3 keys to create and requires those three signatures to agree to any funds being sent from that address.
sr. member
Activity: 262
Merit: 250
Dubs Get
June 27, 2015, 07:47:58 AM
#4
so what is the difference between a multisig and a normal address other than the 3?
legendary
Activity: 2422
Merit: 1451
Leading Crypto Sports Betting & Casino Platform
June 27, 2015, 07:46:56 AM
#3
grenaddress also has multisig addresses starting with a 3. You could even create your own, multisig addresses aren't an exclusivity to anyone.
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
June 27, 2015, 07:44:53 AM
#2
I believe that a multisig address begins with a 3, and they are mostly acquired from Bit-X.
Pages:
Jump to: