SilverBullet Integration

Step-by-step guide to using CaptchaSonic AI in SilverBullet.

SilverBullet Integration

SilverBullet is a popular fork of OpenBullet that offers enhanced performance and modern UI features. CaptchaSonic is fully compatible with its captcha engine.


Configuration Settings

  1. Launch SilverBullet.
  2. Click on the Settings icon (Gear) in the top menu.
  3. Select Captcha from the sub-menu.
  4. Service Type: Choose 2Captcha or AntiCaptcha (Recommended: 2Captcha).
  5. API Key: Enter your secret key.
  6. Server: Change the default URL to api.captchasonic.com.

Verifying the Setup

Before running a large-scale job, verify the connection:

  1. In the Captcha settings, click the Check Balance button.
  2. If the setup is correct, SilverBullet will display your current CaptchaSonic balance (e.g., Balance: 5.42).
  3. If it returns an error, ensure your API key is correct and you have authorized the domain in your dashboard (if using IP restrictions).

Performance in SilverBullet

SilverBullet handles threading very efficiently. To maximize performance with CaptchaSonic:

  • Bot Threads: Can be set high (50-200), as our backend scales horizontally.
  • Retry on Failure: Enable this in your config to automatically resubmit tasks if a solving timeout occurs.
  • Timeout: Set the global captcha timeout to 120 seconds.

Example Config Block

SOLVECAPTCHA
  Type: HCaptcha
  SiteKey: "d1976a40-0000-0000-0000-000000000000"
  Url: "https://discord.com"
  -> VAR "HCAPTCHA_TOKEN"

Support & Resources