Skip to content

spikesolution/vfat-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vfat Interpreter

Code to process the output of https://vfat.tools/harmony/viper/ and pull out useful information.

Usage

  • Visit vfat.tools and wait for the report to be finalised
  • Select all and copy
  • cd to this project's working copy
  • ./bin/paste-and-parse.sh [project prefix]

"project prefix" will be prefixed to the filename of the daily stats file, to allow using this script for multiple projects

The last step will work on a Mac. On other platforms, save the copied data into a file, and then:

cat [your file] | bin/parse-vfat-output.rb

The script will only output data for pools with a non-zero staked value

About

Code to reformat & summarise data from https://vfat.tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published