DevDokus / steem-funds-collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steem Funds Collector

This script will allow you to transfer your STEEM and SBD
quickly from your accounts to 1 targeted account.
The fund's collector will be useful for those with multiple accounts.
Within a few seconds, your fund's will be transferred and supports
up to 10 accounts! You are however able to add more accounts on
the list if you may wish to.


Contact the developer:

Platform Value Username Chance of Reply
Steemit https://steemit.com/@devske/ Devske On Blogs Only
Discord https://discord.gg/AdCZUFA @Grandmother#5057 Best Option
Email devske@outlook.com ---- Good Option

How to start the script ?

When you have installed the dependencies via the install.bat,
and when you have set all parameters in the app.js,
you can simply double click and activate the start.bat
and enjoy the magic happening!


How to install

  • First, you need to make sure to install NodeJS.
    This version was made and tested with v10.15.3
    https://nodejs.org/dist/v10.15.3/

  • After you installed node you need to extract
    the .rar file Github will provide you.

  • Click on the install.bat file.
    This will install the node dependencies.


How to set up the script?

  1. Open the app.js with a code editor of choice.
  2. Set the webSocket to an RPC Node of choice.
  3. Set the target to the account receiving the funds.
  4. Set the SBD and STEEM parameter.

Below the available options

Options Value Type Description
webSocket https://rpc.steemviz.com string Set your RPC Node Connection
target Account Name string Account to receive funds
SBD true boolean Transfer any amount available
SBD false boolean Transfer no funds
STEEM true boolean Transfer any amount available
STEEM false boolean Transfer no funds

How to insert your accounts?

The moment you first open the script, you will find
all account arrays empty. You have to enter each account
that you would like to transfer from.

The array needs to fill in as followed:

Array Account Name Private Active Key
acc1 devske 5JmgLKAJFBdlJHFbHFBWRT31245LldfhBfkdfbjklsdfBsNJKFNDDF
acc2 rebel 5JmgCkjshfAFJFDBsjfaFSKJDBF34653SADFJDFBFksjndfFjkBFkj
acc3 somedude 5JmgfujAFDHbOFHJBVa8745rKLJSbfdAfLKJFBLkJflKJBbLKFjbdk

The end result should look like this:

Array Result

If you are using more accounts you also fill in the other arrays.

How to delete account arrays?

It could just be that you have less than 10 accounts.
You can leave the arrays empty, but may you get errors,
or you would like to remove the access account entries,
you can do the following:

  • Open app.js with a code editor of choice.

  • Delete every account array you are not using.
    Account Array

  • Delete also the sum up of the array at the bottom of the app.js
    Array Sum Up

  • Once you have done this, the end result should
    look the same as the following picture.
    Account Array Result


How to add extra account arrays:

Maybe Steemit is a sort of drugs for you,
and you want to go hardcore? This is entirely possible.
You simply have to add more arrays to the script and you're set.

  • Open app.js with your code editor of choice.

  • Add in the extra account arrays.
    Adding Account Arrays

  • Make also sure to add the extra entries here !
    Dont forget this

  • Once done the end result should look like this:
    Adding Accounts Result


Donate a X amount of % to the developer:

You can support the developer with a percentage
of the funds you are about to transfer.
You have the following options. Donations are
calculated per transferring account.

Options Value Type Description
Donate true / false boolean Activate / Disable Donations
d_sbd true / false boolean Send SBD Donation
d_steem true / false boolean Send STEEM Donation
d_amount 0.1% / 100% Percentage Set amount to Donate

Before using this script !

This script is for personal use only.
If you want to redistribute this script
need to have written permission from the
copyright holder. See the License file for
more information.


About

License:Other


Languages

Language:JavaScript 80.8%Language:Batchfile 19.2%