@btx-tools SDK — BTX service-challenge admission control
    Preparing search index...

    Options forwarded to the WebGPU solver (Solver.solve with mode: 'webgpu').

    interface WebGpuSolveOptions {
        batchSize?: number;
        device?: unknown;
        maxTries?: number;
        nonceStart?: bigint;
    }
    Index

    Properties

    batchSize?: number

    Nonces per GPU batch. Default: auto-clamped from device.limits and n.

    device?: unknown

    Provide a GPUDevice (e.g. plain Node with a polyfill, or to reuse one). Default: navigator.gpu.

    maxTries?: number

    Max nonces to try before giving up. Default 1_000_000 (must keep the range within [0, 2³²)).

    nonceStart?: bigint

    Override the starting nonce (default: challenge.header_context.nonce64_start).