How I can send SBD to many members like the btc blockchain!
Hello steemers is there a way to send SBD to more as one in one Transaction!
I need it for my faucet
https://steemit.com/faucet/@miketr/steemfaucet-round-4
In the btc wallet i can send splittet to many Wallets!
I make every transfer manualy!
How can I do this at the Steem Wallet!?
Same Amount like 0.01 SBD or Steem with the same Memo to many Members?
Thanks for help!

A steem transaction can contain several operations. I. e. you can send stuff to different accounts within a single transaction. I'm not sure if you can do that using only api calls.
Can I make:
transfer "<from_account>" "account1" "account2" "account3"" STEEM" "<memo_message>" true
and so on ...
Is this working? and how I can do this?
Don't think you can do it from steemit, I think that the CLI wallet also supports sending transactions to a single user only, not multiple. However with the help of a script you might be able to automate the CLI wallet to send to a list of accounts via JSON-RPC calls... maybe.
What is the CLI wallet?
Is where no normaly Wallet that i can download to enter the steem blockchain!
I think I must make a Node and mining so I have an entry to the steem blockchain!
Single transfer is:
transfer "<from_account>" "account1" " STEEM" "<memo_message>" true
Can I make:
transfer "<from_account>" "account1" "account2" "account3"" STEEM" "<memo_message>" true
and so on ...
Is this working? and how I can do this?
Don't think this will work as I only a single parameter for recieving account is expected.
Upvoted