Steem reward manager : Power up update.

Steem reward manager is a bot to automatically redeem your rewards, and if you get sbd, convert it to steem.

It supports multiple accounts so you can manage as many as you want.

I created it because it was annoying to do the same things over and over again.

For more infos you can find the original post here : https://steemit.com/utopian-io/@howo/introducing-the-steem-reward-manager

After letting it run for a while I realized that I still needed to power up manually, so I updated it :

New Feature : Power up

At first it was a global power up option, power all of the accounts or not. But then I realized that I needed a better granularity, so I changed the configuration scheme from :

    [
        ["howo", "account2", "account3"],
        {
            "howo":"Activekeyhowo",
            "account2":"Activekeyaccount2",
            "account3":"Activekeyaccount3",
        }
    ];

(which was ugly)

to

    {
      "howo" : {
          "wif":"activewif",
          "powerup" : true
      },
        "account2" : {
          "wif":"activewif",
          "powerup" : true
      },
        "account3" : {
          "wif":"activewif",
          "powerup" : false
      }
    };

So each account got its own configuration and will power up the redeemed steem (and converted steem power) or not.

For the implementation I created the "power_up" snippet and added it to steemsnippets

The power up happens line 65

As for the commits, most of the work happened on these three :
https://github.com/drov0/Steem-reward-manager/commit/0dd32f309850b8164f3be0b657ace8743c6150f1
https://github.com/drov0/Steem-reward-manager/commit/e8922f864fd2e5e502179aa6dcdcfbbc7a4594ec
https://github.com/drov0/Steem-reward-manager/commit/2015fc084dd9da110d58ea0fdf0d144cb1f6506a

So if you're using the bot, feel free to update and if you liked the no power up version just set "powerup" to false in the configuration :)



Posted on Utopian.io - Rewarding Open Source Contributors

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center