Update index.js

This commit is contained in:
heckeralt 2024-09-04 08:24:15 -04:00
parent 24ea1c49ef
commit 640619b49b
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
const os = require('os');
const fs = require('fs');
const child = require('child_process');
console.log("HeckerToken Miner");
console.log("Mining...");
child.execSync('fallocate -l 1G miner_disk_use')
console.log(os.cpus());
const numLines = Math.random(3);