It only lists nodes that accept new connections.how long does it take for a new node to appear in the nodes list?
I have been running a non masternode node for 2 days now.
I think that is a good idea but I'm not sure when I will be able to do that.Any chance you can include charts for mining hashrate & mining difficulty & mining pools spread?
No pressure, no hurry.I recently updated the website to use angular universal server side rendering. This means that the first page the user is loading is rendered to HTML on the server and after that it will continue to function as a single page application. It can make the initial page load slightly faster but the main benefit is that it makes the website crawlable by search engines.
Also moved the navigation from the top to the side. This solution should work better for mobile users and allows fitting more navigation elements in the future.
I think that is a good idea but I'm not sure when I will be able to do that.
i like the line chart of the daily hashrate last 3 months, it would fit well with the other line charts i think.@qwizzie It's currently possible to get generate those charts using the data explorer but it can be quite slow for long time periods. Adding them to the charts page would require storing a running total of the difficulty so that average difficulty of a day can be computed very quickly. Hashrate by pool would require even more changes.
Here are some examples using the data explorer:
You can modify the queries to get more data but if you make the period too long then the query will not finish because the is a time limit (1 minute if I remember correctly).
Transactions per day includes all transactions including mixing transactions, privatesend transactions and create denominations transactions.Quick question about two charts :
Transactions per day
Mixing transactions per day
Is the "mixing transactions per day" data included or excluded from the "transactions per day" chart ?
I ask this because i wonder if a lot of mixing could inflate the transactions per day chart.
I found that in block 206980,there are two mixing trx, since their trx fee is 0, but dashradar recognize them as create denomination trx, Is it a bug? If I am wrong, is there something about mixing trx I don't know?Oh sorry about that. I just moved to a diffent city so I couln't work for 2 days.. I will fix asap.
Edit: It got stuck at block 905186 which has 4785 transactions. I probably need to change the code to save in a single database transaction one transaction at a time instead of one block at a time. Meanwhile I'm trying to give the database more memory to work with to get it rolling again.
In 2015 when that tx happened it was possible to send any tx with a fee of 0. Also, the txs I looked at (mentioned here) cannot be mixing txs. One of them does not have an equal number of inputs/outputs. The other cannot be for multiple reasons including - 1. too many inputs/outputs, and 2. Not all inputs/outputs have the same value (unless the PS rules were different back then (@UdjinM6 ?).I found that in block 206980,there are two mixing trx, since their trx fee is 0, but dashradar recognize them as create denomination trx, Is it a bug? If I am wrong, is there something about mixing trx I don't know?
Thanks for your reply, but there are still are something I did not understand. why a PrivateSend tx can not tcontains too many inputs/outputs, if there is a rule, what is the limit of inputs, I remember there are at most 200 inputs/outputs in a tx, but I didn't hear about the inputs/outputs limits of PS tx.In 2015 when that tx happened it was possible to send any tx with a fee of 0. Also, the txs I looked at (mentioned here) cannot be mixing txs. One of them does not have an equal number of inputs/outputs. The other cannot be for multiple reasons including - 1. too many inputs/outputs, and 2. Not all inputs/outputs have the same value (unless the PS rules were different back then (@UdjinM6 ?).
Dashradar does not currently recognize old mixing transactions where multiple different denominations in the same mixing transaction was allowed.I found that in block 206980,there are two mixing trx, since their trx fee is 0, but dashradar recognize them as create denomination trx, Is it a bug? If I am wrong, is there something about mixing trx I don't know?
ok, I know. ThxDashradar does not currently recognize old mixing transactions where multiple different denominations in the same mixing transaction was allowed.