Author

Topic: Bitcoin Vanity Messages (Read 1626 times)

newbie
Activity: 6
Merit: 1
May 09, 2017, 10:39:16 PM
#14

There also appears to be a very small bug in your program.
This line:
Code:
if bool(re.search("[lIO]", term)):
should be
Code:
if bool(re.search("[lIO0]", term)):
The character '0' also isn't allowed in vanity addresses.

Really appreciate you pointing this out, thanks. It has been fixed.

That is pretty cool, but I was winning for so long until now xD

Why types of messages was WikiLeaks sending via transactions like this by the way?
https://blockchain.info/tx/72162e9224dbadefb84834046ee8b4706af77f57fa4e8fd5aaf3255abf516807

Thanks for the example. So they were sending to their own address to relay messages to their visitors. I guess the downside to these types of messages is that you have no guarantee who the sender actually is unless you also include an address that is known to be controlled by the supposed sender in the inputs.
You can fill the vanity wallets using a trusted wallet to make the messages verifiable. See the above post for more information on this.
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
May 09, 2017, 02:39:59 PM
#13
Thanks for the example. So they were sending to their own address to relay messages to their visitors. I guess the downside to these types of messages is that you have no guarantee who the sender actually is unless you also include an address that is known to be controlled by the supposed sender in the inputs.
Or send the BTC to each address like Wikileaks did.



There also appears to be a very small bug in your program.
This line:
Code:
if bool(re.search("[lIO]", term)):
should be
Code:
if bool(re.search("[lIO0]", term)):
The character '0' also isn't allowed in vanity addresses.
legendary
Activity: 1736
Merit: 1023
May 09, 2017, 09:28:41 AM
#12
That is pretty cool, but I was winning for so long until now xD

Why types of messages was WikiLeaks sending via transactions like this by the way?
https://blockchain.info/tx/72162e9224dbadefb84834046ee8b4706af77f57fa4e8fd5aaf3255abf516807

Thanks for the example. So they were sending to their own address to relay messages to their visitors. I guess the downside to these types of messages is that you have no guarantee who the sender actually is unless you also include an address that is known to be controlled by the supposed sender in the inputs.
newbie
Activity: 6
Merit: 1
May 09, 2017, 01:27:17 AM
#11
That is pretty cool, but I was winning for so long until now xD

Why types of messages was WikiLeaks sending via transactions like this by the way?
https://blockchain.info/tx/72162e9224dbadefb84834046ee8b4706af77f57fa4e8fd5aaf3255abf516807

"You just lost the game" and you killed yourself just to use the addresses prefix letters as the message? even though it's a cool way of doing cryptography inside the cryptography but that's just spam with zero fee transactions you spammer Cheesy
Did not realize it mattered at all. You can add a fee using the -f switch.
hero member
Activity: 924
Merit: 506
May 09, 2017, 12:50:33 AM
#10
"You just lost the game" and you killed yourself just to use the addresses prefix letters as the message? even though it's a cool way of doing cryptography inside the cryptography but that's just spam with zero fee transactions you spammer Cheesy
newbie
Activity: 6
Merit: 1
May 09, 2017, 12:47:49 AM
#9
What is a vanity message and why are you trying to send one? It seems to me you might be a bit confused as to what's going on.
He definitely doesn't seem confused.You seem like the one that needs to keep up with the network protocols.

Op,nice project but is it really worth taking the risks ? Not compatible with Python 3?
Cross posting quote from your GH.

Quote
This tool is somewhat hacked together so you're liable to lose your Bitcoin if you fuck anything up. You have been warned.
I'll take that warning seriously.
I've had no problems using the tool myself. The reason it uses Python 2 is because pybitcointools is no longer maintained and is unsupported on Python 3  which is sad since it is also the most convenient library to use IMO. The warning is really there to encourage people to check out the code themselves and know what exactly is going to happen before they put their Bitcoin through it.
hero member
Activity: 910
Merit: 1000
「きみはこれ&#
May 09, 2017, 12:24:55 AM
#8
What is a vanity message and why are you trying to send one? It seems to me you might be a bit confused as to what's going on.
He definitely doesn't seem confused.You seem like the one that needs to keep up with the network protocols.

Op,nice project but is it really worth taking the risks ? Not compatible with Python 3?
Cross posting quote from your GH.

Quote
This tool is somewhat hacked together so you're liable to lose your Bitcoin if you fuck anything up. You have been warned.
I'll take that warning seriously.
legendary
Activity: 1736
Merit: 1023
May 08, 2017, 09:26:44 PM
#7
That is pretty cool, but I was winning for so long until now xD

Why types of messages was WikiLeaks sending via transactions like this by the way?
newbie
Activity: 6
Merit: 1
May 08, 2017, 07:53:37 AM
#6
Fixed transaction link.
copper member
Activity: 1330
Merit: 899
🖤😏
May 08, 2017, 02:14:22 AM
#5
So nice wow, just joking as that link leads to no where, transaction not found, good job in successfully generating a non existing transaction OP.
newbie
Activity: 6
Merit: 1
May 07, 2017, 10:23:56 PM
#4
What is a vanity message and why are you trying to send one? It seems to me you might be a bit confused as to what's going on.
I already wrote the tool and it already sends vanity messages. I'm just sharing it here, not asking for help. I think you may be the one who is confused about what this script is meant to do and what this thread is for.

Thanks for asking about the project, though.
member
Activity: 97
Merit: 10
May 07, 2017, 06:21:33 PM
#3
What is a vanity message and why are you trying to send one? It seems to me you might be a bit confused as to what's going on.
sr. member
Activity: 798
Merit: 250
May 06, 2017, 12:22:13 AM
#2
Thank you for sharing, there are also many applications for creating BTC wallet, I also use similar application to create private wallet!
newbie
Activity: 6
Merit: 1
May 04, 2017, 09:59:52 PM
#1
I saw people posting about WikiLeaks doing this so I thought I'd make a tool to do it automatically.

You can check it out here:
https://github.com/ableiten/vsend

An example message can be seen here: https://blockchain.info/tx/ae4a62415ac13b57fd3ad7a6c1c6c7092508d22622d94a20b90441ad3e78e67a

Edit: fixed message link
Jump to: