Giter Site home page Giter Site logo

Comments (3)

mccwdev avatar mccwdev commented on August 24, 2024 1

Yes indeed, looks like a mix-up of fee per kilobyte and total transaction fee in the transaction_create() method. I think both are available in this method so it should be easy to fix. Not sure why I didn't notice this earlier...

from bitcoinlib.

slush0 avatar slush0 commented on August 24, 2024

After finding on internetz, it looks like minimum fee on LTC is 1000 sat, bu "per kB". In https://github.com/1200wd/bitcoinlib/blob/master/bitcoinlib/wallets.py#L2762 there's comparsion of fee_min with absolute transaction fee, which fails for small transactions and small suggested fees.

from bitcoinlib.

mccwdev avatar mccwdev commented on August 24, 2024

Fixed in https://github.com/1200wd/bitcoinlib/tree/fix-fee-mixups.
Fee estimation needs some more work to make it more precise and include segwit, but for now it seems to work.

from bitcoinlib.

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.