Damus
HORNETS profile picture
HORNETS
@HORNETS

Nostr Relay with Dashboard🌐 Choose Paid, Public or Invite-Only Mode👥 Self-Host Your Posts and Code📂

Relays (7)
  • wss://relay.damus.io – read & write
  • wss://relay.primal.net – read & write
  • wss://relay.nos.social – read & write
  • wss://nostr.bitcoiner.social – read & write
  • wss://nos.lol – read & write
  • wss://purplepag.es – read & write
  • wss://temp.iris.to – read & write

Recent Notes

HORNETS profile picture
Scionic Merkle Tree v2.0.0 Release 🎉

• Fixed many verification issues
• Added diff helper functions
• Added parallel dag creation
• Added cleaner create dag with config for all customization options
• Fixed partial dag creation and verification
• Fixed transmission packet creation and verification
• Fixed batched transmission packet creation and verification
• Ensured batched transmission packets support partial dag

https://github.com/HORNET-Storage/Scionic-Merkle-Tree
HORNETS profile picture
Usually discounts require the modification of weight parameters, so this median fee mechanism is historic and could be useful in future soft forks—even if the BIP for spam isn’t.

Detecting the median fee trend of a new transaction type to penalize old transaction types can avoid the need to modify weight when issuing discounts during soft forks.

This novel approach is paired with the tightening of every possible data bucket, without breaking basic Lightning and its anchors.
HORNETS · 18w
BIP-X: Discounting Normal Transactions without a Block Size Increase via Median Fees and Constrained Data Bucket Sizes https://github.com/HORNET-Storage/bips/blob/master/BIP-X.mediawiki https://imag...
HORNETS profile picture
TL;DR

We detect the median fee size of transactions that qualify for the discount, over the last 2 weeks of time.

Then we multiply that median fee by a little more than 3x to create an economic equilibrium where inscriptions become just as expensive as fragmenting NFTs across thousands of transactions.

Spam unilaterally becomes 3x more expensive than all basic transactions, while preserving enough outputs for Lightning anchors (which Luke has blocked). No OP_Codes are penalized, only bucket sizes—it strives to be timeless… future proof.

“1. Collect all qualifying transactions from blocks [H-2016, H-1]
2. Calculate MEDIAN_FEE = median(qualifying_fee_rates)
3. Required fee for non-qualifying tx ≥ MEDIAN_FEE × 3.14
4. Reject blocks violating this rule”
HORNETS · 18w
TL;DR We detect the median fee size of transactions that qualify for the discount, over the last 2 weeks of time. Then we multiply that median fee by a little more than 3x to create an economic equilibrium where inscriptions become just as expensive as fragmenting NFTs across thousands of transact...