Last updated September 2026

Roadmap: restarting the chain

What is done, what is in progress and what comes next, in plain words and in order. No dates are promised: each step is published here when it is finished, with the hashes of anything you can download.

Why a restart

Vivuscoin launched in 2021 with Bitcoin’s difficulty rules scaled to a 240-second block: difficulty adjusted only every 5,040 blocks, each adjustment was clamped to a factor of four, and nothing happened if blocks simply stopped arriving. Someone brought a large amount of SHA-256 hash power, mined until the difficulty had been pushed far above what anyone else could sustain, and left. The remaining miners could not find the next block, and the chain has been paused at height 24,092 since 22 September 2021.

Since then both seed nodes have been kept running, so the chain and every balance on it are intact, but nothing new has happened on it. Restarting means fixing the rule that let this happen, shipping wallets that understand the new rule, upgrading the nodes, and then mining again at a steady pace until the new rule is in force. That is what the steps below do, and they only make sense in this order.

Where things stand

Three lanes: finished, being worked on now, and next in the order it has to happen.

Done

  • 2021 · kept since

    Chain checkpointed at 24,092

    Both seed nodes enforce a checkpoint at the last block, so no balance can be rewritten while the restart is prepared.

  • September 2026

    Live status page

    Network status: height, last block, difficulty and seed-node state, refreshed every five minutes, plus the JSON this site’s live tiles read.

  • September 2026

    Monitoring on both seed nodes

    Alerts if a node stops, loses its peer, or if the chain moves unexpectedly (blocks nobody here mined, or a second chain tip).

  • September 2026

    New difficulty rules chosen by simulation

    Per-block LWMA-1 over a 60-block window plus a bounded emergency rule for stalls, tested against pump-and-leave, timestamp games and ASIC visits before a line of node code was changed.

  • September 2026

    Solo stratum endpoint

    pool.vivuscoin.com:3333 is live in solo mode: your address as the username, the block reward paid straight to it. See Mining.

  • September 2026

    This website

    The 2021 site replaced with plain facts: supply and ownership disclosed, no price talk, every page linked from the footer.

  • September 2026

    Block explorer

    vivuscoin.com/explorer/: blocks, transactions, addresses, search and a rich list that shows the premine, plus a JSON API for directories.

In progress

  • Now

    v1.1 consensus code

    Built on the v1.1 branch of the release tree, with the 24,092 checkpoint carried over. Being validated: activation, stall recovery and the reorg limit on regtest, then a full re-check of the real chain from genesis to 24,092 with zero consensus errors, and the tested binary hash recorded.

Next, in order

  • Step 1

    Wallets built from v1.1

    Windows, macOS and Linux, from one tagged commit.

  • Step 2

    Release on GitHub

    Checksums, release notes and the activation height: “upgrade before height N”.

  • Step 3

    Seed nodes upgraded

    One at a time, with the old binary kept as a rollback.

  • Step 4

    Controlled mining

    Blocks again, from the founder’s own hardware, until the activation height passes.

  • Step 5

    Airdrop payouts begin

    Daily batches, signed offline, every transaction id published.

  • Step 6

    Listings and directories

    Only once there is a running chain to point them at; the explorer is already there.

Next, in order: what each step means

  1. Wallets for Windows, macOS and Linux

    Vivuscoin Core v1.1 built from a single tagged commit: a Windows installer, a macOS disk image, and Linux binaries (vivuscoind, vivuscoin-cli and the GUI) that run on a current Ubuntu LTS without hunting for libraries. Builds are made as reproducible as practical, and the SHA-256 of every file is published with it. Today’s wallets are the 2021 v1.0.0.3 builds; see Wallets.

  2. A GitHub release with checksums and the activation height

    The release notes will say what changed and state the height at which the new rules take effect, phrased as “upgrade before height N”. Wallets that are not upgraded by then will stop following the chain. The download buttons on this site switch to the new release at the same time.

  3. Seed nodes upgraded, one at a time

    seed1 and seed2 move to the tested v1.1 binary one after the other, so one always keeps serving. After each: service up, correct tip, peers reconnect, reachable from outside, binary hash matches the one that was tested. Finally a fresh node is synced from scratch against the upgraded pair.

  4. Controlled mining until activation

    Blocks start flowing again from the founder’s own hardware, at roughly the hash rate that gives 240-second blocks at the current difficulty (a few GH/s, about one GPU), through the stratum endpoint, paying an address whose keys stay off the servers. The old rules apply until the activation height; once it passes, difficulty follows the new per-block rule and settles. New checkpoints are added with later releases as the chain grows. Anyone else is welcome to mine at any point.

  5. Airdrop payouts

    Registration is already open on the airdrop page. Payouts start only once blocks are being produced: batched daily, signed offline, with every transaction id published. The programme size, per-claim amount and schedule are published before the first payout. Why the programme exists at all is explained on Supply & transparency.

  6. Listings and directories

    Coin directories and similar listings, submitted with the same honest description used on this site, and only once there is a running chain to point them at; the block explorer they need is already live. This is not an exchange listing; none is planned, and this site will never quote a price.

Later, and only if needed

  • A different proof-of-work algorithm. SHA-256 means any Bitcoin ASIC or rented hash power can dominate recent blocks. v1.1’s per-block difficulty limits the damage but cannot remove it; changing the algorithm would. That is a large change and is only worth doing if the coin gains real users, so it stays optional.
  • More checkpoints with each release, as the chain grows past 24,092.

What v1.1 changes

Same genesis, same network magic, same ports and addresses, same coins. Only the rules that govern new blocks change, and only from the activation height onward; every block up to 24,092 validates exactly as before.

Rule2021 rules (today)v1.1
Difficulty adjustmentEvery 5,040 blocks, change clamped to ×4 either wayEvery block: LWMA-1, a weighted average of the last 60 block times, aiming at 240 seconds
If blocks stopNothing; the chain waits (this is what happened)After a gap of 24 minutes or more, the required difficulty eases one step for every further 4 minutes, halving each step, at most 24 steps, so a stall recovers within hours
Block timestampsMay be up to 2 hours in the futureAt most 12 minutes in the future; peer clock adjustment limited to 6 minutes
Deep reorganisationsAllowed above the last checkpointRefused when deeper than about 10 blocks
CheckpointsUp to height 24,092Kept; more added with each release
ActivationA set height shortly after mining resumes, announced with the release; older wallets must upgrade before it
Genesis, magic, ports, addresses, premine ruleUnchanged

Dates are not promised.

Each step is published when it is done, with binary hashes. If you want to know where things stand between updates, the status page shows the chain itself and the GitHub repository shows the code.