|
@@ -51,7 +51,7 @@ export async function getAltchaPayload(client: AxiosInstance) {
|
|
// console.log(challenge)
|
|
// console.log(challenge)
|
|
const solution = await solveChallengeWorkers(
|
|
const solution = await solveChallengeWorkers(
|
|
'./build/src/faucet/worker.js',
|
|
'./build/src/faucet/worker.js',
|
|
- cpus.length / 2,
|
|
|
|
|
|
+ cpus.length / 4,
|
|
challenge.challenge,
|
|
challenge.challenge,
|
|
challenge.salt,
|
|
challenge.salt,
|
|
challenge.max,
|
|
challenge.max,
|