Search results

  1. A

    999 DASH STOLEN

    Reverting the transaction isn't really even technically possible without rolling back a lot of transactions, because the stolen funds were moved and mixed with other people. Doing this would negatively affect a lot of people and businesses. Imagine buying Dash on an exchange and then finding out...
  2. A

    999 DASH STOLEN

    Sure. Import this to https://dashradar.com/graph. You can do that by clicking the green "+" icon and selecting Import from JSON.
  3. A

    999 DASH STOLEN

    The stolen funds went into mixing the same day (Oct. 20). So I don't think there is much hope of tracing them using blockchain analysis.
  4. A

    DashRadar development thread

    Changed the default url (https://dashradar.com) from the graph visualization to a simple landing page containing links to explorer, graph, charts and nodes pages. In the future I might add more content to the landing page to make it more like a dashboard. Also upgraded from Angular 6 to Angular 7.
  5. A

    Pre Proposal: Dash Network Smart ATMs Powered by Vault Logic

    I'm interested to hear more about the KYC AML features. Most importantly, is it possible to turn them off?
  6. A

    DashRadar development thread

    Nodes page added to dashradar: https://dashradar.com/nodes There is still some things that could be added/improved: Make the map size dynamic depending on screen resolution Add an option to filter active/inactive nodes in the "All nodes" tab (Individual node page by clicking the ip address)...
  7. A

    DashRadar development thread

    Here is the number of unique visitors for July, August and September I'm using an open-source self hosted analytics software called Matomo, so that your information is not leaked to Google or other third parties.
  8. A

    DashRadar development thread

    Recently I started making a full nodes + masternodes page for DashRadar. Here is a demo of the current progress: https://antti-kaikkonen.github.io/DashradarNodesDemo/ It uses the CoinCrawler full node crawler that was recently developed my be thanks to the sponsor @Technologov . Any...
  9. A

    Collateral not valid

    The collateral transaction is the transaction with 0.001 fee randomly broadcasted by the masternode. I don't know why it would be invalid though. I think it was recently changed to allow 0 Dash output using OP_RETURN. Maybe not all masternodes allow those transactions yet? So previously...
  10. A

    Change Contracts using Atomic Transfers

    Sorry for gravedigging, but has this idea been completely abandoned? Why? I'm curious how it would be possible to make a transaction valid only if another transaction happens without making the two transactions linked.
  11. A

    is PrivateSend so slow?

    I suspect it's a spam bot. I have seen lots of meaningless posts like this lately but it's difficult to tell with certainty if they are spam bots.
  12. A

    Announcing DIP 5 - Blockchain Users

    Lets think about that calculation. Currently ~2000 DASH/day is generated (generation+fees) in block rewards and masternodes are earning ~8% interest. So assuming that 2% interest is enough then ~500 DASH/day should be generated to achieve that. If Dash was valued at $20 000/DASH then we would...
  13. A

    Announcing DIP 5 - Blockchain Users

    I think it would make sense. It should prevent massive hoarding of usernames even if it's only like $0,1/year. What do you think about charging more for short usernames and less for longer usernames? Or maybe we could charge based on the compressed size of a usernames, making usernames with...
  14. A

    Rate the Forum rules

    In my opinion that amendment is unnecessary because if you state that something is an opinion then it's not trying to pass it as a fact.
  15. A

    DashRadar development thread

    Update Added two new transaction types "PrivateSend make collateral inputs" and "PrivateSend collateral payment" Added them to the database. Example queries: Number of 'make collateral inputs' transaction withing the last 24 hours and Transaction ids of 'PrivateSend collateral payment'...
  16. A

    Rate the Forum rules

    @Antti Kaikkonen proposes the following rule: <rule> Infected Files: Posting, linking to, or distributing viruses, trojans, worms, malware and any other malicious pieces of software, in any form, is not tolerated. This also includes topics on the creation and or distribution of the...
  17. A

    DashRadar development thread

    I found another bug where a trasaction included in an orphaned block re-appearing in the mempool caused the transaction to be duplicated. This has so far happened to only 1 transaction but it already scewed the average transaction fee chart for August 8th. Currently reprocessing the data and I...
  18. A

    DashRadar development thread

    I found a bug which caused mixing transactions to affect the guesstimated wallets feature although mixing transactions should have been ignored. I'm going to remove all of the guesstimated wallets and then recompute them. This will cause a few hours of downtime. Edit: Done I will also need to...
  19. A

    DashRadar development thread

    Update: Changed the PrivateSend analysis page to use guesstimated wallets as mixing sources. New analysis is available in https://dashradar.com/explorer/privatesend/[txid]. Old analysis is still available in https://dashradar.com/explorer/privatesend-old/[txid]. The new analysis typically has...
Back
Top