Files
bitburner-src/markdown/bitburner.darknet.nextmutation.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

1.1 KiB

Home > bitburner > Darknet > nextMutation

Darknet.nextMutation() method

Sleep until the next mutation of the network of darknet servers (which occur frequently). Note that in the majority of cases, whatever changed out on the net (if anything) will not be nearby to, or visible from, the current server.

Some possible mutations that can occur somewhere on the darknet each cycle:

  • Nothing changes.

  • Some servers move to other locations on the net, breaking existing connections and forming new ones.

  • Some servers go offline, which in many cases is permanent - they are effectively deleted.

  • Some servers restart, which kills all running scripts on the server.

  • New servers appear on the net (which may be previously offline servers, but cleaned and with a new password).

Signature:

nextMutation(): Promise<void>;

Returns:

Promise<void>

Remarks

RAM cost: 1 GB