Bitcoin Forum
April 24, 2024, 05:20:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 »
  Print  
Author Topic: Rare address hall of fame  (Read 64653 times)
arulbero
Legendary
*
Offline Offline

Activity: 1914
Merit: 2071


View Profile
September 18, 2018, 11:20:15 AM
Last edit: September 20, 2018, 08:40:17 PM by arulbero
 #541


Any vanity pubkeys category? If so, I win:

0200000000000000000000003b78ce563f89a0ed9414f5aa28ad0d96d6795f9c63


Jesus, that must have taken forever to bruteforce, what kind of hardware were you working with? Must have been an absolute beast, or you simply got completely lucky and cracked one early with low power hardware.

https://bitcointalk.org/index.php?topic=90982.msg40216955#msg40216955


The "best" pubkey I have found so far is:

Quote
02000000000000aeea7a7a5c04504f6e4e45452940431c9a264011686f3b746f92
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713936038
Hero Member
*
Offline Offline

Posts: 1713936038

View Profile Personal Message (Offline)

Ignore
1713936038
Reply with quote  #2

1713936038
Report to moderator
1713936038
Hero Member
*
Offline Offline

Posts: 1713936038

View Profile Personal Message (Offline)

Ignore
1713936038
Reply with quote  #2

1713936038
Report to moderator
1713936038
Hero Member
*
Offline Offline

Posts: 1713936038

View Profile Personal Message (Offline)

Ignore
1713936038
Reply with quote  #2

1713936038
Report to moderator
blossomnow
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 30, 2018, 03:43:28 AM
 #542

I can hardly wait for a full address. Now it makes me want to keep trying on my wallet to be able to find a rare address for myself, but it's not possible now because it's all with the wallet that's out there. I have the first one (on my sig). So I sent some of my inactive CPUs (on my mining machine) to the task and found it in a few weeks.
Timelord2067
Legendary
*
Offline Offline

Activity: 3654
Merit: 2216


💲🏎️💨🚓


View Profile
October 11, 2018, 01:19:28 PM
 #543

You can create any arbitrary address simply by putting the correct checksum at the end. You, of course, will not know the secret key, so anything that is sent there is unlikely to ever be received will be destroyed and can never be spent.


FIFY.

Here is an example I made a long time ago:

Code:
11When1DieBuryMeDeepLayTwoXVEY5jv - (Unspent) 0.00000001 BTC
11SpeakersAtMyFeetAPairofXXTyrHor - (Unspent) 0.00000001 BTC
11HeadphonesonMyHeadAndXXXXYUSvnd - (Unspent) 0.00000001 BTC
11ALwaysPLayTheGratefuLDeadWdq4Xo - (Unspent) 0.00000001 BTC

How do you add a check sum? Might come in handy later.

LoyceV
Legendary
*
Offline Offline

Activity: 3290
Merit: 16541


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 11, 2018, 06:10:37 PM
 #544

How do you add a check sum? Might come in handy later.
Search for a burn address generator, this one for instance: http://gobittest.appspot.com/ProofOfBurn

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7962



View Profile
October 11, 2018, 06:54:08 PM
Merited by o_e_l_e_o (2), vapourminer (1), LoyceV (1), johhnyUA (1), Last of the V8s (1)
 #545

You can create any arbitrary address simply by putting the correct checksum at the end. You, of course, will not know the secret key, so anything that is sent there is unlikely to ever be received will be destroyed and can never be spent.


FIFY.

Here is an example I made a long time ago:

Code:
11When1DieBuryMeDeepLayTwoXVEY5jv - (Unspent) 0.00000001 BTC
11SpeakersAtMyFeetAPairofXXTyrHor - (Unspent) 0.00000001 BTC
11HeadphonesonMyHeadAndXXXXYUSvnd - (Unspent) 0.00000001 BTC
11ALwaysPLayTheGratefuLDeadWdq4Xo - (Unspent) 0.00000001 BTC

How do you add a check sum? Might come in handy later.


1) create a template of your desired address ie 1waLLobserverburnaddressxxxxxxxxx (the last few characters will eventually be random due to checksum)

2) Base58 unencode your burn address into hex - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

3) remove the last 4 bytes from the result and call what's left N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

4) sha256(sha256(N)) - BD0F89693417148626446F3E1EA43A69453FBCF72A024600FB54A2BC34F23387

5) take the first 4 bytes of step 4 and stick it on the end of N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702CBD0F8969

6) base58 encode step 5 - 1waLLobserverburnaddressxxy1oWwkk

done


 
Timelord2067
Legendary
*
Offline Offline

Activity: 3654
Merit: 2216


💲🏎️💨🚓


View Profile
October 11, 2018, 11:53:07 PM
 #546

How do you add a check sum? Might come in handy later.


1) create a template of your desired address ie 1waLLobserverburnaddressxxxxxxxxx (the last few characters will eventually be random due to checksum)

2) Base58 unencode your burn address into hex - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

3) remove the last 4 bytes from the result and call what's left N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

4) sha256(sha256(N)) - BD0F89693417148626446F3E1EA43A69453FBCF72A024600FB54A2BC34F23387

5) take the first 4 bytes of step 4 and stick it on the end of N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702CBD0F8969

6) base58 encode step 5 - 1waLLobserverburnaddressxxy1oWwkk

done


 

That is so cool... thanks for that.

strangeu
Newbie
*
Offline Offline

Activity: 9
Merit: 3


View Profile
October 22, 2018, 06:25:42 PM
Merited by vapourminer (1)
 #547

You can create any arbitrary address simply by putting the correct checksum at the end. You, of course, will not know the secret key, so anything that is sent there is unlikely to ever be received will be destroyed and can never be spent.


FIFY.

Here is an example I made a long time ago:

Code:
11When1DieBuryMeDeepLayTwoXVEY5jv - (Unspent) 0.00000001 BTC
11SpeakersAtMyFeetAPairofXXTyrHor - (Unspent) 0.00000001 BTC
11HeadphonesonMyHeadAndXXXXYUSvnd - (Unspent) 0.00000001 BTC
11ALwaysPLayTheGratefuLDeadWdq4Xo - (Unspent) 0.00000001 BTC

How do you add a check sum? Might come in handy later.


1) create a template of your desired address ie 1waLLobserverburnaddressxxxxxxxxx (the last few characters will eventually be random due to checksum)

2) Base58 unencode your burn address into hex - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

3) remove the last 4 bytes from the result and call what's left N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

4) sha256(sha256(N)) - BD0F89693417148626446F3E1EA43A69453FBCF72A024600FB54A2BC34F23387

5) take the first 4 bytes of step 4 and stick it on the end of N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702CBD0F8969

6) base58 encode step 5 - 1waLLobserverburnaddressxxy1oWwkk

done


 

Is there a step missing between 4 and 5?

And as I understand, sha256(sha256(N)) would simply mean "hashing a hash" - correct?

000A52498DB787B09EEC7C428B8B0C853EA1C2702C (from step 3) sha256'd is:
414852558A27373137680508E28F0C3E35481EF766D72CDDFA27084EECBFFAA3
... and when this ^ is sha256'd I get:
3649A20CD93B0A51FDFFF9831E8DC4EBB9FE0883708D2969E79E70AE78FF51B1

Where does BD0F8969 come from in step 4, in this example?

I used this site to hash: https://passwordsgenerator.net/sha256-hash-generator/
xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7962



View Profile
October 22, 2018, 07:06:16 PM
Merited by strangeu (1)
 #548

You can create any arbitrary address simply by putting the correct checksum at the end. You, of course, will not know the secret key, so anything that is sent there is unlikely to ever be received will be destroyed and can never be spent.


FIFY.

Here is an example I made a long time ago:

Code:
11When1DieBuryMeDeepLayTwoXVEY5jv - (Unspent) 0.00000001 BTC
11SpeakersAtMyFeetAPairofXXTyrHor - (Unspent) 0.00000001 BTC
11HeadphonesonMyHeadAndXXXXYUSvnd - (Unspent) 0.00000001 BTC
11ALwaysPLayTheGratefuLDeadWdq4Xo - (Unspent) 0.00000001 BTC

How do you add a check sum? Might come in handy later.


1) create a template of your desired address ie 1waLLobserverburnaddressxxxxxxxxx (the last few characters will eventually be random due to checksum)

2) Base58 unencode your burn address into hex - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

3) remove the last 4 bytes from the result and call what's left N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

4) sha256(sha256(N)) - BD0F89693417148626446F3E1EA43A69453FBCF72A024600FB54A2BC34F23387

5) take the first 4 bytes of step 4 and stick it on the end of N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702CBD0F8969

6) base58 encode step 5 - 1waLLobserverburnaddressxxy1oWwkk

done


 

Is there a step missing between 4 and 5?

And as I understand, sha256(sha256(N)) would simply mean "hashing a hash" - correct?

000A52498DB787B09EEC7C428B8B0C853EA1C2702C (from step 3) sha256'd is:
414852558A27373137680508E28F0C3E35481EF766D72CDDFA27084EECBFFAA3
... and when this ^ is sha256'd I get:
3649A20CD93B0A51FDFFF9831E8DC4EBB9FE0883708D2969E79E70AE78FF51B1

Where does BD0F8969 come from in step 4, in this example?

I used this site to hash: https://passwordsgenerator.net/sha256-hash-generator/


 You have to use the binary data rather than the string value.  Probably the tool you are using doesn't convert the string to a hex number so it will use the ASCII code for each character in the string as input.

Try this site -  https://anyhash.com/sha256 and make sure to select the hex checkbox to the right.

 
strangeu
Newbie
*
Offline Offline

Activity: 9
Merit: 3


View Profile
November 04, 2018, 11:38:58 PM
Merited by xhomerx10 (1)
 #549

You can create any arbitrary address simply by putting the correct checksum at the end. You, of course, will not know the secret key, so anything that is sent there is unlikely to ever be received will be destroyed and can never be spent.


FIFY.

Here is an example I made a long time ago:

Code:
11When1DieBuryMeDeepLayTwoXVEY5jv - (Unspent) 0.00000001 BTC
11SpeakersAtMyFeetAPairofXXTyrHor - (Unspent) 0.00000001 BTC
11HeadphonesonMyHeadAndXXXXYUSvnd - (Unspent) 0.00000001 BTC
11ALwaysPLayTheGratefuLDeadWdq4Xo - (Unspent) 0.00000001 BTC

How do you add a check sum? Might come in handy later.


1) create a template of your desired address ie 1waLLobserverburnaddressxxxxxxxxx (the last few characters will eventually be random due to checksum)

2) Base58 unencode your burn address into hex - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

3) remove the last 4 bytes from the result and call what's left N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

4) sha256(sha256(N)) - BD0F89693417148626446F3E1EA43A69453FBCF72A024600FB54A2BC34F23387

5) take the first 4 bytes of step 4 and stick it on the end of N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702CBD0F8969

6) base58 encode step 5 - 1waLLobserverburnaddressxxy1oWwkk

done


 

Is there a step missing between 4 and 5?

And as I understand, sha256(sha256(N)) would simply mean "hashing a hash" - correct?

000A52498DB787B09EEC7C428B8B0C853EA1C2702C (from step 3) sha256'd is:
414852558A27373137680508E28F0C3E35481EF766D72CDDFA27084EECBFFAA3
... and when this ^ is sha256'd I get:
3649A20CD93B0A51FDFFF9831E8DC4EBB9FE0883708D2969E79E70AE78FF51B1

Where does BD0F8969 come from in step 4, in this example?

I used this site to hash: https://passwordsgenerator.net/sha256-hash-generator/


 You have to use the binary data rather than the string value.  Probably the tool you are using doesn't convert the string to a hex number so it will use the ASCII code for each character in the string as input.

Try this site -  https://anyhash.com/sha256 and make sure to select the hex checkbox to the right.

 


1YesThatWorksThankYouXhomervUVfQs!

I used the site you suggested for sha256, and this site for base58:
http://lenschulwitz.com/base58

Obvious, but just to be clear, this is only useful for anyone needing a burner address - you cannot generate the private key.
xhomerx10
Legendary
*
Offline Offline

Activity: 3822
Merit: 7962



View Profile
November 05, 2018, 12:53:02 AM
 #550

how to get that address? is this just a coincidance? or not? or maybe they generate it? but as i know to generate more than 5 digits is impossible right now? let see 1111111111111111111114oLvT2    there are 22 times the number 1, my big question, HOW?

 Read the post directly above yours for the answer!
Velkro
Legendary
*
Offline Offline

Activity: 2296
Merit: 1014



View Profile
November 14, 2018, 11:46:35 PM
 #551

Well i saw transaction like this one:
4e6da853ca210092dc05b409cba70582d275519aa4176ce755e7b0c011c78933

Code:
1ThxU4ztFF5zpX9yk5WVVNQPWkjCycP8U
1andmf9x53GEsnibPvBSCeGaskgHhZgQ6
1Happyu5gsk2N1sBFvCbnVx1bRTPwLeHKv
1New1R4YHKiDTSYghQqKxm3xQPPFuoa5Ti
1Year1c2ZbGUDrsJGaUZcEPP5EwVJ7LkA

As new year donation Cheesy. Its pretty high level skill to do such transaction.
Its hard to show real cool transaction that happened actually. Not hard to write 1whateveryoulikeinaddresswhileItDidntEverHappenedf89w34 Tongue
Timelord2067
Legendary
*
Offline Offline

Activity: 3654
Merit: 2216


💲🏎️💨🚓


View Profile
April 30, 2019, 09:24:31 AM
 #552

One for our Kiwi cussy bros'

1ALLBLACKCDPbf9egRZPhzxqacrox3gPEs

Gadghieff
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
August 28, 2019, 12:27:13 PM
 #553

One for our Kiwi cussy bros'

1ALLBLACKCDPbf9egRZPhzxqacrox3gPEs
Nice 1, how much would you ask for it, if you were selling?
What else do you guys have?
BUMP
LoyceV
Legendary
*
Offline Offline

Activity: 3290
Merit: 16541


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
August 28, 2019, 01:00:39 PM
 #554

Nice 1, how much would you ask for it, if you were selling?
Bitcoin 101: your Bitcoins are only yours if you and only you know the private keys! You should never rely on a private key generated by a third party.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Timelord2067
Legendary
*
Offline Offline

Activity: 3654
Merit: 2216


💲🏎️💨🚓


View Profile
August 28, 2019, 03:29:02 PM
 #555

Nice 1, how much would you ask for it, if you were selling?
Bitcoin 101: your Bitcoins are only yours if you and only you know the private keys! You should never rely on a private key generated by a third party.

Very true - eight alpha/numeric take weeks and weeks to do - I have literally hundreds of words or combinations that I've searched for - alas I haven't had my graphics cards going for many months now due to the boxes age, but am planning on getting a new install with all new cards etc.

You *can* get custom ones that long done using split key.   As to price... I really would have to wait until I have a new box made up and see what kind of length of time a solution would take.

SiNeReiNZzz
Legendary
*
Offline Offline

Activity: 1022
Merit: 1043


αLPʜα αɴd ΩMeGa


View Profile WWW
August 30, 2020, 04:28:18 PM
Last edit: September 06, 2020, 08:20:13 AM by SiNeReiNZzz
Merited by nutildah (2), DdmrDdmr (1)
 #556

Hey, guys,

I have just discovered this thread, because I find the topic about different "self-created" addresses very interesting anyway.
I hope it's okay if I revive this thread, after almost exactly one year ago... Grin
Maybe I am not the only one who has experimented, and new beautiful or funny addresses are to see here from others!

I recently took a closer look at it, because I really wanted to have an address fits to my username, by which one can immediately recognize that she belongs to me.  Cheesy
Of course, this address is more a fun project.
Because this address is only used for forum purposes (highest possible privacy) and so far only entries are in it anyway.
As far as I know, these addresses are called "vanity addresses", because the owner has the private key for, i.e. has calculated them!

Here are a few examples from myself (from which i have private keys):

This is my personal forum address:

1SiNeRYT3iE7wbJeXULmSHUaDU6nfBjAe

1XxXxwEL5vNAiSDQxA4p6uDF4mfE6rucV

1FucKZ4a4mVzdn6VLfbR9chYUup8mQ4iPK

Of course it is important to know that these so-called "burn addresses" are usually only "compiled", so that they match the algorithm of Bitcoin!
But nobody has or ever had a private key for this addresses...
With today's possibilities, it would be almost impossible (for a private person), to calculate the key of such an address...
Whereby, I can imagine, that with "Google's Super Computer" something might be possible!

As far as I know, 5-6 characters after the 1 (which is always the beginning of a simple Bitcoin address), is the end for a normal private user...
I had read something about 3 characters more = ~3500 years time it can takes to calculate the key... blatant!  Shocked

For this kind of addresses I had already written a contribution, where also nice addresses were included:

The best adresses I have found so far are these addresses, because every letter has a meaning, no numbers except the 1 at the beginning and everything is in the order:

1LuCKYbiTcoinADDreSsBrinGiNgBUdDha

1MangoDismayedBroadswordChopRanBat

1NarcissistSnowshedHarmerAteGoTerm

Really, there are already so many special addresses. I keep coming across new addresses...

I also find the topic very interesting and entertaining, especially, in many cases, you think about the possible story behind the words.
Nobody writes something without a meaning behind it!

Some other of my biggest favourites:


1ManagedToSteaLSecretPLansToxvKf4K

1ofTheStoLenPLansThatCan111zCJt3F

1PursuedByTheEmpiresSinisterypjWrk

1SaveHerPeopLeAndRestore111yULD1y

1Sea1sWithC1ubsRu1esYAAAAAAAskfyL

1TheEmpiresULtimateWeapon11zoRcyn

11AFatLadyAndAnUsherXXXXXXXZLBJLb

11BecauseTheSenseofWhatAnXXadytiG

11ByTheAudienceSomeVersionsYvdBMD

11DecadenceofTheAristocracyWCVpT9

11ofThePhraseWhatTheHeckDoXWgy2bc

11SetupLineWhatTheHeckDoYouX9gXeg

11WhoMeetTheAgentCan1nc1udeX5TTvE

11RatherThanDescribedThereXXhdW9E

1AboardHerStarshipCustodian1yhX6zg

1AgentsPrincessLeiaRacesHomewxuNTT

1Char1ieHebdooooooooooooooooumv3kJ

1DoNotSubmitDoNotBe1ieveLies9MUahF

1iLoveYouForeverYukiXXXXXXXV8wpyQ

1itisAPeriodofCiviLWarRebeLyzK2rV

11BLahBLahBLahXXXXXXXXXXXXXZTGiC2

1FuckMtGoxFFFFFFFUUUUUUUUUUQXW5ik

1A11That1sSo1id22222222222222hakjF



Also an example which I've created  Tongue (without private key, but funded and immortalized in the Blockchain):

The best adresses I have found so far are these addresses, because every letter has a meaning, no numbers except the 1 at the beginning and everything is in the order:

you can make as many as these addresses as you like by just choosing any sentence, placing 1 at the beginning (the sentence could start with word "one" replaced by number form "1" to have meaning) and computing its checksum. like this:
https://blockchair.com/bitcoin/address/1cantBothFeastAndBecomeRichydS3qJ
here is an online tool, go nuts: https://gobittest.appspot.com/ProofOfBurn
Yes, that's right so far!

However, note that EVERY address WITHOUT credit is not really immortalized in the Blockchain!

That means, with your method you can create any addresses, but you have no "private key"!  (Also called "burn-adresses")
Consequently, you can also send nothing from this address!

Because with today's technology it is extremely difficult up to impossible to calculate the right private key for these addresses...

With Vanitygen: Vanity bitcoin address generator/miner [v0.22] you can calculate an address... but definitly with less digits and letters!

From current cause still another Burn address, which I'm sure you haven't seen yet:
1FuckYouGraigWrightxSatoshiXc6ppN



Best Regards

♥Stay safe♥

SiNeReiNZzz


/edited

.
..........
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
.....I AM BLACKJACK.FUN.....
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
..........
whost
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 04, 2020, 12:12:47 PM
 #557

Another 31 character bitcoin address

1111111LiQUi9QbgYg274GDX9q8wshR

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
whost address - 9/4/2020 - Rare address hall of fame
-----BEGIN SIGNATURE-----
1111111LiQUi9QbgYg274GDX9q8wshR
H4NeDsUql+E5WVjnGE7h9V1XDb9EjUXhdXcfAPiTaTmzrw2Z5kil3LIsY72mVsDJe4sq7UrFGDGi77ZFxnrPds8=
-----END BITCOIN SIGNED MESSAGE-----
Saint-loup
Legendary
*
Offline Offline

Activity: 2590
Merit: 2348



View Profile
December 30, 2020, 01:11:57 PM
 #558

You can create any arbitrary address simply by putting the correct checksum at the end. You, of course, will not know the secret key, so anything that is sent there is unlikely to ever be received will be destroyed and can never be spent.


FIFY.

Here is an example I made a long time ago:

Code:
11When1DieBuryMeDeepLayTwoXVEY5jv - (Unspent) 0.00000001 BTC
11SpeakersAtMyFeetAPairofXXTyrHor - (Unspent) 0.00000001 BTC
11HeadphonesonMyHeadAndXXXXYUSvnd - (Unspent) 0.00000001 BTC
11ALwaysPLayTheGratefuLDeadWdq4Xo - (Unspent) 0.00000001 BTC

How do you add a check sum? Might come in handy later.


1) create a template of your desired address ie 1waLLobserverburnaddressxxxxxxxxx (the last few characters will eventually be random due to checksum)

2) Base58 unencode your burn address into hex - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

3) remove the last 4 bytes from the result and call what's left N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702C4E117611

4) sha256(sha256(N)) - BD0F89693417148626446F3E1EA43A69453FBCF72A024600FB54A2BC34F23387

5) take the first 4 bytes of step 4 and stick it on the end of N - 000A52498DB787B09EEC7C428B8B0C853EA1C2702CBD0F8969

6) base58 encode step 5 - 1waLLobserverburnaddressxxy1oWwkk

done
Someone used this technique to send a message to Livecoin's hackers :
https://blockchair.com/bitcoin/address/3QKorNZTQG2kJMk5Lqoj9ecgSMiYXvRz2n

https://livecoin.net
https://archive.is/VH2FI



██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
GranRethory
Member
**
Offline Offline

Activity: 85
Merit: 13


View Profile
May 13, 2021, 03:04:36 AM
Last edit: May 13, 2021, 03:48:53 AM by GranRethory
 #559

1BurnBitUSE4ja4VD5Y34hajpxiHXAVJC8

https://www.blockchain.com/btc/address/1BurnBitUSE4ja4VD5Y34hajpxiHXAVJC8



Proof (Format 1, electrum):
Message:
Code:
The person who owns the bitcointalk account "GranRethory" controls bitcoin address "1BurnBitUSE4ja4VD5Y34hajpxiHXAVJC8"

Signature:
Code:
HDvBXxvFVv/yDRlM13eSLmqIXfYoExfg75wjeo49rszwKeEEeCR4gQwgxs+uOFemGlEDiZHZqoXA6MHYcWBn5Qk=


Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
The person who owns the bitcointalk account "GranRethory" controls bitcoin address "1BurnBitUSE4ja4VD5Y34hajpxiHXAVJC8"
-----BEGIN SIGNATURE-----
1BurnBitUSE4ja4VD5Y34hajpxiHXAVJC8
HDvBXxvFVv/yDRlM13eSLmqIXfYoExfg75wjeo49rszwKeEEeCR4gQwgxs+uOFemGlEDiZHZqoXA6MHYcWBn5Qk=
-----END BITCOIN SIGNED MESSAGE-----

1BurnBitUSE4ja4VD5Y34hajpxiHXAVJC8
Banity
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 06, 2021, 04:24:28 PM
 #560

1PReGnaNcyTabsWBAky3sdWcBcTMDhRRgV

https://www.blockchain.com/btc/address/1PReGnaNcyTabsWBAky3sdWcBcTMDhRRgV

1 of 2 longest real word prefix (13-digit) address.

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Banity
-----BEGIN SIGNATURE-----
1PReGnaNcyTabsWBAky3sdWcBcTMDhRRgV
H+ZFov1XAnqZuvDDxPJXWNocYeVFF63CYRud80M/g1KDJGW0OQ3qR4au88GmYDVJisiaHnnAqY1K2rRTOyzIU4U=
-----END BITCOIN SIGNED MESSAGE-----

https://reinproject.org/bitcoin-signature-tool/#verify
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 »
  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!