Git Product home page Git Product logo

Comments (3)

leruy avatar leruy commented on August 16, 2024

if add tx fees, how to generate new address?

from xdag.

jonano614 avatar jonano614 commented on August 16, 2024

Transaction fees are not planned in the close future.

from xdag.

trueserve avatar trueserve commented on August 16, 2024

Actually, transaction fees should be used as one mitigation for network spam, and the code is already present. But there are some blockers.

  1. Right now the pools send to all miners for each found block. This results in a large amount of transactions. Thus, the pool logic should be revised to not pay out on every block, but instead after the miner passes a threshold payment value.
  2. Low TX fees alone won't stop deliberate attacks on the network. Because it is so easy to forge a block, even with a low TX fee, attacks can still happen. This is not a reason to not implement a fee, but something worth considering.
  3. The whitepaper talks about fees propagating through blocks, or being additive to them. This is an incentive for mined blocks, but what does it do for transaction blocks that include links to other blocks?
  4. This all still needs to be tested.

Once the pool is updated, this should be revisited.

from xdag.

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.