Tutorial-How to delegate SP using Gator script by inertia

in #tutorial7 years ago

Hello guys, today we will learn how to delegate Steem Power (SP) using Gator script by inertia.

You will need linux or any flavor of linux like ubuntu ,centOS or fedora. If you dont have one check here to run it as virtual player on windows machine.

You will also need ruby and gem installed on linux, if you don't have it check here uptil step 11.

Now we are ready to download gator script and run, here are commands

$ git clone https://gist.github.com/3107372d2a52fed7c8f1a2e943cf6300.git gator
$ cd gator
$ bundle install



1t.PNG

Once downloaded, go to gator folder and open delegators.txt file

2.PNG

Here you will need to enter your account name followed by account private key.Save it and go back to terminal.

Before we run main command, we need to convert it to vests, to do so:

  1. Go here and check value of steem_per_mvests, at time of this posting, its 484.062
  2. calculate 1,000,000 and divide the steem_per_mvests
  3. Multiply it with amount of SP you wish to delegate.

Example: Suppose I wish to delegate 4 SP

  1. Current steem_per_mvests is 484.062
  2. 1,000,000/484.062=2065.8510687
  3. 2065.8510687 x 4 SP= 8263.40427 vests

Now in terminal, enter

ruby gator.rb vesting_shares:8263.40427 delegatee:youraccountname broadcast:true


desktop1.PNG

You will get a success message and have successfully delegated Steem Power.

Incase you wish to withdraw delegated SP ,you need to enter command:

 $ ruby gator.rb vesting_shares:0 delegatee:youraccountname broadcast:true



You will get back your delegated SP after a period of 7 days.

Important Note:
You cannot delegate SP that is delegated to you by someone else. You can only delegate SP that you own.

Special thanks to @inertia for script :)


Upvote and share if this was helpful

Sort:  

FYI, the main purpose of gator.rb is to do mass delegation from multiple accounts. If all you want to do is delegate from a small number of accounts, try:

https://github.com/aaroncox/vessel/releases

Thank you for a great article!

Congratulations! This post has been upvoted from the communal account, @minnowsupport, by orionsbelt from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, and someguy123. The goal is to help Steemit grow by supporting Minnows and creating a social network. Please find us in the Peace, Abundance, and Liberty Network (PALnet) Discord Channel. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.

If you like what we're doing please upvote this comment so we can continue to build the community account that's supporting all members.

Cool, do you perhaps know how to get delegated steem power? Buy/loan?

Yes, you can use minnowbooster, I'll make full tutorial about it today :)

Great thanks, some one also mention it to me on Dischord, just need to save up some STEEM!!!