Simple SP/HP Delegation Tool for Steem or Hive Blockchain

Delegator ID (Optional): (URL parameter ?delegator=justyy) Delegatee ID: (URL parameter ?delegatee=justyy) Amount: (URL parameter ?amount=100) or or

Delegate via SteemJs

The page integrates Steem-Js Library (ver 0.7.7). You would need to enter active key (which is pretty safe as it stays locally in your browser).

The Core SteemJs code to broadcast a delegation is:
steem.broadcast.delegateVestingShares(ActiveKey, delegator, delegatee, amount + " VESTS", function(err, result) {
  if (err) {
      log(err);        
  } else {
      log("Successful!", result);
  }
}); 

Delegate via SteemIt Wallet

You can now visit SteemIt Wallet and then Choose Delegate from Steem Power Dropdown Menu.

Delegate Steem Power at SteemIt Wallet

View Other Steem Tools and APIs | Vote @justyy a Witness or Set @justyy as Proxy

URL parameter: ?nocache

Created and Maintained by @justyy. All rights Reserved ©, 2024. 中文: Steem/Hive SP/HP 代理工具