Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: josef2000 on April 15, 2015, 02:52:59 PM



Title: Create BTC adresses that start with 3
Post by: josef2000 on April 15, 2015, 02:52:59 PM
Can you actually create Bitcoin Adresses that start with a 3? Like: 3E1WpLsF2iMYxhtMZh9XE21bkf1Cp686e1 ?
They are actually valid and some websites have them.

For example Bit-X, they somehow all have deposit adresses starting with a 3.
So now comes the question: Am I able to create one for personal use and how/where can I do it. I dont want any webwallets, I want an adress with a private key for me.

Thanks in advance!


Title: Re: Create BTC adresses that start with 3
Post by: amaclin on April 15, 2015, 03:02:11 PM
Yes, you can create multisig [1-of-1] of [2-of-2] or [m-of-n] address in your client
Use createmultisig and addmultisigaddress in rpc console


Title: Re: Create BTC adresses that start with 3
Post by: Muhammed Zakir on April 15, 2015, 05:23:41 PM
This may help you.

Use Armory Multisig* or Electrum Multisig or Bither Multisig.

Bither Multisig helps you to use your mobile as one of the device and signing and transmitting datas can be done via Qr code. So it is pretty much secure than using a USB stick or other CDs for transmitting datas from on computer to another for signing and broadcasting.

* Correct name "lockbox".

You can also create using Bitcoin Core with command posted by amaclin.


Title: Re: Create BTC adresses that start with 3
Post by: coinpr0n on April 15, 2015, 07:19:34 PM
Yes it's possible to create an address starting with a 3. Multisig addresses (created from various public keys) do exactly like this.


Title: Re: Create BTC adresses that start with 3
Post by: frogCorporation on April 15, 2015, 07:53:05 PM
Hello,

The following guide describes everything in details:
 
http://www.soroushjp.com/2014/12/20/bitcoin-multisig-the-hard-way-understanding-raw-multisignature-bitcoin-transactions/

You may start reading from "Creating a 2-of-3 multisig P2SH address..."


Title: Re: Create BTC adresses that start with 3
Post by: cryptoforcause on April 15, 2015, 08:16:03 PM
https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&cad=rja&uact=8&ved=0CEYQFjAF&url=http%3A%2F%2Fwww.reddit.com%2Fr%2FBitcoin%2Fcomments%2F22c7n8%2Fwhy_multisignature_address_begin_with_3%2F%3Futm_medium%3Dtwitter%26utm_source%3Dtwitterfeed&ei=6MYuVfKNFsaeugS8-4D4Cw&usg=AFQjCNE63xzSZeEnxInl2K0m5qD7pkH_nA&sig2=MrFpuiFA3WzJd6jyo1LtJA&bvm=bv.90790515,d.c2E

This will help you :)


Title: Re: Create BTC adresses that start with 3
Post by: ranochigo on April 15, 2015, 10:43:19 PM
If each key is signed independently, the user would have a lower chance to get hacked. The transaction will only be sent if x out of y slkeys are signed. This functions like a group of people holding a private key. The number of people agreeing to make the transaction must be more than x. Some people using this is some of the escrows and greenaddress.it .


Title: Re: Create BTC adresses that start with 3
Post by: coinableS on April 16, 2015, 01:08:30 AM
Yes, you can create multisig [1-of-1] of [2-of-2] or [m-of-n] address in your client
Use createmultisig and addmultisigaddress in rpc console

It's worth noting, make sure you completely read and understand how to create multisig addresses and spend from them using raw transactions before you put any of your coins in a multisig address.


Hello,

The following guide describes everything in details:
 
http://www.soroushjp.com/2014/12/20/bitcoin-multisig-the-hard-way-understanding-raw-multisignature-bitcoin-transactions/

You may start reading from "Creating a 2-of-3 multisig P2SH address..."

That link is not a very good approach to get started with multisig, it's overly complicated. It's much easier to do it in the bitcoin core/bitcoinQT console.

Here's a video that shows you how to do it if you're more of a visual learner.
https://www.youtube.com/watch?v=YN2Vyu9RupU


Title: Re: Create BTC adresses that start with 3
Post by: coinpr0n on April 16, 2015, 10:24:04 AM
Yes, you can create multisig [1-of-1] of [2-of-2] or [m-of-n] address in your client
Use createmultisig and addmultisigaddress in rpc console

It's worth noting, make sure you completely read and understand how to create multisig addresses and spend from them using raw transactions before you put any of your coins in a multisig address.


Hello,

The following guide describes everything in details:
 
http://www.soroushjp.com/2014/12/20/bitcoin-multisig-the-hard-way-understanding-raw-multisignature-bitcoin-transactions/

You may start reading from "Creating a 2-of-3 multisig P2SH address..."

That link is not a very good approach to get started with multisig, it's overly complicated. It's much easier to do it in the bitcoin core/bitcoinQT console.

Here's a video that shows you how to do it if you're more of a visual learner.
https://www.youtube.com/watch?v=YN2Vyu9RupU


Nice. James D'Angelo of World Bitcoin Network also has some great introductions (for visual learners): https://www.youtube.com/watch?v=zIbUSaZBJgU


Title: Re: Create BTC adresses that start with 3
Post by: coinableS on April 16, 2015, 12:48:20 PM
Yes, you can create multisig [1-of-1] of [2-of-2] or [m-of-n] address in your client
Use createmultisig and addmultisigaddress in rpc console

It's worth noting, make sure you completely read and understand how to create multisig addresses and spend from them using raw transactions before you put any of your coins in a multisig address.


Hello,

The following guide describes everything in details:
 
http://www.soroushjp.com/2014/12/20/bitcoin-multisig-the-hard-way-understanding-raw-multisignature-bitcoin-transactions/

You may start reading from "Creating a 2-of-3 multisig P2SH address..."

That link is not a very good approach to get started with multisig, it's overly complicated. It's much easier to do it in the bitcoin core/bitcoinQT console.

Here's a video that shows you how to do it if you're more of a visual learner.
https://www.youtube.com/watch?v=YN2Vyu9RupU


Nice. James D'Angelo of World Bitcoin Network also has some great introductions (for visual learners): https://www.youtube.com/watch?v=zIbUSaZBJgU

Yes! D'Angelo does a great version too. He also added in a python script that makes the spending from the multisig easy.


Title: Re: Create BTC adresses that start with 3
Post by: stevenh512 on April 17, 2015, 03:11:58 AM
Another tool to learn about multisig and manually create multisig addresses or spend their outputs (and I think it can even be used offline) is http://coinb.in

If you want a multisig wallet that just works, your best bet right now is probably GreenAddress where you can get a 2of2 wallet recoverable by nLocktime transactions in case they ever disappear and optionally a 2of3 wallet recoverable manually (maybe through something like coinb.in).

Electrum would be another good choice, but then you have to manage all the keys yourself and it's only really secure if you have an offline computer for signing (and in that case, it's easier to just set up a watch-only wallet online and keep the seed offline). I haven't really done much with Armory, but I hear it comes highly recommended by those who have used it.