MrZilch
Member
Hey Guys
Im currently studying computer science . I have done a semester learning python and now were learning java.
I would like to put my skills to use building DASH masternode monitoring software with a nice GUI. I currently use Dash ninja to get the information I need to keep an eye on my MN, but there is a few features missing I would like to see.
these are some of the features I plan on implementing:
If you have any other good features you think would be useful on a desktop app please leave a response thread.
Now my first question. Where is the best place to obtain this information? eg blockchain information. I plan on parsing the html source to get the required information that way. I have tried to parse the dashninja site but because it uses java script to load the blockchain data it returns the place holder strings. ( $$$ )(i think it uses javascript)
all responses & suggestions are welcomed. ps this could take me a while to get working but when its up and running I will open source the code. I plan on using java.
thanks !
Im currently studying computer science . I have done a semester learning python and now were learning java.
I would like to put my skills to use building DASH masternode monitoring software with a nice GUI. I currently use Dash ninja to get the information I need to keep an eye on my MN, but there is a few features missing I would like to see.
these are some of the features I plan on implementing:
- DASH Address Balance
- DASH Address
- Master node status
- payments history list
- projected MN payments based on previous payments average
- Masternode IP Address
- port check status
- last paid
- MN active duration
- last seen
- Country MN location
- Total paid (last month)
- MN Daemon Version
- P O S Score
If you have any other good features you think would be useful on a desktop app please leave a response thread.
Now my first question. Where is the best place to obtain this information? eg blockchain information. I plan on parsing the html source to get the required information that way. I have tried to parse the dashninja site but because it uses java script to load the blockchain data it returns the place holder strings. ( $$$ )(i think it uses javascript)
all responses & suggestions are welcomed. ps this could take me a while to get working but when its up and running I will open source the code. I plan on using java.
thanks !