Coder Social home page Coder Social logo

Comments (4)

chris-belcher avatar chris-belcher commented on August 26, 2024

There's two separate uses here. Detecting coinjoins in general on the network and detecting JoinMarket coinjoins specifically, and tracking their properties (coinjoin amount, maker count, fee paid, etc)

Anduck has started something here https://github.com/anduck/coinjoin.info

Adlai also wrote something https://gist.github.com/adlai/0afc53e42db9caae8c75

from joinmarket.

adlai avatar adlai commented on August 26, 2024

Development on my gist will continue at https://github.com/adlai/cjhunt

from joinmarket.

chris-belcher avatar chris-belcher commented on August 26, 2024

Ideas for metrics to calculate and display.

A few of the graphs can be combined (such as %fee and coinjoin value, which is like price and volume)
Also many of the graphs will have a per time interval vs time, cumulative and histogram for the last T time interval. I imagine this will be very OOP, there will be a graph class which knows how to take data, display itself and respond to the user changing its parameters.

Allow several data series to be overlaid on the same time graph, as is possible with bloomberg charts.

Data for activity in the market

  • number of tx (absolute value and as % of all tx)
  • coinjoin value
  • number of coinjoin participants per tx
  • number of coinjoin participants * coinjoin value (aka total coinjoin value) per tx
  • total value of tx outputs including change
  • total value of tx inputs
  • fees earned by makers
    -- as % of coinjoin amount
    -- as absolute number
  • amount of btc passed through coinjoin

Histograms of some of those data series's could be interesting. For example the histogram of coinjoin values will presumably follow a power law distribution.

These would be useful for finding how much btc enters and leaves the coinjoin space

  • number and btc value of coinjoin outputs currently unspent
    -- as % of all coinjoin outputs
    -- as absolute number
  • number and btc value of coinjoin outputs used in another coinjoin
    -- as % of all coinjoin outputs
    -- as absolute value
  • number and btc value of inputs to a coinjoin tx being from another coinjoin tx
    -- as % of all coinjoin inputs
    -- as absolute value

from joinmarket.

adlai avatar adlai commented on August 26, 2024
  • fees earned by makers -- as % of coinjoin amount -- as absolute number

Maker fees can be (and have been, at least once) negative.

from joinmarket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.