Self-reward on Steem
Do you know you're wasting your Steem Power once it reaches 100%? Want to keeo the SP to yourself while making some direct passive income without any fees? Try running on your own!
Overview
This script is created by , user can log in with their steem
posting_key, and the script will automatically generate comments and vote on them. You can customize voting weight and voting power threshold to fit your needs, so that we can be sure that no voting power is wasted while we're asleep.
Installation
- You need to have
nodejsinstalled to run the script.
$ git clone https://github.com/antoncoding/steem-self-reward.git
$ npm install
Configuration
Rename config-example.json to config.json:
$ mv config-example.json config.json
Set the options in config.json:
{
"rpc_nodes": [
"https://api.steemit.com",
"https://rpc.buildteam.io",
"https://steemd.minnowsupportproject.org",
],
"account": "account_name",
"posting_key": "private_posting_key",
"target_author":"self-reward", // Info about target post you want to create your comments on, feel free to just use this one :)
"target_permlink":"save-your-wasted-sp-and-maximize-your-incom-on-steem",
"parent_comment_content":"This is a comment created for self-reward.",
"voting_power_threshold":10000, // create new comment and vote when 100% voting power reached.
"voting_weight":10000, // Vote with 100% voting weight
}
Run
$ node self-reward.js
Donation:
I'll appreciate it if you want to buy me a cup of bubble tea :)
- Steem account: @self-reward or @antonsteemit