What is Nostr?
jan at uos.de [ARCHIVE] /
npub1q4m…8aml
2023-06-06 09:14:14
in reply to nevent1q…6j0w

jan at uos.de [ARCHIVE] on Nostr: {"author":"jan at uos.de","date":"2011-06-14T19:45:30","text":"Hi there!\n\nAs can ...

{"author":"jan at uos.de","date":"2011-06-14T19:45:30","text":"Hi there!\n\nAs can been seen from this code block\n\n // To limit dust spam, require MIN_TX_FEE/MIN_RELAY_TX_FEE if any output is less than 0.01\n if (nMinFee < nBaseFee)\n BOOST_FOREACH(const CTxOut& txout, vout)\n if (txout.nValue < CENT)\n nMinFee = nBaseFee;\n\na fee is required as soon as any output is less than CENT.\n\nI was wondering: would it be possible to loosen this rule to something\nlike \"if _all_ outputs are less than CENT\" or maybe \"if more than 50% of\nall outputs are less than CENT\"?\n\nThe reason is, that I'm currently working on a project, where I would\nlike to take a small cut on transactions passing through (probably not\nan usual requirement) and a lot of those small cuts would probably bump\ninto this rule.\n\nIsn't this rule mainly meant to prevent lots of transactions with small\ncoins? So \"all small coins\" should work as well as \"any small coins\" or\nam I missing something? (things like creating large transactions should\nalready be caught by other rules, right?)\n\nRegards!\nJan","summary":"📝 Summary of this message: \nThe author questions the rule requiring a fee for any output less than CENT and suggests loosening it to \"all outputs\" or \"50% of outputs.\""}
Author Public Key
npub1q4mxmcaamghs49c995y7xj5a9ndnrnnqm4z8rjaj0t9amc9uw4dsmx8aml