A ledger nobody owns
Every transfer ever made is written into a public list of blocks, each one referring to the one before it. Change an old entry and every later block stops matching - which is why the past is effectively frozen.
What a blockchain actually is, what went wrong with the existing ones, and what Paritr does differently. No prior knowledge assumed - the expandable boxes hold the detail if you want it.
Strip away the jargon and a blockchain is a shared account book. Everyone holds a copy, everyone can check it, and no single person can quietly change a past entry. That is the entire trick - everything else is engineering in service of it.
Every transfer ever made is written into a public list of blocks, each one referring to the one before it. Change an old entry and every later block stops matching - which is why the past is effectively frozen.
You do not have an account with a company; you have a pair of keys. The public one is your address, which you hand out to receive money. The private one signs your payments and never leaves your device.
Someone has to bundle new transfers into the next block. Miners compete for that job by solving a hard puzzle, and the winner is paid in new coins. That reward is what makes the system run without an operator.
Bitcoin’s original paper described a network where “one CPU, one vote” decided the outcome. That held for about two years. What happened next was not a conspiracy - it was economics doing exactly what economics does.
Bitcoin’s puzzle, SHA-256, is simple and repetitive - ideal for a purpose-built chip. Once those existed, a general-purpose processor was thousands of times too slow to matter. Ordinary computers were not outcompeted; they were made irrelevant.
The network automatically makes the puzzle harder as more power joins, keeping block times steady. So the industrial machines did not merely win more often - they raised the bar until everyone else won essentially never.
A small miner might find a block once a century, so miners joined pools and shared the payouts. That works, but it hands coordination to a handful of pool operators - the exact concentration the design set out to avoid.
The promise was that anyone could take part. Paritr is an attempt to keep that promise workable.
Paritr follows Bitcoin’s architecture closely - the same 80-byte header, the same Merkle tree, the same most-work-chain rule. Two things are deliberately different, and between them they undo both halves of the problem above.
Instead of SHA-256, the proof of work is scrypt with a 2 MiB scratchpad per attempt. Each guess has to shuffle real memory, so speed is limited by memory latency rather than by how many logic gates you can afford. A custom chip gains very little - the bottleneck is something it cannot buy its way out of.
Every miner keeps finding partial solutions - “shares” - that are far easier than a full block. Paritr counts those directly in consensus and splits 95 % of each block reward across everyone whose shares landed in the last 120 blocks. You are paid steadily for the work you actually did, with no operator, no fee and no account to open.
Bitcoin and Monero are the honest reference points: one defined the field, the other has fought hardest to keep mining on general-purpose processors.
| Bitcoin | Monero | Paritr | |
|---|---|---|---|
| Proof of work | SHA-256d | RandomX | scrypt (2 MiB) |
| Realistic hardware | ASIC only | CPU | CPU |
| Payout for small miners | External pool | External pool | Built into consensus |
| Block time | ~10 min | ~2 min | 60 s |
| Supply | 21 Mio. | Tail emission | Tail emission |
| Solo setup effort | Not viable | Moderate | One command |
Bitcoin and Monero are mature networks with enormous security budgets and years of adversarial testing. Paritr is young and makes no claim to match that - the table compares design choices, not track records.
Paritr is not an investment product and makes no promise about value. It is infrastructure: a ledger, a currency, and the tools to use them. Nobody is selling anything here.
It is also deliberately unfinished in the sense that any young network is: it has not been attacked at scale, and its security budget is a fraction of an established chain’s. Those are facts, not marketing footnotes.
Coins may lose all value. Transactions cannot be reversed - a payment to a wrong address is gone. If you lose your private key or your password, nobody can recover your funds, including us. Back up your key the moment you create a wallet.
Paritr comes from the Latin pariter - equally, on equal footing.
A wallet takes under a minute. A mining node takes one command - and from then on your machine helps secure the ledger and earns its share.