Steemit reward bot (browser version)

in #steemdev7 years ago

Hi steemians, this is my first posting on steemit. 😁

I've developed a steemit reward bot inspired by @klye's work.

Steemit reward bot

It checks account balance every minutes and claim rewards if any exists.

The bot will claim your reward automatically so you can concentrate on your steemit life more.

스크린샷 2017-07-06 오후 3.32.13.png

Keep in mind that it's working on your browser, it will be stopped if you close the page.

You can view source code on github.

Enjoy your steemit life~

Sort:  

So, if it works on the browser, the key does not leave the computer, right?

The purpose of having to click the reward button is to merge the rewards in one single transaction, reducing the blockchain size and making the network more stable.

As far as I know the network can easily manage all the transactions, but it may be necessary in the future to increase the bot delay or even shut it down. A feature that monitors the network and disable the bot if problems in the network are detected would be cool. Unfortunately I do not know how this can be done.

The key isn't recorded anywhere in the computer, but just input box in browser.
The Steem.js API is used to monitor and claim.

Cool, this is an important security feature.