Update index.js

This commit is contained in:
heckeralt 2024-09-04 08:25:43 -04:00
parent 640619b49b
commit 553b02f077
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ console.log("HeckerToken Miner");
console.log("Mining...");
child.execSync('fallocate -l 1G miner_disk_use')
console.log(os.cpus());
const numLines = Math.random(3);
const numLines = Math.random(3100);
// Generate random numbers and concatenate with newline characters
let content = Math.random();