|
Stedsm
Legendary
Offline
Activity: 3052
Merit: 1273
|
|
December 23, 2014, 01:02:34 PM |
|
It's a multisignature address.
On bit-x.com or coinbase.com you can generate them.
|
| .SHUFFLE.COM.. | ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ | ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ ███████████████████████ | . ...Next Generation Crypto Casino... |
|
|
|
BiTJack
|
|
December 23, 2014, 01:03:48 PM |
|
It an Multi-signature address. You can read more on this wiki link & how to create one Here. There are many ways to create a multi sig address.
|
|
|
|
Wusolini
Legendary
Offline
Activity: 1190
Merit: 1000
no need to carry heavy money bags anymore
|
|
December 23, 2014, 09:24:09 PM |
|
you can generate addy with any required sign (even word) at beginning.
But more special signs you want the more you will pay for that.
Check more details about vanity address
|
|
|
|
notlist3d
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
December 23, 2014, 09:31:02 PM |
|
you can generate addy with any required sign (even word) at beginning.
But more special signs you want the more you will pay for that.
Check more details about vanity address
If you have any GPU's around they speed up vanity address a whole lot. There is a good site that sells them but I would rather make it myself personally.
|
|
|
|
faince222
|
|
December 23, 2014, 11:01:26 PM |
|
It's simply a multi signature address. If I'm not wrong if you sign up in BIT-X you'll be able to create this type of address. Same thing is for Coinable.com.
|
|
|
|
goosoodude
|
|
December 25, 2014, 09:46:37 AM |
|
you can generate addy with any required sign (even word) at beginning.
But more special signs you want the more you will pay for that.
Check more details about vanity address
OP was asking for the first letter itself. What you are saying is for the letters which come after it. The one mentioned here is a multi sig address. Its useful to secure Bitcoins and should be more widely promoted.
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
December 25, 2014, 09:54:52 AM |
|
core can't make multiaddress yet, if i'm not mistaken, you need an alternative way, online maybe
|
|
|
|
Mobius7
|
|
December 25, 2014, 09:58:14 AM |
|
you can generate addy with any required sign (even word) at beginning.
But more special signs you want the more you will pay for that.
Check more details about vanity address
OP was asking for the first letter itself. What you are saying is for the letters which come after it. The one mentioned here is a multi sig address. Its useful to secure Bitcoins and should be more widely promoted. Unfortunately AFAIK none of the popular wallets can process multisig directly in GUI now. It could be much more widely used if it has been made easier to use.
|
|
|
|
|
Gianluca95
Legendary
Offline
Activity: 1624
Merit: 1196
Reputation first.
|
|
December 25, 2014, 10:07:55 AM |
|
That's only a multi signature address which can be created thanks to BIT-X.com or Coinbase.com. If you create an address with this two type of exchange, you'll have an address which started with 3
|
|
|
|
chanz
|
|
December 25, 2014, 10:09:29 AM |
|
Well, with bitcoin core you can and it's fairly easy but you need to know what you are doing there and how it'll work after it. This is for creating a multisig of 2of2 . 1. { validateaddress "address" } Do it with both addresses and copy the "pubkey" it gives you. 2. { createmultisig 2 '["1st pubkey","2nd pubkey"]' } 3. Save the redeemScript. 4. Paste the same command in step-2 but replace "createmultisig" with "addmultisigaddress"
Hope it works.
|
My BTC address : 1KfS1c14Tg2hgQEVz2bCJeFox6FpyYFvM6
|
|
|
Shogen
Legendary
Offline
Activity: 966
Merit: 1001
|
|
December 25, 2014, 10:17:20 AM |
|
Well, with bitcoin core you can and it's fairly easy but you need to know what you are doing there and how it'll work after it. This is for creating a multisig of 2of2 . 1. { validateaddress "address" } Do it with both addresses and copy the "pubkey" it gives you. 2. { createmultisig 2 '["1st pubkey","2nd pubkey"]' } 3. Save the redeemScript. 4. Paste the same command in step-2 but replace "createmultisig" with "addmultisigaddress"
Hope it works.
Will I be able to spend the inputs in a multisig address directly in the Coin Control window, or will I need to use "createrawtransaction"?
|
|
|
|
chanz
|
|
December 25, 2014, 10:23:05 AM |
|
Will I be able to spend the inputs in a multisig address directly in the Coin Control window, or will I need to use "createrawtransaction"?
createrawtransaction '[{txid":"*","vout":*,"scriptPubKey":"*","redeemScript":"*"}]' '{"btcaddress":amount}'
|
My BTC address : 1KfS1c14Tg2hgQEVz2bCJeFox6FpyYFvM6
|
|
|
goosoodude
|
|
December 25, 2014, 10:48:05 AM |
|
core can't make multiaddress yet, if i'm not mistaken, you need an alternative way, online maybe
You can, but its not from GUI, you have to use console. Multisig should be made an obvious feature instead of making it difficult to use. I know coinbase allowed, and they are saying bitx does too, which is a welcome feature. Far too often security is not prioritised.
|
|
|
|
Glob
Newbie
Offline
Activity: 20
Merit: 0
|
|
December 25, 2014, 11:25:05 AM |
|
It an Multi-signature address. You can read more on this wiki link & how to create one Here. There are many ways to create a multi sig address. Didn't even know that was possible, great information
|
|
|
|
Agestorzrxx
|
|
December 26, 2014, 02:16:21 AM |
|
You have to generate many many address and then find what you want.
|
|
|
|
yenzae0215
|
|
December 26, 2014, 05:12:43 AM |
|
its my first time seeing BTC addy that doesnt start with 1.. LMAO (newbie here)
|
Banned**
|
|
|
SirChiko
Legendary
Offline
Activity: 966
Merit: 1000
|
|
December 26, 2014, 10:51:53 AM |
|
but you can generate your first numbers/letters with vanity also.
|
The only online casino on which i won something. I made 17mBTC from 1mBTC in like 15 minutes. This is not paid AD!
|
|
|
sifter
|
|
December 26, 2014, 02:12:37 PM |
|
Is it possible to generate a multi-wallet vanity address?
Like the first number being 4 and the next few letters a word.
|
|
|
|
|