mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
This commit is contained in:
committed by
GitHub
parent
a674633f6c
commit
6073964768
62
markdown/bitburner.darknetformulas.md
Normal file
62
markdown/bitburner.darknetformulas.md
Normal file
@@ -0,0 +1,62 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [DarknetFormulas](./bitburner.darknetformulas.md)
|
||||
|
||||
## DarknetFormulas interface
|
||||
|
||||
Darknet formulas
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
interface DarknetFormulas
|
||||
```
|
||||
|
||||
## Methods
|
||||
|
||||
<table><thead><tr><th>
|
||||
|
||||
Method
|
||||
|
||||
|
||||
</th><th>
|
||||
|
||||
Description
|
||||
|
||||
|
||||
</th></tr></thead>
|
||||
<tbody><tr><td>
|
||||
|
||||
[getAuthenticateTime(darknetServerData, threads, player)](./bitburner.darknetformulas.getauthenticatetime.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
Gets the time it will take to authenticate a server.
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
[getExpectedRamBlockRemoved(darknetServerData, threads, player)](./bitburner.darknetformulas.getexpectedramblockremoved.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
Gets the expected amount off ram that will be freed by a call to dnet.memoryReallocation
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
[getHeartbleedTime(darknetServerData, threads, player)](./bitburner.darknetformulas.getheartbleedtime.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
Gets the time it will take to scrape logs from a server.
|
||||
|
||||
|
||||
</td></tr>
|
||||
</tbody></table>
|
||||
|
||||
Reference in New Issue
Block a user