You are viewing a single comment's thread from:

RE: How to claim all pending token rewards at once - improved claim command

in #scot5 years ago (edited)

Great!

but I also suggest adding the following format:

{"symbol": ["TOKEN1","TOKEN2"]} instead of [{"symbol": "TOKEN1"}, {"symbol": "TOKEN2"}] to save RC. This way is much shorter for many tokens.

I think you can still distinguish between single & multiple tokens by chechking the type.

ps. I'm also running Scotauto: Scot token claim automation as a service: https://economicstudio.github.io/scotauto/

If you're running a similar thing via steemrewarding, I may stop this unless many people still use it. I actually waited for you to introduce that feature in your service :) Thank you.

Sort:  

I've gradually adding scot-bot features to my own bots, SteemClerk and @we-are-one. I like the suggestion of the tokens being an array of strings / token names. The other method seems unnecessarily wordy. Thanks for the github links! Hope you don't mind if I raid them for snippets.

thanks and sure np :)