Giter Site home page Giter Site logo

Comments (6)

meyer9 avatar meyer9 commented on September 16, 2024

Possibly a problem with SegWit not being enabled on regtest?

from phore.

wqking avatar wqking commented on September 16, 2024

No, the bug is nothing with SegWit, it's just normal non-SwgWit raw transaction.

from phore.

meyer9 avatar meyer9 commented on September 16, 2024

Well, this: 8idfiRJ9FTyV6esqT4AQfDFUv5L3wRPLnA is a SegWit address.

I think it might have to do with signrawtransaction not supporting SegWit.


https://bitcoin.stackexchange.com/questions/59443/signrawtransaction-of-a-p2sh-p2wpkh-spend-seems-to-be-broken

Looks like the problem is that signrawtransaction needs an amount parameter now.

from phore.

wqking avatar wqking commented on September 16, 2024

OK, I found the reason. AcceptToMemoryPool rejected the transaction due to insane fees. There were 2500 coins in that address and I was trying to send 100, the remaining 2400 is too large to be fees.
So this is not a bug. I will close it.

from phore.

wqking avatar wqking commented on September 16, 2024

Reopen this issue.
After changing the amount in the original message from 100 to 2499.999, sendrawtransaction successes and returned the txid, but after node0 mined a new block to confirm the new transaction, the new block doesn't include the new transaction (it only includes the coinbase), and node1 balance is still 0.
And temp.py doesn't have the "insane fees" error because the second parameter of sendrawtransaction which means any fees are OK.
There is no error messages in debug.log.
Also I doubt this bug is related to SegWit, the address starts with letter '8' can be either a P2SH or SegWit address.

from phore.

meyer9 avatar meyer9 commented on September 16, 2024

This doesn't seem to be happening any more.

from phore.

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.