Skip to content

Files

Latest commit

 

History

History
30 lines (19 loc) · 857 Bytes

bitburner.hacknetserversformulas.hashgainrate.md

File metadata and controls

30 lines (19 loc) · 857 Bytes

Home > bitburner > HacknetServersFormulas > hashGainRate

HacknetServersFormulas.hashGainRate() method

Calculate hash gain rate.

Signature:

hashGainRate(level: number, ramUsed: number, maxRam: number, cores: number, mult?: number): number;

Parameters

Parameter Type Description
level number level of the server.
ramUsed number ramUsed of the server.
maxRam number maxRam of the server.
cores number cores of the server.
mult number player production mult (default to 1)

Returns:

number

The calculated hash gain rate.