Author

Topic: Make transactions with unusually high miners fees non-standard (Read 886 times)

legendary
Activity: 3416
Merit: 4658
Unit testing people!!

Anyway, all-fee transactions have a number of uses that we will want to explore in future. Making them non-standard would significantly hurt our ability to innovate. People who are working directly with money at the API level need testing to avoid mistakes like this.

I agree completely, however sanity checks aren't a bad thing when interfacing with human beings.  Even a configurable setting in bitcoin.conf that allows a user to set a MAX_FEE would be useful.
legendary
Activity: 1526
Merit: 1129
Unit testing people!!

Anyway, all-fee transactions have a number of uses that we will want to explore in future. Making them non-standard would significantly hurt our ability to innovate. People who are working directly with money at the API level need testing to avoid mistakes like this.
member
Activity: 80
Merit: 10
Lead developer
I second that this feature is useful. I've once mistakely sent $1000 worth of fees by using create/send rawtransaction. I was fortunate though, because it was mined by ASICMiner, who sent it back to me, which I'm very grateful for. And I've heard about at least two similar cases in the past. This feature doesn't hurt anyone, while still protecting from dumb mistakes.
legendary
Activity: 1792
Merit: 1087

It might be even better to allow users to define the value of insane fee. IMO 1BTC is too high.
legendary
Activity: 1792
Merit: 1087
Initially I thought the OP suggestion was bad, but now I think it is good with your comment. This is exactly the reason for us to make it non-standard. Since bitcoind won't broadcast non-standard transactions, we could avoid it locally by making them non-standard
Do you often kill flys with hammers?  Bitcoin git was changed so that sendrawtransaction wouldn't emit txn with insane fees without an explicit override flag more than a month ago. This requires nothing about changing relay rules and avoids adversely impacting other parties.

Really? I don't notice there is a change but I think this is exactly what I'm proposing
staff
Activity: 4172
Merit: 8419
Initially I thought the OP suggestion was bad, but now I think it is good with your comment. This is exactly the reason for us to make it non-standard. Since bitcoind won't broadcast non-standard transactions, we could avoid it locally by making them non-standard
Do you often kill flys with hammers?  Bitcoin git was changed so that sendrawtransaction wouldn't emit txn with insane fees without an explicit override flag more than a month ago. This requires nothing about changing relay rules and avoids adversely impacting other parties.
legendary
Activity: 1792
Merit: 1087
Mistakes can be avoided totally locally,

Initially I thought the OP suggestion was bad, but now I think it is good with your comment. This is exactly the reason for us to make it non-standard. Since bitcoind won't broadcast non-standard transactions, we could avoid it locally by making them non-standard

its preferable to do things locally because it doesn't constrain what other people can do.

Agreed. We may have separate non-standard criteria: one for broadcasting, one for relaying, one for mining. Most of the time the rules are the same, but we may prohibit the broadcast of some transactions, such as having >0.1BTC miners fee. The rest of the network would still relay and mine these transactions
staff
Activity: 4172
Merit: 8419
I'm not sure if this has been proposed before, but I think it would be a good idea to make transactions with unusually high transaction fees attached to them non-standard.
Unless I am missing some legitimate use cases for very high transaction fees, they are almost always the result of a mistake or malware
Mistakes can be avoided totally locally, and its preferable to do things locally because it doesn't constrain what other people can do.

Malware doesn't care about non-standard. For the malware author to profit from tricking a dumb client to pay away their coins to fees they'll need to privately sell the high fee transaction to a miner, thus bypassing the standardness rules.
full member
Activity: 191
Merit: 100
I'm not sure if this has been proposed before, but I think it would be a good idea to make transactions with unusually high transaction fees attached to them non-standard.

Unless I am missing some legitimate use cases for very high transaction fees, they are almost always the result of a mistake or malware (like in the case of hardware wallets that do not verify the transaction chain but do verify the value of the output - those are vulnerable to a denial of service type of attack by lying about the value of the inputs and making them pay a lot of money in fees).

Are there any legitimate reasons for someone to pay 1 BTC (or even 0.1 BTC at today's exchange rates) for a regular transaction? 0.1 BTC would mean a transaction size of 1MB (at 0.0001/kB).
Jump to: