Update index.js
This commit is contained in:
parent
640619b49b
commit
553b02f077
2
index.js
2
index.js
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue