Maximum ticket fee in the mempool added back to "AVERAGE TICKET FEE" block. It useful to see in the rush as today.
Hi @Dyrk, Thought you might want to see this, could be a bug. I guess average should not be higher than max.
Hi @Jamie Holdstock, thank you for the report. Well, it's not actually a bug. Here is the raw data: Code: "feeinfomempool": { "number": 3, "min": 0.01013513, "max": 0.0152027, "mean": 0.01349644, "median": 0.01515151, "stddev": 0.0029111 } As you can see I display always 4 decimals for the average (mean) fee and 2 decimals for the max fee. So, 0.0132 mean ~= 0.01 max. That's because Max price usually has some approximate value. For example, when the max fee is 0.20 DCR, in the "ticketfeeinfo" output it will be something like ~ 0.201414141414, but this seems to be not true (of course user did: "dcrctl --wallet setticketfee 0.2"). It looks a little weird for such a low fee, but it's for sure less confusing when the fees are high as 0.2 - 0.4 DCR.
Finally, I decided to release redesigned version of Dcrstats. It was long story (2 months) with many designs from many designers. I believe that this version is way better than the standard bootstrap which was released in February. So what are you waiting, check this out: https://dcrstats.com/ Please leave your feedback and require new / old features. Changelog: - Mobile version was improved (I removed charts, but you can find all necessary stats in the clean and super light page) - Redesigned: Dashboard page, Map page, PoW Charts page - Removed: Tutorials (soon GUI wallet will be released + we are working on new docs for Stakepool website, so there will be no need in this Tuts in the future) - Hundreds of small changes / fixes in stats
@Dyrk It is indeed awesome. Good looking, nice.. Easy for the eye, comfortable. I got only one thing. I really would like to see the theme and brand of Decred carry over to dcrstats. Let users choose between current colors/theme and the Decred theme, like this "forum" dark background with blue.. Poloniex has this aswell, you can choose between light colors and dark colors. I think it gives a strong impression.
Yes, I am waiting to see some results of "Rfp-7: Identity, Alignment, And Design", because probably Decred main theme will be changed. After this, I can change / add some colors. There was also Dark Dcrstats theme in design, but after 1 week of Solo-testing I decided to remove it and leave only the white one.
Because I failed to find golden mean between Dashboard and website for Decred popularization in the world, what was the main reason for the redesign. I decided to leave Dcrstats to be the Dashboard only. And I believe that the white version is better for this purpose. Maybe later (after cross-platform GUI wallet release) I will make a nice landing page about Decred to spam the world.
Nice work @Dyrk! The light theme is very clean and professional. On another note, I see the high price of $2.57 for the day, but the graph does not reflect this data. The most recent high point I see on the graph is at $2.13. Is something broken?
@David historical chart (year / month) is showing average daily price. Later I will add Day and Week charts with more accurate 5-minute intervals.
I agree good choice @Dyrk As @David said above it looks clean and professional. I was thinking more like this. Clean and simple
It may be an issue with decred-seeder: https://github.com/decred/decred-seeder Can you send me IP addresses of your servers? (here or in PM) I will check them in the log file, maybe they are banned.
Could someone explain what the network map is to me? If it is the people running pos wallets, I can't seem to find my ip there.
You have to use --externalip=YOUR_IPv4 when starting daemon I think. You need to understand networks / firewalls etc. Please check my signature.