Steemit-Payout-Bot

in #utopian-io6 years ago

Steemit-Payout-Bot



You should not use this bot unless you understand exactly what it does. It requires your active_key and its use is not recommended. Do not ask me for support if it sends all of your money somewhere.

As with all of my tools, this disclaimer applies:

Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.

This Bot performs transactions of a certain amount of Steem or SBD to the list of users provided by the operator.

Installation

$ git clone https://github.com/Eutectico/steemit-payout-bot.git
$ cd steemit-payout-bot
$ npm install

Configuration

First rename config-example.json to config.json:

$ mv config-example.js config.js

Then set the following options in config.js:

var config = {};

config.steem = {};

//Global Configuration
config.steem.username = process.env.STEEM_USER || 'yourbotaccount';
config.steem.password =  process.env.STEEM_PASSWORD || 'your_private_active_key';
config.steem.url = 'https://rpc.buildteam.io';
config.steem.auth_type = 'owner'; //owner, posting

//delay in milliseconds between each write transaction
config.steem.delay = 250;

//memos only
config.steem.list =  'list.txt'; //The location of the list file containing one listed Steem account name per line
config.steem.message = 'Hello @username, Test message.'; //message to be sent in each memo (@username will be replaced)
config.steem.amount = '0.001 SBD'; //amount of SBD or STEEM to send to each Account
config.steem.send_memos_to = true;//an array of accounts to send memos to, else false

//and thats that
module.exports = config;


Userlist

You must create a list of users where the payouts will be made. The file must contain only one Steem account name on each line and nothing else in the following example:

account_1
account_2
account_3

Run

$ nodejs payout.js

Check here to see an updated version of this bot:

https://github.com/Eutectico/steemit-payout-bot

Sort:  

Exellent post

This post has received a 74.50% upvote from thanks to: @minnowhelperteam.
For more information, click here!!!!

If you use our Robot before your post has 1 day and get an Upvote greater than 1%, you will automatically receive Upvotes between 1% and 10% as a bonus from our other robots.

Do you know, you can also earn passive income after every bidding round simply by delegating your Steem Power to @minnowhelper?
you can delegate by clicking following links: 10 SP, 100 SP, 500 SP, 1000 SP or Another amount

Help support @minnowhelper and the bot tracker by voting for @yabapmatt for Steem witness! To vote, click the button below or go to https://steemit.com/~witnesses and find @yabapmatt in the list and click the upvote icon. Thank you.

Voting for @yabapmatt

This publication has registered to the writing contest thanks to @sbdmessenger.

For more information, click here!!!!

See the Minnowhelper contest conditions here

Do you know, you can also earn passive income after every bidding round simply by delegating your Steem Power to @minnowhelper?
you can delegate by clicking following links: 10 SP, 100 SP, 500 SP, 1000 SP or Another amount

Congratulations @eutectico! You have received a personal award!

1 Year on Steemit
Click on the badge to view your Board of Honor.

Do not miss the last post from @steemitboard!


Participate in the SteemitBoard World Cup Contest!
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: @good-karma and @lukestokes


Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

Congratulations @eutectico! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Do not miss the last post from @steemitboard:

SteemitBoard - Witness Update
Do not miss the coming Rocky Mountain Steem Meetup and get a new community badge!
Vote for @Steemitboard as a witness to get one more award and increased upvotes!