I have a problem with the blockchain API and maybe you can help me to solve it:
I make a code to make bets on luckybit (https://bitcointalksearch.org/topic/luckybit-bets-bot-curl-blockchain-api-806051), i can make single bets with:
Bets to the 3 diferent colors with:
yellow="1LuckyY9fRzcJre7aou7ZhWVXktxjjBb9S"
red="1LuckyR1fFHEsXYyx5QK4UFzv3PEAepPMK"
BTCg="250000"
BTCy="150000"
BTCr="100000"
curl "https://blockchain.info/merchant/$gu/sendmany?password=$pas&recipients=%7B%22$green%22%3A$BTCg%2C%22$yellow%22%3A$BTCy%2C%22$red%22%3A$BTCr%7D&shared=false&fee=10000"
But the problem is when i want to make more than 1 bet to the same color (same addy) in the same transaction. I try with the multiple color bets code, and put the same addy for green, yellow and red. But only one bet comes down.
I wan to find the way to send 0.001 3 times or more to the same addy in the same transaction with the API:
something like this: https://blockchain.info/tx/58f285b29ec21345542b2e2c3c86253d22236ac8e0b5e4308dbab9935e3428df
Hope some one can help me with this. Thx