Configuration
In this section, you will have a detailed explanation of all configurable options.
Settings
{
"max-vcc-use": 4,
"threads": 10,
"captcha-settings": {
"host": "capsolver",
"key": ""
},
"address-details": {
"address-1": "",
"address-2": "",
"city": "",
"state": "",
"postal-code": "",
"country-code": "",
"name": ""
}
}
Setting Up Config
Max VCC Use
Set the max amount of claims per VCC. Default is usually 4
.
Captcha Settings
Choose between capsolver
or hcoptcha
.
Enter your API key from the service you’re using.
Payment Details
"payment-details": {
"address-1": "",
"address-2": "",
"city": "",
"state": "",
"postal-code": "",
"country-code": "",
"name": ""
}
Make sure the address matches your VCC. If unsure, ask your VCC supplier — they can provide the correct details.
Last updated