Search results

  1. A

    error while transferring coins.

    PrivateSend is like paying with cash but you can't receive any change. It uses denominations of 0.01, 0.1, 1.0 and 10.0 Dash. That error occurs when you don't have enough of the smallest denomination (0.01). Here are some solutions to fix that error: 1)Mix more coins 2)Send the whole...
  2. A

    error while transferring coins.

    There is a russian subforum: https://www.dash.org/forum/topic/%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9-russian.27/ Maybe ask there? Pinging these people because I think they might be able to help: @alex-ru @Dash People @UdjinM6
  3. A

    error while transferring coins.

    I think you might not have enough of the smallest PrivateSend denomination (0.01). You can check this by enabling coin control features (Settings -> Options -> Wallet -> Enable coin control features). Then go to Send -> Inputs... to see what denominations you currently have. I suspect you might...
  4. A

    DashRadar development thread

    Update Refactored how the blockchain is imported to the Neo4j graph database Mempool (a.k.a unconfirmed transactions) is imported (example query: get mempool transactions) Delay of importing a new block reduced from ~1 minute to less than a second Orphaned blocks are saved as :OrphanedBlock...
  5. A

    Evaluating the privacy of PrivateSend

    Found a potential privacy issue caused by everyone mixing the inputs with the highest number of rounds first. Check the issue report here: https://github.com/dashpay/dash/issues/2092
  6. A

    Pre-proposal: DashRadar development

    Only 81 yes votes from being funded. Submitted this proposal 1 block after the previous superblock, 87% yes votes and it looks like it still might not have enough votes to reach the 10% of votes. Please VOTE! Manually vote on this proposal (DashCore - Tools - Debugconsole): gobject vote-many...
  7. A

    Dash Pages - Tools, Docs, Block Explorers, Masternodes, ...

    These could be added under general/utility pages: https://www.dash.org/forum/threads/dash-blockchain-visualization.38062/ (https://dashpeople.com) https://www.dash.org/forum/threads/animated-dash-blockchain-visualizer.36439/ (https://gilemon.com:8080/static/BlockchainVisualizer.html) These...
  8. A

    DashRadar development thread

    Update: Revamped the charts page with static preview images as suggested by @UdjinM6 (on page 1). The old charts page is still available here: https://dashradar.com/charts/old Please let me know if you like the new version better or worse and let me know if you would like any specific charts...
  9. A

    DashRadar development thread

    Update Added precomputed daily quartiles (including median) to the database. Example queries: Median transaction fee per byte of regular transactions in 2018 (Duffs/Byte) Median transaction fee of regular transactions in 2018 (Duffs) Upper quartile (75th percentile) transaction fee of...
  10. A

    Block 843142 - Help me make sense of block reward

    Actually the masternode payment can be the first payment. Example: https://dashradar.com/explorer/blocks/000000000000002f9d7903b1a3ec3e9d20b0933d8ecbea257d04cdd47d2b7372 If only one of the receiving addresses contains an output with 1000 Dash then that must be the masternode. I guess you could...
  11. A

    DashRadar development thread

    Ok. I don't think it's necessarily a good idea to display the txids by default. Maybe it could be added as an option or maybe there could be other ways to achieve the same thing. For example it should be possible to make it so that when mouse is hovered over one of the arrows then all of the...
  12. A

    DashRadar development thread

    Previous output and redeemed in is already included in the links. "<" on the left side is a link to the previous output and ">" on the right side is a link to the redeeming input. The block numbers are not shown but can be accessed through the previous output and redeeming input links.
  13. A

    The situation in Japan

    I don't see this as a major issue. Japanese people can always use shapeshift to convert between Dash and the approved cryptocurrencies. Do we have a POS system that can automatically exchange Dash to a BTC address? I bet there are some services that can automatically convert bitcoins received...
  14. A

    Evaluating the privacy of PrivateSend

    Yes. It means that at least one of the mixing sources appeared in all of the randomly simulated mixings. But of course it is easily possible that a different number of rounds was actually used. It is also possible that different inputs were mixing using a different number of rounds.
  15. A

    DashRadar development thread

    Update: Added balance events to the Neo4j database A balance event is created always when a transaction changes the balance of an address. This allows getting the balance of an address after a specific transaction very quickly. Example query: balance of address...
  16. A

    Evaluating the privacy of PrivateSend

    Among the set of all possible mixing sources (create denominations transactions) of a PrivateSend transaction it is the probability of the most probable mixing source (create denominations transactions). The probabilities are calculated by repeatedly performing random walks from the PrivateSend...
  17. A

    Proposal: Core Team Compensation (June)

    Link is directing to an old proposal (0518).
  18. A

    Dash blockchain visualization

    To me it looks like the values are multiplied by 100 so purple would actually mean >10Dash. I like it that way because otherwise almost everything would be red. Just the descriptions need to be changed.
  19. A

    Evaluating the privacy of PrivateSend

    Thanks for asking and no need to be afraid because I'm not very good at explaining stuff.. For example, for this transaction the value would be 0.5394215404817816 for 2 rounds, 0.25030889621087315 for 3 rounds etc. So when there is multiple transactions analyzed in the charts, the average of...
  20. A

    DashRadar development thread

    Update: Made the limit of max 200 connections/node configurable in the graph visualization as requested by @InhumanPerfection. Added wallet pages to the block explorer. Addresses are computed using only the multi-input heuristic. I might add other heuristics in the future but doing that...
Back
Top