Skip to content

dundemo/mnowatch

Repository files navigation

mnowatch

This set of scripts is used in order to watch the way the Dash masternode owners vote. For more information read here.

Have a look at the reports that the above set of scripts produces, here.

CURRENT MNOWATCH VERSION: 0.14

QUICK INSTALLATION

  1. Put everything in the directory $HOME/bin, and run mnowatch.sh

cd; git clone https://github.com/dundemo/mnowatch; mkdir ~/bin; cp ~/mnowatch/* ~/bin; cd ~/bin; ./mnowatch.sh 0;

  1. The script runs silently and produces the reports in $HOME/httpd. If something goes wrong read the analytic installation.
  2. Do not edit or delete files inside the $HOME/httpd directory, the script highly depends on the time some files were written there.

ANALYTIC INSTALLATION

  1. First download dashd and install it into a Linux system. Then put dash-cli (along with any other script's dependencies, probably you will also need to install bc,ssdeep and gawk packages) into your execution path. (Read here for more instructions). In case you want to connect to a remote dash-cli then set LOCAL_DASHCLI to 0 in mnowatch.sh and btime.sh . You have to edit also the config.txt and put the appropriate values there.
  2. Download the git files of mnowatch package and put them into a directory named SOME_PATH_OF_YOUR_CHOICE/bin.
  3. Edit the script mnowatch.sh and change whatever is needed there (instructions inside the script)
  4. Run the script. The script runs silently and lasts from 5-20 minutes (in an Intel Xeon 2.7 Ghz) depending on the reports it's been asked to create.
  5. If the script ends without errors, everything is fine. The reports reside in SOME_PATH_OF_YOUR_CHOICE/httpd. No new report will appear in case the previous report is identical. The reports are best viewed with firefox browser.
  6. You can run the script manually, or you may edit the cron daemon (similar to the provided crontab.example) along with the btime.sh, in case you want to automate things.
  7. If something goes wrong (or if you have requests about new features/tweakings) leave a message to the issues.

LICENCE

The author of the software is the owner of the Dash Address: XnpT2YQaYpyh7F9twM6EtDMn1TCDCEEgNX

The code is under the GNU General Public License v2.0

About

watch mno

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published