OmniLayer / omnicore

OmniCore staging tree
http://www.omnilayer.org/
MIT License
758 stars 230 forks source link

How to batch send usdt to a address? #767

Open jingming66 opened 6 years ago

jingming66 commented 6 years ago

address A have amount 10,address B have amount 20. How to batch send to address C?If not,I will create more than one tranaction,and I will pay too much fee.

jorise7 commented 6 years ago

+1

shiayoung commented 6 years ago

A transaction only include one sender(even there may be more inputs) and one receiver, so cannot to combine diffrent address tokens to make a batch send in a transaction.

huahuayu commented 5 years ago

it's not possible, behind each usdt transfer transaction, it's bitcoin transactions. You have to fire the transaction one by one, by hand or by programs.