I am from Nova Exchange. Our system is unable to calculate the minimum transaction fees for I0C. What is the minimum fee per byte or kilobyte used so that the transaction gets included on the blockchain?
.0002 i0c is recommended fee for normal speed on the client but you can attempt to set lower from what I read off the source code.
Code:
If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.