demo
Well-known member
YOU CAN WATCH ONLINE THE SCRIPT's RESULTS OVER HERE:
https://demodun.github.io/mnowatch/
In this thread I will post the IP addresses of the masternodes and what they voted on various proposals. Each message post will be dedicated to a monthly superblock, so expect more messages in this thread and press the "watch thread" button to be informed whenever I post.
I also post the appropriate code and instructions needed in order for you to get the statistics of this kind and compare it to mine.
Instructions:
1) If you want to get reports from http://dashninja.pl API
https://demodun.github.io/mnowatch/
In this thread I will post the IP addresses of the masternodes and what they voted on various proposals. Each message post will be dedicated to a monthly superblock, so expect more messages in this thread and press the "watch thread" button to be informed whenever I post.
I also post the appropriate code and instructions needed in order for you to get the statistics of this kind and compare it to mine.
Instructions:
1) If you want to get reports from http://dashninja.pl API
- put into the same directory: the script and the javascript code.
- run the script.
- It will produce the report into a file named the_results.html
- Edit ~/.dashcore/dash.conf and put the below in it
Code:
server=1
rpcuser=demo
rpcpassword=aaaa
rpcallowip=127.0.0.1
rpcport=9998
- Run dash-qt wallet and wait until it synchronizes
- put this script and this javascript in an empty directory where dash-cli resides also there, then type chmod 755 * and run the script. (it takes long to finish, and you should run it at least once every month, just before the superblock arrives)
- The results are inside the file upload.zip and into a file named the_results_dashd_dd-mm-yyyy.html. You may use the IP addresses files in order to get more statistics (country, location e.t.c), but this requires another script to be written, and a paid development permission in order to massively use http://ipinfo.io api. (the api allows only 1000 request and we need a lot more)
Last edited: