bitcoin:uri for sending payments to multiple addresses

3

2

Lets say I want a donate bitcoin button/QR code to send to multiple recipients in different ratios.

As in send 50% to wallet 1. Send 25% to wallet 2. Send 25% to wallet 3.

Is there any way to do this in a single transaction, IE, make a single bitcoin:uri to pay multiple people?

Thanks in advance.

thouliha

Posted 2015-07-17T02:23:41.730

Reputation: 131

Not really, but you could put a BIP70 url in the bitcoin uri, or have multiple qr codes.Nick ODell 2015-07-17T04:34:17.063

I know that BIP70 can have multiple recipients, but for given ratios?thouliha 2015-07-17T14:05:57.490

1Your form could ask the intended payment amount, and generate the outputs & signed payment request accordingly?karimkorun 2015-07-17T15:47:20.143

I suppose so, but I'd need to build a BIP70 wallet to do this I thinkthouliha 2015-07-17T16:46:41.493

No answers