Giter VIP home page Giter VIP logo

Comments (5)

mercadoa avatar mercadoa commented on August 15, 2024

➤ Stuart Popejoy commented:

from Will's spreadsheet the function is =S-(S2^(-T/(H12))) where T is the amount of months since launch.

If R is in seconds, T in seconds is R * B. A year has 31536000 seconds. Thus the function for the total reward is S-(S2^(-(RB)/(H*31536000))).

Unfortunately this is cumulative.

from chainweb-node.

mercadoa avatar mercadoa commented on August 15, 2024

➤ Will Martino commented:

For testnet, `const reward = 42.

Overall, I would hardcode the schedule into the coin contract as yearly piecewise (the mining rate being smooth isn't specified in the SAFTs) just so we don't need to do the extra math. We should talk about if we want to have every coin in the entire network accounted for in every CC. If you can formalize the CC and account for every coin (even those floating on another chain, think spv-acct or 100yrs away in the block reward, thing reward-acct), then you can prove every contract and prove the entire network conserves mass.

maybe overkill though

from chainweb-node.

mercadoa avatar mercadoa commented on August 15, 2024

Moved issue over to chainweb-node (102)

from chainweb-node.

mercadoa avatar mercadoa commented on August 15, 2024

Moved to v1 after discussion with Emily

from chainweb-node.

mercadoa avatar mercadoa commented on August 15, 2024

Moved back to icebox after stand-up today

from chainweb-node.

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.