Post
Topic
Board Announcements (Altcoins)
Re: [ANN][2POW] Luck - A new consensus algorithm to eliminate large mining pools
by
garlonicon
on 18/11/2020, 16:09:26 UTC
Quote
Where to see the power of calculation?
You can get it directly from your node, for example:
Code:
#!/bin/sh
./luck attach ~/.luck/luck.ipc --exec 'for(var i=0;i<fort.blockNumber;++i){console.log(fort.getBlock(i).totalDifficulty);}'
This command will print totalDifficulty for each block. You can save it to some text file and draw some chart using Excel or any other software.