btw, the Jericho Consensus is precisely a leaderless, but no...

mleku

npub1fjqqy4a93z5zsjwsfxqhc2764kvykfdyttvldkkkdera8dr78vhsmmleku

hex

4577dc00827c0ab142bdd74dd0ff307423ca52edd3c6a6738e062c23a47ddb7d

nevent

nevent1qqsy2a7uqzp8cz43g27awnwsluc8gg722tka834xww8qvtpr537aklgprpmhxue69uhhyetvv9ujuem4d36kwatvw5hx6mm9qgsyeqqz27jc32pgf8gynqtu90d2mxztykj94k0kmttxu37nk3lrktc277kcq

Kind-1 (TextNote)

2025-12-11T20:04:00Z

↳ 回复 mleku (npub1fjqqy4a93z5zsjwsfxqhc2764kvykfdyttvldkkkdera8dr78vhsmmleku)

it's a problem of a distributed consensus. it's very simple to make an analogy to the architecture of distributed systems, how do you decide who is th...

btw, the Jericho Consensus is precisely a leaderless, but not just leaderless, it's a peer to peer first protocol design. i based it on a database replication protocol called PnyxDB which is named after the hill where democracy happened in ancient greece.

it does not produce, or aim to produce a total consensus, it is a type of "eventual consistency" or "weak consistency" this allows it to instead guarantee strong partition resistance and availability.

similar patterns of consensus are used in semi-centralized network systems used by social networks like facebook and twitter. the data found at each installation varies, by either demand driven, as these systems do, or like the pnyxdb/jericho/bitcoin model, where the consistency is eventual, for bitcoin it's probabalistic, for my design and pnyx, it's eventual, as in, eventually all nodes will have the data, once the consensus decision propagates across the whole network and reflects back.

so, it's basically a network consensus that is designed to eliminate rulers, as well as accelerate the process of arbitration that leads to the eventual consistency.

why i am designing it is because the monetary value of bitcoin is predicated in a substantial part upon the expectations of participants, so it is like a mexican standoff. attacking the others in the network is effectively shooting yourself in the foot. but if enough people defect at one time, the value collapses and the security of the network is destroyed.

by eliminating that requirement of uniform consensus, so that each replica can vary to a substantial degree, the "moneyness" which is the economic equivalent of strong consistency, is sacrificed, and thus instead of a mexican standoff, it's the opposite: the winners in such a system are the ones who help the others the most, and build trust and get repeat business.

there is still a fat tail in such distributions but they are more robust to catastrophic change, and that then becomes its value proposition, instead of the "if you try to push others out of the consensus you push yourself out" model that bitcoin has.

原始 JSON

{
  "kind": 1,
  "id": "4577dc00827c0ab142bdd74dd0ff307423ca52edd3c6a6738e062c23a47ddb7d",
  "pubkey": "4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f",
  "created_at": 1765483440,
  "tags": [
    [
      "e",
      "28e8077e130519db74ec712d7875f32a02fafeed9081446c831137014c915d4d",
      "wss://relay.orly.dev/",
      "root",
      "55f573b651eff351db57b0601d23022d8c532f9825db10a5733ebf39be4aa21b"
    ],
    [
      "e",
      "41565f2078ddbff53b919061635953c5c911ccadb5b467aa9d17aba2cde7f72b",
      "wss://relay.nostr.band/",
      "reply",
      "4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f"
    ],
    [
      "p",
      "16d76f262b689bb1a33faa2df954dbe7ac717937fad4765a05ddfae3dac92856"
    ],
    [
      "p",
      "9a21569255d0a3a9e75f1de2e4c883c9be2e5615887f22b2ecf6b1813bcd587d"
    ],
    [
      "p",
      "55f573b651eff351db57b0601d23022d8c532f9825db10a5733ebf39be4aa21b"
    ],
    [
      "p",
      "3c6d08c75000fdb7226014e1e7e14abf9a51b628f5de60f892b39a9a9e797774"
    ],
    [
      "client",
      "jumble"
    ],
    [
      "alt",
      "This event was published by https://jumble.imwald.eu."
    ]
  ],
  "content": "btw, the Jericho Consensus is precisely a leaderless, but not just leaderless, it's a peer to peer first protocol design. i based it on a database replication protocol called PnyxDB which is named after the hill where democracy happened in ancient greece.\n\nit does not produce, or aim to produce a total consensus, it is a type of \"eventual consistency\" or \"weak consistency\" this allows it to instead guarantee strong partition resistance and availability. \n\nsimilar patterns of consensus are used in semi-centralized network systems used by social networks like facebook and twitter. the data found at each installation varies, by either demand driven, as these systems do, or like the pnyxdb/jericho/bitcoin model, where the consistency is eventual, for bitcoin it's probabalistic, for my design and pnyx, it's eventual, as in, eventually all nodes will have the data, once the consensus decision propagates across the whole network and reflects back.\n\nso, it's basically a network consensus that is designed to eliminate rulers, as well as accelerate the process of arbitration that leads to the eventual consistency.\n\nwhy i am designing it is because the monetary value of bitcoin is predicated in a substantial part upon the expectations of participants, so it is like a mexican standoff. attacking the others in the network is effectively shooting yourself in the foot. but if enough people defect at one time, the value collapses and the security of the network is destroyed.\n\nby eliminating that requirement of uniform consensus, so that each replica can vary to a substantial degree, the \"moneyness\" which is the economic equivalent of strong consistency, is sacrificed, and thus instead of a mexican standoff, it's the opposite: the winners in such a system are the ones who help the others the most, and build trust and get repeat business.\n\nthere is still a fat tail in such distributions but they are more robust to catastrophic change, and that then becomes its value proposition, instead of the \"if you try to push others out of the consensus you push yourself out\" model that bitcoin has.",
  "sig": "a2d28bc9b41e441abde4d67cd8c936e7cd936e13716bd3e7c9b92c28669171c666dcb5e756715206c99d09ee01ab26cc31ecadf9db7a7ad81a48079999e1c046"
}