How websites like silkroad and pandora process transactions?

1

I've been reading about Bitcoin on the news and I decided to learn how it works. I'm sorry if I'm posting dumb questions.

How these websites process transactions? How can they monitor one or more receiving addresses per registered users? Do they use custom software that interacts directly with the blockchain?

Bitcoin Newbie

Posted 2014-04-27T10:20:29.667

Reputation: 11

Question was closed 2014-04-30T10:51:38.383

silkroad process transactions really badly right now. Most probably you will wait forever till it will process it, because it is already shut down.Salvador Dali 2014-04-28T03:57:02.203

1@SalvadorDali The original Silkroad yes, Silkroad 2.0 is still running AFAIK.Jori 2014-04-28T11:23:17.937

@Jori AFAIK, there is no really stable market right nowSalvador Dali 2014-04-28T11:33:39.620

Answers

0

The underlying mechanism is to generate an address specifically for one payment. The address space for Bitcoin is mind-boggingly large (almost any 256 bits number is an address) so that's not an issue. That address is monitored for a payment and once the payment is received, automatically transferred to the merchant's final address (or payment).

As to software, it's a bit all over the map. You can either use something that will make the whole process transparent (like BitPay or Coinbase) or use lower-level APIs interacting with the BlockChain like BlockCypher.

Matthieu

Posted 2014-04-27T10:20:29.667

Reputation: 866