What is the min relay min fee code -26?

3

What is this code ?

66 : min relay fee not met ( code - 26 )

I received this code after trying to send my rawtransaction.

Start85

Posted 2018-01-23T09:15:31.020

Reputation: 51

Answers

4

It seems that the fee provided by you is too low and it's total amount is lower than relay fee (==the minimum fee amount that can guarantee that your transaction would be retranslated to the net). You can find this amount by calling getinfo function and taking "relayfee". Currently "relayfee" is 0.00001000 at BTC Mainnet.

Sovan

Posted 2018-01-23T09:15:31.020

Reputation: 116