How can I generate a QR code for multiple outputs?

0

I have an online store where users can pay with Bitcoin. I'd like them to send the total amount they have to pay to an QR code. From there on, the sent coins should be redistributed to two different wallet addresses in a 90%:10% ratio. How can I possibly do this?

lukssoftware

Posted 2017-11-11T12:29:50.083

Reputation: 1

Welcome to Bitcoin.SE! It would be a worthwhile project if you have the capability to do so, to define an extension to BIP 21 allowing distribution of payment from the wallet to multiple addresses.Willtech 2018-02-11T01:03:54.417

Answers

1

BIP0021 (the contents of a QR code) does not specify a method for defining multiple addresses.

Anonymous

Posted 2017-11-11T12:29:50.083

Reputation: 10 054

OK, are there any other options I can use besides QR codes?lukssoftware 2017-11-11T14:02:26.747

No, everything uses BIP0021 at the base layer. You'd have to define a new standard extension and convince wallet authors to implement it.Anonymous 2017-11-12T00:05:25.233