Tool Update: Adding Pie Chart to Delegation Tool

I have added a Pie Chart to the following tools:

  1. View Delegatees: https://steemyy.com/delegatees/
  2. View Delegators: https://steemyy.com/delegators/

Example:
image.png

As usual: this update has also been applied to the Chinese versions:

  1. View Delegatees: https://steemyy.com/list-of-delegatees/
  2. View Delegators: https://steemyy.com/list-of-delegators/

The Charting library is based on ChartJs https://chartjs.org

A pie chart let you see the percentage of the delegation easily e.g. who is your biggest supporter (by amount of SP delegated to you)


I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com


This page is synchronized from the post: ‘Tool Update: Adding Pie Chart to Delegation Tool’

How Many Witnesses Are Powering Down? (Witness Tool Update)

Are you powering-down as a witness? If yes, what are you planning to do with it?

I have added this information in the witness ranking table.

https://steemyy.com/witness-ranking/

image.png

Please note: the powering down for witnesses are updated hourly and may not reflect the latest powerdown status.

You can hover on the powering down figures (which is the total number of STEEMs to power down over 13 weeks). Then it will lead to a detail powering down page with more information.

For example,

image.png

If the majority are Powering down, it may be a signal. But we shouldn’t criticise witnesses if they are powering-down, afterall, it is their STEEMs and they can do whatever they want.

Possible powerdown reasons:

  1. to keep some liquid steems (for investment purposes)
  2. to pay for the witnesses servers and other costs.

This tool, as usual, is also available in Chinese: https://steemyy.com/witness-ranking-table/


I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com


This page is synchronized from the post: ‘How Many Witnesses Are Powering Down? (Witness Tool Update)’

New Tool: Steem Blockchain Witness Voting History

This is a long weekend (Good Friday + Easter Monday). And we can only stay home due to the COVID-19. Perfect time to do some programming!

Using SteemJS, we’ll be able to scan the account history for transacations. We look for the account_witness_votes and
account_witness_proxy for the witness votes.

There you go:
https://steemyy.com/witness-votes-history/

Known Issue:
if an account has too many transactions, the page may freeze a little bit.

image.png

You’ll also see logs for witness-related records (You can configure to narrow down the result in above three select boxes)
image.png

And as usual, to support CN community, this tool is also available in Chinese: https://steemyy.com/witness-votes/


I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com


This page is synchronized from the post: ‘New Tool: Steem Blockchain Witness Voting History’

Cryptocurrency Discord Bot Update

A long while ago, I have developed a discord bot Cryptocurrency that allows you to query the prices of coins on discord channels.

Last year, coinmarketcap no longer provides public free API accesses, and thus the bot is partial broken (major coin querying still OK thanks to coinbase and cryptocompare) . Thanks to @coingecko I have now updated to coingecko’s API here

Also, this bot is getting popular, as I have received email from discord.

image.png

You can install the bot to your discord server using the following link, and do let me know if you have found bugs, problems or suggestions!

https://discordapp.com/oauth2/authorize?client_id=417847038697406467&permissions=522304&scope=bot

Once installed, you will see it online:
image.png

Then, type help or ?

image.png

And some simple queries:

image.png


I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com


This page is synchronized from the post: ‘Cryptocurrency Discord Bot Update’

Introducing the Witness Voting Tool

With lots of happening, I am just keen in making mini-tools. Here is another one:

https://steemyy.com/witness-voting/

image.png

What you can do in this tool?

  1. cast a witness vote (approve)
  2. cast a witness un-vote (unapprove)
  3. set a proxy
  4. clear a proxy.

You can do this by redirect to SteemConnect, or if you prefer, you can broadcast the action via SteemJs - which you will need to enter active key once (pretty safe, as the key will not go anywhere else).

If you choose the SteemJs method, you will need also your account ID.

The tool is also available in Chinese: https://steemyy.com/voting-witness/

The Core SteemJs code to broadcast a Witness Vote is:

1
2
3
4
5
6
7
8
// approve = 1, unapprove = 0
steem.broadcast.accountWitnessVote(ActiveKey, YourAccount, Witness, approve, function(err, result) {
if (err) {
log(err);
} else {
log("Successful!", result);
}
});

and to broadcast a Witness Proxy is:

1
2
3
4
5
6
7
steem.broadcast.accountWitnessProxy(ActiveKey, YourAccount, WitnessProxy, function(err, result) {
if (err) {
log(err);
} else {
log("Successful!", result);
}
});

I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com


This page is synchronized from the post: ‘Introducing the Witness Voting Tool’

Delegation Tool Upgrade: Delegate via SteemJs

Previously, the SP Delegation Tool I developed is only a simple tool that collects data in a simple form and redirects to SteemConnect.

My friends told me that the SteemConnect is blocked in China, some others told me that the SteemConnect is not user-friendly with too many buttons flowing between pages.

Thus, I have provided another way to delegate - via SteemJS.

image.png

Tool: https://steemyy.com/sp-delegate-form/
Also available in Chinese: https://steemyy.com/delegate-form/

Basically, The Core SteemJs code to broadcast a delegation is:

1
2
3
4
5
6
7
steem.broadcast.delegateVestingShares(ActiveKey, delegator, delegatee, amount + " VESTS", function(err, result) {
if (err) {
log(err);
} else {
log("Successful!", result);
}
});

How to use?

  1. Enter Delegator ID (Who you are)
  2. Enter Delegatee ID (Who you want to delegate SP/Vests to?)
  3. Amount (0 to undelegate)
  4. Unit (SP or VESTS): if entered SP, it will automatically be converted to VESTS
  5. Active Key (safe to use it in your browser)
  6. Click the Button
  7. Wait for the confirmed message.

I hope this helps!

Steem On!~


If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com


This page is synchronized from the post: ‘Delegation Tool Upgrade: Delegate via SteemJs’

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×