How to send many wallet transactions to other users at once?

in #utopian-io7 years ago (edited)

How to send many wallet transactions to other users with a memo (Steem-js)?

Do you want to send 0.001 SBD transaction to hundreds of account at once?

You can do this In Javascript with steem-js.
This javascript code was created by @heimindanger.

Requirements

  • Your steem active key
  • SBD balance

Difficulty

  • Basic

How to send many wallet transactions to other users at once?

1 Go to https://steemwhales.com/post/.

2 Open web console (F12 and click Console / Ctrl+Shift+K)

You will maybe need to type "allow pasting".

3 Copy this code to web console:

list = 'fbslo'.split(',')

for (numero=0; numero<list.length; numero++) { steem.broadcast.transfer('YOUR_ACTIVE_KEY', 'YOUR_USERNAME', list[numero], '0.001 SBD', 'This is test', function(err, result) { console.log(err, result); }); }

Don't forget to change YOUR_ACTIVE_KEY and YOUR_USERNAME. You can also change amount and memo (I used memo "This is test"). Change list of recipients (list = 'account1, account2, account3'.split(','))

4 Press Enter

send money.jpeg

5 Done :)

Please don't use this for spam purpose!

@fbslo

27496184_2012467288996553_1171355060_n.png
(Click on the button)



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Your contribution cannot be approved because it is not as informative as other contributions. See the Utopian Rules. Contributions need to be informative and descriptive in order to help readers and developers understand them.

You can contact us on Discord.
[utopian-moderator]

Hey @deathwing, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!

Nice post...Thanks for the update. Hope you would like to send some to me.

thanks i was looking for this :)

Grea post .this informative.thanks for this shareing

A genius experience, in search of high value ,amazing ..

Coin Marketplace

STEEM 0.17
TRX 0.16
JST 0.030
BTC 59400.36
ETH 2498.50
USDT 1.00
SBD 2.47