2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Hacknet ](./bitburner.hacknet.md ) > [getCoreUpgradeCost ](./bitburner.hacknet.getcoreupgradecost.md )
## Hacknet.getCoreUpgradeCost() method
Calculate the cost of upgrading hacknet node cores.
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
2023-05-18 07:28:56 +02:00
getCoreUpgradeCost(index: number, n?: number): number;
2022-10-21 17:16:00 +02:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| index | number | Index/Identifier of Hacknet Node. |
2023-10-03 02:14:44 +02:00
| n | number | _(Optional)_ Number of times to upgrade cores. Must be positive. Will be rounded to the nearest integer. Defaults to 1 if not specified. |
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
number
Cost of upgrading the specified Hacknet Node's number of cores.
## Remarks
RAM cost: 0 GB
Returns the cost of upgrading the number of cores of the specified Hacknet Node by n.
If an invalid value for n is provided, then this function returns 0. If the specified Hacknet Node is already at max level, then Infinity is returned.