• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

DashTV - The easy way to keep an eye on your investment

For the time being, DashTV is stuck. It always depended on moo's API which is down now. Need to find another solution. If someone knows about another API which provides Dash MN rewards (most important) and maybe price too, please tell me.
 
For the time being, DashTV is stuck. It always depended on moo's API which is down now. Need to find another solution. If someone knows about another API which provides Dash MN rewards (most important) and maybe price too, please tell me.

I wonder if DAPI could be used for this ? Maybe you could reach out to one of the Evo devs ?
Dashninja and Dash Central also use API's to fetch MN rewards and price i think, maybe check with Elbereth & rango ?
 
Last edited:
Last edited:
Good to hear.
Did he adjust his API to the blockreward allocation change, which impacts the annual revenue for masternode operators over time ?

See : https://bitcointalk.org/index.php?topic=421615.msg55702362#msg55702362 (3 superblocks between each period, 4 changes in a year, 18 more periods to go, Period 1 completed 28th of November 2020)

Not sure but I don't think so. As you know he is not reachable most of the time. There is also the thing, that he calculates with the total MN number - not with the active MN only how it should be. The result is lower reward numbers than in reality. Definitely need to optimize that, and keep an eye on if the the rewards adjust.

Edit: found this in his API so he might have added the allocation change: "mn_mc_pct": 51.66077384316712
 
Last edited:
Not sure but I don't think so. As you know he is not reachable most of the time. There is also the thing, that he calculates with the total MN number - not with the active MN only how it should be. The result is lower reward numbers than in reality. Definitely need to optimize that, and keep an eye on if the the rewards adjust.

Edit: found this in his API so he might have added the allocation change: "mn_mc_pct": 51.66077384316712

I think what you found in his API is the percentage of supply that forms the combined masternode collateral : https://stats.masternode.me/network-report/399593

MASTERNODES -----
5,094/4,757 total/enabled masternodes
51.65% pct. dash backing masternodes

Also the masternode/miner rewards are still calculated by him on a 50%/50% ratio at the looks of it, and the masternode reward is currently indeed at the low side (should be at 1.48 Dash and increasing a bit every three months for the next 4.5 years).

GENERATION ------
1.44236248 masternode/miner min. reward
 
Good news, DashTV is back with accurate numbers now. Roi is calculated by Xkcd's script. Also I created my own API which means less dependency (and hopefully less/shorter downtimes/errors). I'm fetching market data directly from 4 exchanges and the other information comes from my full node.
 
@pille Looks like the Dash price got stuck on DashTV. FYI

Update : correct Dash price is showing again today.
 
Last edited:
@pille Hi Pille, there seems to be a problem with your DashTV website ? Forbidden access / 403 warning ?

Remarkable coincedance by the way, as i just mentioned on Dash Central how much a masternode whale with 98 masternodes who recently paid the proposal fee for the creation of a Russian budget proposal by using input amounts from several of his masternodes (and thereby became fully traceable by mnowatch.org and identifiable to the Dash community as being Russian) would earn, using your DashTV website.

Next day your website is down. I just hope they did not DDoS your DashTV website.

Edit 23-01-2023 : issue looks to be fixed. Thanks
 
Last edited:
@pille Hi Pille, there seems to be a problem with your DashTV website ? Forbidden access / 403 warning ?

Remarkable coincedance by the way, as i just mentioned on Dash Central how much a masternode whale with 98 masternodes who recently paid the proposal fee for the creation of a Russian budget proposal by using input amounts from several of his masternodes (and thereby became fully traceable by mnowatch.org and identifiable to the Dash community as being Russian) would earn, using your DashTV website.

Next day your website is down. I just hope they did not DDoS your DashTV website.

Edit 23-01-2023 : issue looks to be fixed. Thanks
Somehow I couldn't access my full node anymore from the website, which cause high load in my php script. Hoster of course was not happy and canceled my account (he assumed I am running a miner, reading bitcoin in one of the scripts). But after explaining everything everything got reactivated.
 
View attachment 10272

I always felt there has to be tool where I can check all the data (most important fiat value) of my Dash addresses on one screen. Ok, time to renew some html/css/js/php "skills". So here is what I got, maybe useful for some of you too. Put it onto your RasPi like me, onto your smartphone, 2nd screen, big TV in the entry hall of your villa, whatever.

https://dash-news.de/dashtv/
https://m1.dash-news.de/dashtv/ (mirror 1)
https://m2.dash-news.de/dashtv/ (mirror 2)


Dash- and fiat-data gets refreshed every minute, the value of your addresses once an hour. MN count is calculated automatically (yourDash/1000).

Default parameters are: 1000 Dash (1MN) and USD as fiat currency.

Custom parameters:
curr=EUR or CNY,GBP,CAD,RUB,HKD,JPY,AUD,CHF,PLN
addr=address1,address2,address3... (too many addresses will take some time)

OR
value=customDashAmount

Example: https://dash-news.de/dashtv/#curr=EUR&addr=XhhAW4PZm8y6fe8577Qo8gs8zBPqe4Ab98,XekiLaxnqpFb2m4NQAEcsKutZcZgcyfo6W (thats what it looks like when you own the 1st and 2nd address of the rich list)


Special thanks to: mjsrs for his api, UdjinM6 for his help and the dash block explorer api.
Dash TV sound like a good thing to have via usb , stick in a tv...
 
Back
Top