Post
Topic
Board Bitcoin Technical Support
Re: how do miner picks transactions for candidate block
by
Husires
on 11/04/2023, 14:45:50 UTC
can they pick any valid transactions with significantly low fee? if they can, how all these things work? is it manually adding a list of transactions? or automatically?

If the transaction is valid, they can do it manually, even if it does not follow the standard, but as mentioned above, the fees are the ones that govern and can be paid privately away from the transaction fees.

I remember a similar case: ~1 BTC Bounty

Quote
Poolin.com has mined the transaction: https://explorer.poolin.com/tx/fd02fd81790a05ea2ab07bbcf5cdcb2cfd21f3f5676a5c0e8f7f5ca2ac75e694

if anyone else has any issues with a transaction please reach out to me for help.


For those who want details.

Quote
that is really messed up! every single documentation that i have ever seen has always said "it must not be compressed or it will not be mined". now i went back and checked the out, they are all are ambiguous about it!
take BIP143 for example:
https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki#restrictions-on-public-key-type
Quote
As a default policy, only compressed public keys are accepted in P2WPKH and P2WSH. Each public key passed to a sigop inside version 0 witness program must be a compressed key: the first byte MUST be either 0x02 or 0x03, and the size MUST be 33 bytes. Transactions that break this rule will not be relayed or mined by default.