This his currently a patch proposed for integration into bitcoin :
https://bitcointalksearch.org/topic/pull-send-payments-to-emails-urls-and-domains-in-gui-6186Here is a 64bits binary for linux if you want to test :
http://dl.free.fr/vX39kOI7Y (backup your wallet before. You can't test with an empty wallet, because bitcoin will stop after checking the amount)
1. How to add this to your website
2. You have an email and don't own the domain
1. How to add this to your websiteDefault address for your own domainCreate a file named "bitcoin-address.txt" at the root of your domain and remplace 111... chars with your address :
{
"error" : "",
"label" : "Label of your website, or email address for example",
"address" : "1111111111111111111111111111111111"
}
Email address for your own domainExample :
[email protected]Create a file named "bitcoin-address-mymail1.txt" at the root of your domain and remplace 111... chars with your bitcoin address :
{
"error" : "",
"label" : "Your email address or a label",
"address" : "1111111111111111111111111111111111"
}
Example :
[email protected]Create a file named "bitcoin-address-mymail2.txt" at the root of your domain and remplace 222... chars with your bitcoin address :
{
"error" : "",
"label" : "
[email protected]",
"address" : "2222222222222222222222222222222222"
}
2. You have an email and don't own the domainExample :
[email protected] & address 11111111111111111111111111111
Register your email and bitcoin addresses to
http://bitcoin-contact.org/?account and set them public.
Then, give this url to your contacts :
http://bitcoin-contact.org/q/getaddress/[email protected]You can also register a pseudo on bitcoin-contact and use this directly :
[email protected]Note : you can also set the label to "
[email protected]" and people who use "
[email protected]" will receive a contact like that :
- label :
[email protected]- address : 11111111111111111111111111111
If you have configured you domain/email address, I can test it and say you if it works.
If someone is able to compile a windows version, i'll add it at the top of this thread.