Bitcoin Forum
June 14, 2024, 07:13:32 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / duplicated address error on: June 19, 2014, 03:41:04 AM
Hi,
I’m trying to make transaction which have multiple addresses like this
https://blockchain.info/tx/90a93935821d4d298b69bbc639bcec057601ef5eb189cba3932c81aad768774e
You can find few addresses are received 2 times in that transaction.

So, I tried to simulate this by using raw transaction.

first, I made raw transaction.
Quote
bitcoind createrawtransaction '[{"txid":"ac59730a329d54be037e5f88677656a7ec083ab9721870337e443aec92c46ef9","vout":1}]' '{"mgyyu44o5zSJdjQwcJieaP7pj1MiVv9QmC":0.3, "miuGQgtAAUxXLf4K3Q1z3XMWfXrekkkRUg":0.4, "miuGQgtAAUxXLf4K3Q1z3XMWfXrekkkRUg":0.2}’

but, I got errors.
Quote
error: {"code":-8,"message":"Invalid parameter, duplicated address: miuGQgtAAUxXLf4K3Q1z3XMWfXrekkkRUg"}

How do I make transaction which has same receiving addresses more than 2 times.

thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!