Bitcoin Forum
April 26, 2024, 10:17:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [How to] Send payments to emails, urls and domains in GUI  (Read 2677 times)
khal (OP)
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile WWW
April 20, 2011, 06:26:36 PM
Last edit: April 21, 2011, 07:58:39 AM by khal
 #1

This his currently a patch proposed for integration into bitcoin : http://bitcointalk.org/index.php?topic=6186.0
Here 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 website

Default address for your own domain
Create a file named "bitcoin-address.txt" at the root of your domain and remplace 111... chars with your address :
Code:
{
    "error" : "",
    "label" : "Label of your website, or email address for example",
    "address" : "1111111111111111111111111111111111"
}

Email address for your own domain
Example : mymail1@mydomain.com
Create a file named "bitcoin-address-mymail1.txt" at the root of your domain and remplace 111... chars with your bitcoin address :
Code:
{
    "error" : "",
    "label" : "Your email address or a label",
    "address" : "1111111111111111111111111111111111"
}

Example : mymail2@mydomain.com
Create a file named "bitcoin-address-mymail2.txt" at the root of your domain and remplace 222... chars with your bitcoin address :
Code:
{
    "error" : "",
    "label" : "mymail2@mydomain.com",
    "address" : "2222222222222222222222222222222222"
}


2. You have an email and don't own the domain
Example : mypseudo@gmail.com & 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/mypseudo@gmail.com

You can also register a pseudo on bitcoin-contact and use this directly : mypseudo@bitcoin-contact.org
Note : you can also set the label to "mypseudo@gmail.com" and people who use "mypseudo@bitcoin-contact.org" will receive a contact like that :
- label : mypseudo@gmail.com
- 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.
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
gigabytecoin
Sr. Member
****
Offline Offline

Activity: 280
Merit: 252


View Profile
April 21, 2011, 07:18:33 AM
 #2

Love the idea Khal. Sending to email addresses is a crucial factor in stealing all of PayPal's "loyal" customers.
khal (OP)
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile WWW
April 21, 2011, 09:59:41 AM
 #3

Here is what it looks like when you click on the Send button :


To do this i've simply created this file :
http://www.sky-animes.com/bitcoin-address-khalahan.txt
khal (OP)
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile WWW
April 22, 2011, 04:10:37 AM
Last edit: April 22, 2011, 07:39:21 PM by khal
 #4

- Patch has been updated to support HTTPS only for secured requests
- file naming has moved to :
Domain owner : /bitcoin-address-domain.json (instead of /bitcoin-address.txt)
Users : /bitcoin-address/user.json (instead of /bitcoin-address-user.txt)
ploum
Sr. Member
****
Offline Offline

Activity: 428
Merit: 253



View Profile WWW
May 14, 2011, 08:17:12 PM
 #5

Hello,

This is very interesting, please consider the following protocol:
http://bitcointalk.org/index.php?topic=1859.msg23094

(which allows you to embed a message in your transaction)

Also, instead of putting random .txt file at the root of your website, have a look at http://code.google.com/p/webfinger/ which is exactly what you need!


Finally, you might be interested by the following read:
http://ploum.net/post/building-your-web-identity


You are really addressing the biggest flaw of Bitcoin, keep on the good work. If you need help, don't hesitate to contact me.

singpolyma
Full Member
***
Offline Offline

Activity: 546
Merit: 101



View Profile
May 14, 2011, 08:24:30 PM
 #6

This his currently a patch proposed for integration into bitcoin : http://bitcointalk.org/index.php?topic=6186.0
Here 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 website

Default address for your own domain
Create a file named "bitcoin-address.txt" at the root of your domain and remplace 111... chars with your address

You should either use DNS or XRD/LARD/WebFinger based discovery.  In an extreme case you could use the new /.well-known/ standard, but really this is exactly a use case for XRD/WebFinger.
Pages: [1]
  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!