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