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.\""}
Published at
2023-06-06 09:14:14Event JSON
{
"id": "c3d89ebfb9c6ea5782cf3991db0d9c5209018543fd3e9acb498c4e25df8e4942",
"pubkey": "05766de3bdda2f0a97052d09e34a9d2cdb31ce60dd4471cbb27acbdde0bc755b",
"created_at": 1686042854,
"kind": 1,
"tags": [
[
"e",
"179b267605579bbbeb4070e5fb671b418c514f2a9ee5aae0666e2c73f5054d40",
"",
"reply"
]
],
"content": "{\"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 \u003c nBaseFee)\\n BOOST_FOREACH(const CTxOut\u0026 txout, vout)\\n if (txout.nValue \u003c 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.\\\"\"}",
"sig": "c367e732c137d7a713b0f306ede97d4ceecfa9a819f8626320ea8ea035b9860aaef0545f4e0b717e4a27da5880584d79098d82a7c4824251f71a49465dc5ab95"
}