A newb's test - anyone want to buy a picture for $1?

8 messages BitcoinTalk Sabunir, NewLibertyStandard, The Madhatter, riX, Satoshi Nakamoto January 24, 2010 — February 9, 2010
Sabunir January 24, 2010 09:52 UTC Source ·

Hello all. I’ve decided to give Bitcoin a try. As a test, I want to see if I can make $1 USD from selling a picture. According to this, 500 Bitcoins should roughly be a dollar (after PayPal fees), right? If I understand this correctly, I should be told the Bitcoin Address of anyone who Sends me Bitcoins, right? And you have the ability to attach messages to the Send? If so, then I guess I could Send 0 Bitcoins in return, with a message containing a download link for the full image. Is this how things are supposed to work, or am I mistaken? To get the picture, please send the coins to me and then send a Private Message stating the time you sent them. I will reply to your Private Message with a link to the picture.

The image I’m selling is my own creation, with a resolution of 1280x960 - great for a desktop background. Here’s a low-quality preview:

Anyway, it’s been a pleasure to meet you all. My Address is 1BHtsCnpmTvpgJEP7eMKEVhpJFunxSM8vq. If this generates any interest, I could offer some more of my pictures…

NewLibertyStandard January 28, 2010 09:58 UTC Source ·

I certainly wouldn’t mind a larger Bitcoin application if it meant we could send an encrypted message along with each transaction. Right now I require an email message from customers who send me bitcoins. This is not ideal because if another person knew about a transaction that was occurring, they could take credit for the transaction by sending a message before the person who sent the bitcoins. About how many MB do you think it would add? Of course these messages will add to the size of the confirmation blocks being stored, so there should probably be a maximum size. Perhaps 256 characters would be a good maximum since the maximum size of an email address is 254 characters.

It would also be nice if transactions included a return address so that if a product or service being purchased can’t be delivered the seller could more easily and reliably refund the bitcoins.

The Madhatter January 28, 2010 10:24 UTC Source ·

A balance between extended transaction data while NOT becoming an instant messenger client would be nice. 😛

riX January 28, 2010 13:07 UTC Source ·
Quote from: NewLibertyStandard on January 28, 2010, 12:58:17 AM UTC

Right now I require an email message from customers who send me bitcoins. This is not ideal because if another person knew about a transaction that was occurring, they could take credit for the transaction by sending a message before the person who sent the bitcoins.

Why don’t you make them send the email before the transaction? Then you could reply to that email with a new and unique bitcoin address. You don’t even need to use email, it would be equally secure, although not that anonymous, to announce the customers email together with the bitcoin address on the frontpage of your site.

The method you are using now is equal to someone sending you cash in an envelope anonymously, including a note with the time he posted it, after which you send goods back to the first person calling you stating the time and amount in the envelope. (Including the mailman and anyone who has access to you mailbox). 😛

Sending the email before the transaction is equal to someone calling you, getting a unique box address which to send the money to. When the money arrives to that post box, you send the goods to the customer.

Satoshi Nakamoto January 29, 2010 00:22 UTC Source ·

The recommended ways to do a payment for an order:

  1. The merchant has a static IP, the customer sends to it with a comment.
  2. The merchant creates a new bitcoin address, gives it to the customer, the customer sends to that address.  This will be the standard way for website software to do it.

RSA vs ECDSA: it’s not the size of the executable but the size of the data.  I thought it would be impractical if the block chain, bitcoin addresses, disk space and bandwidth requirements were all an order of magnitude bigger.  Also, even if using RSA for messages, it would still make sense to do all the bitcoin network with ECDSA and use RSA in parallel for only the message part.  In that case, everything that’s been implemented up to now would be implemented exactly as it has been.

We can figure out the best way to do this much later.  It could use a separate (maybe existing) e-mail or IM infrastructure to pass messages, and instead of RSA, maybe just put a hash of the message in the transaction to prove that the transaction is for the order described in the message.  The message would have to include a salt so nobody could brute force the hash to reveal a short message.

The Madhatter January 29, 2010 02:31 UTC Source ·

The main issue is that the bitcoin application was designed as an end-user P2P program. (And a proof of concept?) I see it being highly successful in this arena.

However, from the perspective of the merchant (myself, and others) payment automation is currently impossible. :/ We could fork off a console-only version or perhaps just put in some defines that can be switched on at compile time to remove the X11/wxwidgets stuff and switch on a control API. I hope for the latter.

Payment automation needs to be addressed to expand the market that accepts bitcoin as a payment method.

Thanks. 😊

NewLibertyStandard January 29, 2010 02:38 UTC Source ·

I have modified the instructions for payment on my website. Thanks for the suggestion.

Sabunir February 9, 2010 23:22 UTC Source ·

It seems apparent that this offer is not desired. In interest of refining future attempts: Why?

  • You don’t like the picture?
  • You don’t accept the price?
  • Other reasons?