bitcoin-labs / bitcoin-mobile-android

http://bitcoin-labs.github.com/bitcoin-mobile-android
Apache License 2.0
30 stars 6 forks source link

(invoice URI) --> (keys, hashes, indexes, out_addresses, out_amounts) #4

Closed andrewschaaf closed 13 years ago

andrewschaaf commented 13 years ago

Trivial algorithm for now: iterate through the available table until sum(recipient_amounts) exceeded, send the change to a single new key.

Later: privacy-oriented fanciness.

andrewschaaf commented 13 years ago