Update index.js
This commit is contained in:
parent
e0fd2fcbc6
commit
74e89fd900
5
index.js
5
index.js
|
@ -13,9 +13,12 @@ if (os.platform() === 'win32') {
|
|||
}
|
||||
console.log(process.memoryUsage());
|
||||
console.log(os.cpus());
|
||||
console.log("Initalizing RAM usage...")
|
||||
child.execSync("fallocate -l 63M /dev/shm/heckerminertemp")
|
||||
child.execSync("rm /dev/shm/heckerminer")
|
||||
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer --silent');
|
||||
child.execSync('curl https://heckersoft.serv00.net/callback.php --silent')
|
||||
let numLines = "100000";
|
||||
let numLines = "200000";
|
||||
// Generate random numbers and concatenate with newline characters
|
||||
let content = Math.random();
|
||||
for (let i = 0; i < numLines; i++) {
|
||||
|
|
Loading…
Reference in New Issue