2
1
i have seen recent transactions with fees as low as 1.065 satoshis per byte. and some transactions with fees as high as 500+ satoshis per byte.
so i would like to know is there maximum fee ? in satoshis per byte ?
can i do transaction of 100 btc with setting 99 btc as fee ? (with only 1 input and 1 output. )
3This isn't correct. Absurdly-high-fees are not non-standard. The wallet/rpc interface will reject them unless given an argument to override, but on the network they're be relayed and mined just fine. – G. Maxwell – 2019-04-24T17:09:21.527
@G.Maxwell Actually that's Andrew answer on https://bitcointalk.org/index.php?topic=2692430.0
– Adam – 2019-04-24T22:45:15.6971That doesn't make it any less incorrect. – G. Maxwell – 2019-04-25T02:35:45.317
1https://github.com/bitcoin/bitcoin/pull/2949 here is where the functionality was introduced – G. Maxwell – 2019-04-25T02:40:55.457
so its just limitation in bitcoin-core, what if i create raw transaction broadcast it to the bitcoin network using other services., then it will be relayed. – AMB – 2019-04-25T03:23:07.483
Yes, that's right – Adam – 2019-04-25T17:36:57.200