Questions tagged [non-standard-transaction]

Transactions which aren't relayed by most nodes because they deviate from their standardness rules yet are valid according to the consensus rules. Transactions can be non-standard for example because they send to an unknown output script type or because they use script opcodes or other features that only serve as a mechanism for future protocol upgrades and whose meaning is currently undefined.

65 questions
3
votes
2 answers

Why can non-standard transactions be mined but not relayed?

As far as I understand, a non-standard transaction can be mined in to a block (and this block will be accepted by all nodes), but nodes will not relay a non-standard transaction to other nodes. Why is it that miners have the freedom to construct…
inersha
  • 3,063
  • 1
  • 17
  • 41
1
vote
1 answer

OP_PUSHDATA1 is not allowed inside redeem script of P2SH?

P2SH “relaxed standards” for P2SH redeem scripts in Bitcoin Core 0.10.0 What is meant by "relaxed standards" for P2SH redeem scripts in Bitcoin Core 0.10.0? I just try to create redeem script with OP_PUSHDATA1 opcode and push it using…
bitaps.com
  • 659
  • 4
  • 14