Adds a -acceptnonstdtxn option to allow miners to easily accept "non-standard" transactions
We probably want to amend this with a block for OP_NOP*?
Adds a -acceptnonstdtxn option to allow miners to easily accept "non-standard" transactions
We probably want to amend this with a block for OP_NOP*?
NACK -- I'll soften my position on non-standard transactions when there is a good fast-initial-download solution implemented and the transaction fee code is reworked.
Non-standard transactions were disabled for a reason, and nothing has reasonably changed since then...why enable them or make it easy to do so?
NAK'd, closing. People who really need this can modify the source.
198 | @@ -199,6 +199,7 @@ bool AppInit2(int argc, char* argv[]) 199 | " -rpcport=<port> \t\t " + _("Listen for JSON-RPC connections on <port> (default: 8332)\n") + 200 | " -rpcallowip=<ip> \t\t " + _("Allow JSON-RPC connections from specified IP address\n") + 201 | " -rpcconnect=<ip> \t " + _("Send commands to node running on <ip> (default: 127.0.0.1)\n") + 202 | + " -acceptnonstdtxn \t " + _("Accept \"non-standard\" transactions for relay and blocks\n") +
it seems transaction is usually "tx" rather than "txn", isn't it?
Considering that merging this would have avoided the recent sigop-flooding problem, can I get this reopened and reconsidered? (note it must be reopened before I can rebase/push the latest branch and get it updated)
The top commit since early 2014 limits sigops to a reasonable rate per bytes. This not only causes the fee logic to reflect the cost as expected, but also requires any attempt to spam sigops to also spam data meeting the block size before the block sigop limit.
Fair enough, but, that isn't part of this PR?
It is as soon as it gets reopened. (GitHub ignores updates when the PR is closed.)
Any update on this, @luke-jr? Identical attack resurfaced 3 days ago:
https://www.reddit.com/r/Bitcoin/comments/3ur5ma/stuck_transactions/
Okay, thanks!